Re: error in IPC Code (code 14) at main.c(669) [receiver=2.6.9cvs]

2007-09-12 Thread Suresh Kumar
too many files and this is causing rsync fails to open new fd?? Currently i want to see /proc/pid/fd directory and check which process is using lot fds in use.. Regards, Suresh Wayne Davison-2 wrote: On Tue, Sep 11, 2007 at 03:41:48AM -0700, Suresh Kumar Pedamallu wrote: rsync: pipe failed

Re: error in IPC Code (code 14) at main.c(669) [receiver=2.6.9cvs]

2007-09-20 Thread Suresh Kumar
Hi, I got the issue solved after doing some analysis.. I am not closing a file handle in one case and the same process is invoking rsync command.. In the long run the process is running out of file descriptors and causing the failure.. Suresh Kumar wrote: Hi, I am using rsync 2.6.9

rsync-3.0.0pre5 Problem with xattr

2007-11-22 Thread Suresh Kumar
Hi, I have recently downloaded the rsync-3.0.0pre5 and wanted to see how it works (especially xattr feature).. I did following steps.. ./configure make make test make test shows following tests skipped.. SKIPxattrs (Unable to set an xattr) from 3.0 i have read that xattr support is by

error in IPC Code (code 14) at main.c(669) [receiver=2.6.9cvs]

2007-09-11 Thread Suresh Kumar Pedamallu
Hi, I am using rsync 2.6.9 and recently I got a error with the setup. I searched in the forums but I couldn't find much clues on this. Once I restarted the rsync daemon and rerunning the job didn't gave any errors further. I also tried to reproduce the issue for much details. But I couldn't do