Prozess "qmail-remote" läuft ständig mit >98% CPU-Auslastung

Tschan

Well-Known Member
Hallo,

unter top läuft der Prozess "qmail-remote" ständig mit mehr als 98% CPU-Auslastung:
Code:
last pid: 20057;  load averages:  1.00,  1.00,  1.00
104 processes: 3 running, 101 sleeping
CPU states:  100% user,  0.0% nice,  0.0% system,  0.0% interrupt,  0.0% idle
Mem: 110M Active, 555M Inact, 171M Wired, 33M Cache, 110M Buf, 112M Free
Swap: 1991M Total, 1991M Free

  PID USERNAME     THR PRI NICE   SIZE    RES STATE    TIME   WCPU COMMAND
 9777 qmailr         1 132    0  2376K  1100K RUN    4069.3 98.83% qmail-remote

Mit tail -F /var/log/maillog konnte ich aber kein aussergewöhnliches hohes Mailaufkommen fesstellen.

Woran könnte es denn noch liegen das qmail-remote so viel CPU-Leistung benötigt?

Danke und Gruß,
Andy
 
hm idee auch nich, aber ich wills mal versuchen
benutze qmail seit jahren, aber dieses problem hatte ich noch nicht (generell kaum probleme, wenn, dann meistens selbst verursachtes *g*)

ich benutze das script qmailctl {smtplog|log|imaplog|stop|start|...}
var/log/maillog ist etwas ungewöhnlich.

was steht in /service/qmail/log/run drin? (vllt heissts bei dir auch qmail-send)

aber ich denke, du hast schon das richtige, oder?


The qmail-send service logs the activities of the qmail-send process, along with any messages generated by the qmail-local and qmail-remote processes it will generate in order to actually process the individual deliveries. These examples will track the lifetime of a particular message on its journey through the queue.
( http://qmail.jms1.net/logfiles.shtml )

bei mir
Code:
top -b |grep qmail
90200 qmaill    -8    0  1288K   540K piperd   0:05  0.00%  0.00% multilog
90197 qmaild     4    0  2632K  1004K accept   0:04  0.00%  0.00% tcpserver
90184 qmails    96    0  1348K   656K select   0:03  0.00%  0.00% qmail-send
90187 qmaill    -8    0  1288K   540K piperd   0:01  0.00%  0.00% multilog
90190 qmailr    96    0  1308K   600K select   0:01  0.00%  0.00% qmail-rspawn
90191 qmailq    -8    0  1276K   552K piperd   0:00  0.00%  0.00% qmail-clean
90189 root      97    0  2892K   948K select   0:00  0.00%  0.00% qmail-lspawn
90214 qmaill    -8    0  1272K   464K piperd   0:00  0.00%  0.00% multilog
(also 0%)

per google gefunden: http://www.unixboard.de/vb3/showthread.php?t=16813
trifft das bei dir zu?
guck mal mit ps auxw|grep qmail-remote
dann sehen wir weiter.
 
Hallo und danke für deine Mühe.

qmailctl steht mir nicht zur Verfügung. Habe es dann installiert, ging aber trotzdem noch nicht (qmailctl: Command not found.)

/service/qmail/log/run gibts so bei mir nicht, aber ich denke das es bei mir folgende Datei ist:

/var/qmail/service/qmail/log/run:

Code:
#!/bin/sh
exec \
setuidgid qmaill \
envdir ./env \
sh -c '
    exec \
    multilog \
        t \
        ${MAXFILESIZE+"s$MAXFILESIZE"} \
        ${MAXLOGFILES+"n$MAXLOGFILES"} \
        ${PROCESSOR+"!$PROCESSOR"} \
        ./main
'

Demnach scheinen das die Log-Dateien zu sein:

/var/qmail/service/pop3d/log/main/current (tail -F zeigt nichts ungewöhnliches)
/var/qmail/service/qmail/log/main/current (Datei ist leer 0 Byte)
/var/qmail/service/smtpd/log/main/current (tail -F zeigt nichts ungewöhnliches)

nein

ps auxw | grep qmail-remote:
Code:
sv02# ps auxw|grep qmail-remote
qmailr     622 48.9  0.1  2376  1348  ??  R    31Jul07 11026:23.06 qmail-remote jlsworld.com dwjlsworldm@jlsworld.com
qmailr   44329 48.6  0.1  2372  1344  ??  R    10:32PM 546:07.22 qmail-remote mobilest.de linmobilestmet@mobilest.de
bei mehrmaligen Aufruf sind auch mal andere Sachen mit dabei, aber diese beiden Einträge sind immer dabei.

Ich hatte vor einigen Jahren mal das Problem das über meinen MTA gespamt wurde. Da bekamm ich von http://www.spamcop.net/ Mails und meine IP wurde auch geblacklistet.
Das ist hier jetzt noch nicht passiert, weshalb ich auch nicht annehme das mein MTA Spam verschickt.

Danke und Gruß,
Andy
 
Zurück
Oben