2.6.2 rsync --daemon is not working for me

Wayne Davison wayned at samba.org
Tue Sep 28 15:55:33 GMT 2004


On Tue, Sep 21, 2004 at 12:37:55PM +0500, Sergey Golovin wrote:
> I'm unable to write with remote rsync in daemon mode.

The strace you included shows that it is the fork() call that is
returning -1 (EAGAIN).  So, you need to figure out why fork() isn't
working -- e.g. what resource it thinks is "temporarily unavailable".

..wayne..


More information about the rsync mailing list