ssage -
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 +, Guo jing wrote:
&
On Fri, Jun 25, 2004 at 02:01:41PM +, 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
> r
To check if rsync daemon is up on the remote side try:
telnet 192.168.0.43 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: "Guo jing" <[EMAIL PROTECTED]>
On Fri, Jun 25, 2004 at 02:01:41PM +, Guo jing wrote:
> rsync: failed to connect to 192.168.0.43: Connection refused
Did you start an rsync daemon on 192.168.0.43? If not, there is nothing
there to receive the connection. Perhaps you meant to use a single
colon instead of a double
On Fri, 2004-06-25 14:01:41 +, Guo jing <[EMAIL PROTECTED]>
wrote in message <[EMAIL PROTECTED]>:
> 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 conne