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

2007-09-20 Thread Suresh Kumar
error: error in IPC code (code 14) at main.c(669) [receiver=2.6.9cvs] If anybody has already faced similar kind error let me know what was the issue and how this has been suppressed. Regards, Suresh -- To unsubscribe or change options: https://lists.samba.org

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

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

2007-09-11 Thread Suresh Kumar Pedamallu
) rsync error: error in IPC code (code 14) at main.c(669) [receiver=2.6.9cvs] If anybody has already faced similar kind error let me know what was the issue and how this has been suppressed. Regards, Suresh -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo

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