On Wed 25 May 2005, hacker wrote:
> 
> Now, I'm trying to use kernel 2.6.10 (and 2.6.11) and rsync won't
> establish a connection.
> 
> root #: rsync mydesktop::
> rsync: failed to connect to mydesktop: Connection refused (111)
> rsync error: error in socket IO (code 10 at clientserver.c(99)
> 
> I'm guessing the problem is the ipv6 in 2.6.x.  For 2.6.x, ifconfig

That could indeed be the cause.

> 'man rsync' says to add '-4' to the options to get the daemon use
> ipv4, and I did this in /etc/defaults/rsync and it works:
> 
> root :~# ps aux |grep rsync
> root      8349  0.0  0.3   1912   672 ?        Ss   11:02   0:00
> /usr/bin/rsync --no-detach --daemon --config/etc/rsyncd.conf -4

I hope it's a cut & paste error, but I miss a space between --config and
/etc/rsyncd.conf .

Could you do an "lsof -p 8349", to see what rsync is listening to?


Paul Slootman


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to