Has anyone tried to start a rsync daemon from a remote server?
I tried to execute the following command from a remote server A, but failed [EMAIL PROTECTED] ~]# ssh crcdev1 "su virtual -c \"/usr/local/fenbu/replication/bin/rsync -v --daemon --bwlimit=1000 --config=/usr/local/fenbu/replication/conf/email_rsyncd.conf\" " @RSYNCD: 29 @ERROR: protocol startup error the error message in the rsync log files says: 2007/05/10 09:55:54 [30320] forward name lookup for crcdev1.excedent.usfailed: ai_family not supported 2007/05/10 09:55:54 [30320] connect from UNKNOWN (localhost) I have no problem start the rsync daemon locally (stay on crcdev1, run 'su virtual -c "/usr/local/fenbu/replication/bin/rsync -v --daemon --bwlimit=1000 --config=/usr/local/fenbu/replication/conf/email_rsyncd.conf" '). And the rsync I use is [EMAIL PROTECTED] ~]# /usr/local/fenbu/replication/bin/rsync --version rsync version 2.6.8 protocol version 29 Thanks in advance, Wenjie PS: The shell is clean. I tested it.
-- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html