May be it's rsyncd configuration. Try to check if rsync daemon is up on the remote side by:
telnet ip_address 873 If it up and you are not block by firewall etc you should see some output like: @RSYNCD: 28 Regards, Milutin Voinivich http://www.NasBackup.com/ ----- Original Message ----- From: "Chris Shoemaker" <[EMAIL PROTECTED]> To: "Guo jing" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 15, 2004 12:51 AM Subject: Re: A question about connection refused > On Fri, Jun 25, 2004 at 02:01:41PM +0000, Guo jing wrote: > > I install rsync in computer and run it as a daemon successfully, but when I > > run rsync command on another end to connect it. There is a error. > > > > The output is : > > opening tcp connection to 192.168.0.43 port 873 > > rsync: failed to connect to 192.168.0.43: Connection refused > > _exit_cleanup(code=10, file=clientserver.c, line=93): entered > > rsync error: error in socket IO (code 10) at clientserver.c(93) > > _exit_cleanup(code=10, file=clientserver.c, line=93): about to > > call exit(10) > > > > I use "netstat -an|grep 873" and "ps -aux|grep rsync" and I am sure that > > the rsyncd has run successfully. The version is both 2.6.2. > > > > The rsync command is " rsync -aH -vvvvv > > [EMAIL PROTECTED]::system/usr/local/drc-1.0 /home/ > > " > > > > What's the reason for this error?? Thanks! > > What is the command line you are using to start the daemon? > What does rsyncd.conf look like? > > -chris > > > > > _________________________________________________________________ > > ???????????????????????????? MSN Messenger: http://messenger.msn.com/cn > > > > -- > > To unsubscribe or change options: > > http://lists.samba.org/mailman/listinfo/rsync > > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html > > -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html