group change causing failure

Wayne Davison wayned at samba.org
Tue Oct 5 16:40:09 GMT 2004


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