R
ranageman
Guest
Repeatedly, my system gets into a state with apparently too many open files. At worst, I can no longer ssh:
-bash: error while loading shared libraries: libtermcap.so.2: cannot open shared object file: Error 23
Then I have to restart the VPS to recover.
sysctl -a says:
fs.file-max = 131072
ulimit -n says:
1024
This is a very lightly loaded system, with 4 domains running mail, one Typo3 webserver (again, no big load) and some Perl/CGI.
How can I find out what process has the excessive file opens?
Cheers
-bash: error while loading shared libraries: libtermcap.so.2: cannot open shared object file: Error 23
Then I have to restart the VPS to recover.
sysctl -a says:
fs.file-max = 131072
ulimit -n says:
1024
This is a very lightly loaded system, with 4 domains running mail, one Typo3 webserver (again, no big load) and some Perl/CGI.
How can I find out what process has the excessive file opens?
Cheers