On Fri, May 28, 2004 at 09:05:42AM -0700, Bill Moseley wrote: > I just setup rsync on Solaris 2.6 and my log file shows: > 2004/05/28 07:54:03 [20996] rsync allowed access on module foo from 0.0.0.0 (0.0.0.0)
This message is only output if you're running a daemon rsync over a remote shell connection. In such a case rsync doesn't really have a good way to know where the connection came from, so it uses the value of $SSH_CLIENT (if set), otherwise it falls back to the 0.0.0.0 value. ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html