Too many open files in system

Lord_Icon

Member
Hi,

seit heut früh hab ich mit ein Konto, was über IMAP syncro. wird, starke Probleme. Dieser holt die Emails nicht mehr ab und bricht bei 63% ab.
Outlook selbst sagt hierzu garnichts.

POP3 Konten laufen einwandfrei.

Ergo: Server Logs.
die dovecot_err.log sagt:
dovecot: Feb 21 10:06:51 Error: pop3-login: accept() failed: Too many open files in system
dovecot: Feb 21 10:06:51 Error: pop3-login: accept() failed: Too many open files in system
dovecot: Feb 21 10:06:51 Error: pop3-login: accept() failed: Too many open files in system
dovecot: Feb 21 10:06:51 Error: pop3-login: accept() failed: Too many open files in system
dovecot: Feb 21 10:06:51 Error: pop3-login: accept() failed: Too many open files in system
dovecot: Feb 21 10:06:51 Error: pop3-login: accept() failed: Too many open files in system
dovecot: Feb 21 10:06:51 Error: pop3-login: accept() failed: Too many open files in system
dovecot: Feb 21 10:06:51 Error: pop3-login: accept() failed: Too many open files in system
dovecot: Feb 21 11:10:23 Warning: chdir(/home/ks0180p1) blocked for 25 secs
dovecot: Feb 21 11:18:29 Error: pop3-login: Timeout waiting for handshake from auth server. my pid=11917, input bytes=0
dovecot: Feb 21 11:18:29 Error: pop3-login: Timeout waiting for handshake from auth server. my pid=11917, input bytes=0
dovecot: Feb 21 11:18:29 Error: auth(default): Master requested auth for nonexisting client 11773
dovecot: Feb 21 11:19:47 Error: pop3-login: Timeout waiting for handshake from auth server. my pid=11918, input bytes=0
dovecot: Feb 21 11:20:19 Error: pop3-login: Timeout waiting for handshake from auth server. my pid=11918, input bytes=0
dovecot: Feb 21 11:20:58 Warning: chdir(/home/ks0180p1) blocked for 21 secs
dovecot: Feb 21 11:20:58 Warning: chdir(/home/ks0155p1) blocked for 21 secs

Ergo: Schau ich mir doch mal den Count an.
Code:
#cat /proc/sys/fs/file-nr
1536    0       8192
Fraglich wäre hier: Wird hier auch Dovecot mit gezählt?
Theoretisch schon. Sind ja auch nur Datein.

Im Web haben einige mit der Eingabe von "ulimit -n xxxx" beholfen.
Aber danach sollten diese MYSQL neu starten. Denke also nicht, das das die korrekte Lösung wäre.

Einsetzen tu ich:
Dovecot
Sasauth
Postfix
auf n SUSE-11.1er System

Weiß einer Rat.
(Liegt das an Dovecot oder an Postfix, der hier "dicht" machen zu scheint ?)
 
VServer. Xen-Managemnt.
Wobei ich jetzt nicht verstehe, auf was die Frage abziehlt.

Würde höchstens einen Sinn ergeben, wenn open_files VServer übergreifend gezählt werden.... was auf garkeinen Fall sein kann.

Aber... Details:

2048 MB RAM
2048 MB Swap
Vollzugriff auf sämtliche Datein etc.
 
Nachtrag:

Code:
[B]#ulimit -a[/B]
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 80064
max locked memory       (kbytes, -l) 64
max memory size         (kbytes, -m) 1792140
open files                      (-n) 1024
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 80064
virtual memory          (kbytes, -v) 3364400
file locks                      (-x) unlimited


mittels "ulimit -n 3000" hab ich das jetzt mal von anscheind 1024 auf 3000 angehoben.

Aber so wirklich verstehe ich das ganze nicht. Gibt es denn ein Befehl, der mir die open_files ausgibt ?
 
Last edited by a moderator:
Back
Top