Edit your inetd.conf file and pound out the line that says:

imap    stream  tcp     nowait  root    /usr/sbin/tcpd imapd

then type "/etc/rc.d/init.d/inet restart" and see if the trouble stops.

On Wed, 10 Jan 2001, Tomás García Ferrari spewed into the bitstream:

TGF>Hello,
TGF>
TGF>I am running a RedHat 6.2 server that is getting frozen everyday with a
TGF>'grow_underscores inodes_max limit reached' message. There are a lot of
TGF>lines in /var/log/messages like these:
TGF>>Dec 30 06:48:28 www inetd[1809]: accept (for imap): Too many open files
TGF>>Dec 30 06:48:59 www last message repeated 1780 times
TGF>
TGF>I suppose that a script run by crond could cause this problem and I removed
TGF>all the scripts from /etc/cron.daily. Nevertheless, the server got frozen.
TGF>
TGF>I created a script that runs hourly to get more info:
TGF>  lsof | awk '{ print $1 }' | uniq -c | sort -n >> /home/XXX/trap.log
TGF>  df -i >> /home/XXX/trap.log
TGF>
TGF>but when the server is frozen these commands doesn't have any output...
TGF>
TGF>I am completely lost now... could somebody give me a clue?

--
Chuck Mead, Owner, MoonGroup.com
[EMAIL PROTECTED]
GnuPG Public Key Available: http://wwwkeys.us.pgp.net



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to