On 5/25/05, Paul Slootman <[EMAIL PROTECTED]> wrote:
> 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.
 
Do you think I should file this against the 2.6 kernel then?  I read
the plip module documentation, but there were no hints of problems
with ipv6.

> > '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 .

Yes, it's word wrap right at the end of the word config, that I cut
and pasted wrong.  There is indeed a space.

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

Today, it's process 1984 and 'lsof -p 1984' returns to the prompt
(nothing identified) on the next line.

> 
> Paul Slootman
> 

hacker

Reply via email to