On Wed, 8 Dec 2004, Grant Carmichael <[EMAIL PROTECTED]> wrote: > > With a non root user, ssh will authenticate them, but then the rsync > process dies. ... > My config file looks like: > > uid = nobody > gid = nobody > use chroot = no > max connections = 5 > syslog facility = local5 > pid file = /var/run/rsyncd.pid/ > log file = /etc/rsync.log
Can a non-root user write to the paths that you specified for the pid and log files? Prolly not. That's why rsync dies so quickly. Create a rsyncd.conf file in your home directory that uses paths that you can write to. Also - since the specified uid and gid directives will not work for a non-root user, leave those out. John -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html