Re: 2.6.2 rsync --daemon is not working for me

2006-01-12 Thread Wayne Davison
On Thu, Jan 12, 2006 at 10:55:10AM +0530, [EMAIL PROTECTED] wrote: Can anyone explain to me how strace works? I mean does it need to modify the system calls iternally for some kind of event notification. Can it not be used for monitoring a process non-intrusively? Strace is supported by the

2.6.2 rsync --daemon is not working for me

2006-01-11 Thread chitra.vaidyanathan
Can anyone explain to me how strace works? I mean does it need to modify the system calls iternally for some kind of event notification. Can it not be used for monitoring a process non-intrusively? Thanks Chitra The information contained in this electronic message and any attachments to

Re: 2.6.2 rsync --daemon is not working for me

2004-10-27 Thread Dmitry V. Levin
On Tue, Sep 28, 2004 at 08:55:33AM -0700, Wayne Davison wrote: 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

Re: 2.6.2 rsync --daemon is not working for me

2004-09-28 Thread Wayne Davison
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

2.6.2 rsync --daemon is not working for me

2004-09-21 Thread Sergey Golovin
Hi! I'm unable to write with remote rsync in daemon mode. * My configuration: rsync 2.6.2 Linux 2.4.20-alt16-up (ALTLinux www.altlinux.org) (There is owl-patch in ALTLinux-kernel) == /etc/rsyncd.conf = log file = /var/log/rsync [routers] comment = Our Backups path =

Re: 2.6.2 rsync --daemon is not working for me

2004-09-21 Thread Sergey Golovin
* Sergey Golovin [EMAIL PROTECTED] [21 Sep Tue 12:37] Now we are running rsync-daemon: strace -f rsync --daemon --no-detach 2~/tmp/strace.out strace.out in attach. -- Sergey Golovin execve(/usr/bin/rsync, [rsync, --daemon, --no-detach], [/* 33 vars */]) = 0 uname({sys=Linux,