On 5 Apr 2002 at 12:57, Shanmugasundaram Doraisamy wrote:
> 
> 
> [sherfu@Venbro sherfu]$ssh -lvenbro 192.168.0.12
> [EMAIL PROTECTED]'s password:
> Last login: Fri Apr 5 10:39:14 2002 from sw1.linux.ceedees.com
> sh: error while loading shared libraries: libdl.so.2: cannot load shared 
> object file: Error 23
> bash: pipe error: Too many open files in system

You have out of number of files that can be opened simaltaneously.

You can do either

1)Increase limit of max. number of file open. alter it in /proc/sys/fs/file-
max.

2)Keep a cron job running say every two hours and find out who is using so many 
open files using lsof. I believe it's either postgres or java.. find out..

 Shridhar

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to