group change causing failure

Joe Eiler jeiler at ciprico.com
Sun Oct 10 06:53:24 GMT 2004


Just wanted to post a quick follow up.

The problem was a bug in glibc (introduced be a vendor patch) so the
solution was to upgrade glibc to a newer release.

Wayne, thanks for all your help and all the great work you guys do.

Joe


-----Original Message-----
From: Wayne Davison [mailto:wayned at samba.org]
Sent: Tuesday, October 05, 2004 11:40 AM
To: Joe Eiler
Cc: rsync at lists.samba.org
Subject: Re: group change causing failure


On Tue, Oct 05, 2004 at 07:29:03AM -0500, Joe Eiler wrote:
> Oct  5 06:06:12 localhost rsyncd[22781]: rsyncd version 2.6.3 starting,
listening on port 873
> Oct  5 06:06:12 localhost rsyncd[22781]: unable to bind any inbound
sockets on port 873
> Oct  5 06:06:12 localhost rsyncd[22781]: rsync error: error in socket IO
(code 10) at socket.c(448)

These mean that the "rsync --daemon" command did not start, so something
else must be accepting daemon connections on your system.  You'll need
to diagnose that if you want to get a core-dump from the daemon (which
must be run from a shell where ulimit allows core-dumps).

Your output commands in the client won't tell you anything because it is
already reporting that the server goes away, so the important thing is
what is happening to the server.  If you want to put some print commands
into server code, you can run "rsync --daemon --nodetach" to see them
(just be sure to output them on stderr).

..wayne..



More information about the rsync mailing list