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 and

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

2007-09-13 Thread Matt McCutchen
On 9/13/07, Suresh Kumar [EMAIL PROTECTED] wrote: Can anybody tell me the good way of find out the which process is opened too many files and this is causing rsync fails to open new fd?? The error message tells you: it's the client/receiver process. Currently i want to see /proc/pid/fd

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

2007-09-12 Thread Suresh Kumar
Hi, I am replicating the oracle database files from one system to another. This error is not always present. I tried to find out what is going on on the system that is causing too many open files.. But didn't get success. Can anybody tell me the good way of find out the which process is opened

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

2007-09-11 Thread Wayne Davison
On Tue, Sep 11, 2007 at 03:41:48AM -0700, Suresh Kumar Pedamallu wrote: rsync: pipe failed in do_recv: Too many open files (24) This is the error that caused the failure. Your system had too many open files on it for some reason, causing the pipe() system call to fail. ..wayne.. -- To