Hi,
I have had this error twice within +/- one month:
Quote:
Sep 30 15:16:52 nix dovecot: deliver(
user@domain.com): open(/home/vmail/domain.com/user/maildirsize) failed: Too many open files
I need to restart dovecot and wait for the mailqueue to empty to make things work again.
Googling this error lead me to think I needed to increase the maximum open files, however, in a standard working situation, I am far from the limit:
Code:
# cat /proc/sys/fs/file-nr
1792 0 35041
# lsof -n | wc -l
3742
not sure why these figures are different, but anyhow, far from the 35041 files allowed.
proc(5) also lead me to cat /proc/sys/fs/inode-max but I have no such file on my linode (nor on my workstations).
I have asked to be moved to a newer host quite recently (now on newark157) as I had problems with 2.6.18 kernel and ntp. Not sure if this is related but I had never encountered such issues before.
I have no specific policy defined in /etc/security/limits.conf
Any idea?
Thanks in advance for your help!
Cheers,
Julien