0

telnet インターフェイスと Web インターフェイスの両方を使用してメールを送信すると、上記のエラーが発生します。qmailを使用しています。誰かが助けてくれますか。

これは、qmailctl stat を実行したときに得られるものです

>[root@pristine qmail-send]# qmailctl stat 
/service/qmail-send: up (pid 20193) 2952 seconds
/service/qmail-send/log: up (pid 20195) 2952 seconds
/service/qmail-smtpd: up (pid 20199) 2952 seconds
/service/qmail-smtpd/log: up (pid 7692) 1 seconds
/service/qmail-pop3d: up (pid 20203) 2952 seconds
/service/qmail-pop3d/log: up (pid 7693) 1 seconds
messages in queue: 0
messages in queue but not yet preprocessed: 0

smtp プロセスで ps aux を実行した後、次の結果が得られました

 ps aux | grep -i qmail
root      5606  0.0  0.0  1344  224 pts/1    S    13:24   0:00 readproctitle service errors: ...ure?supervise: fatal: unable to acquire qmail-pop3d/supervise/lock: temporary failure?supervise: fatal: unable to acquire log/supervise/lock: temporary failure?supervise: fatal: unable to acquire qmail-smtpd/supervise/lock:
root      5674  0.0  0.0  1344  224 pts/1    S    13:24   0:00 readproctitle service errors: ...ry failure?supervise: fatal: unable to acquire qmail-pop3d/supervise/lock: temporary failure?supervise: fatal: unable to acquire log/supervise/lock: temporary failure?supervise: fatal: unable to acquire log/supervise/lock: t
root      5679  0.0  0.0  1352  268 pts/1    S    13:25   0:00 supervise qmail-send
root      5689  0.0  0.0  1352  268 ?        S    13:25   0:00 supervise qmail-pop3d
root      5691  0.0  0.0  1352  264 ?        S    13:25   0:00 supervise qmail-smtpd
root     11432  0.0  0.0  1608  456 pts/1    S    13:36   0:00 grep -i qmail
root     11600  0.0  0.0  1372  284 ?        S    May15   0:00 tcpserver -H -R -v -c100 0 110 qmail-popup mail.pristine.gm /home/vpopmail/bin/vchkpw qmail-pop3d Maildir
vpopmail 11601  0.0  0.0  1544  456 ?        S    May15   0:00 /usr/local/bin/tcpserver -v -R -l mail.pristine.gm -x /etc/tcp.smtp.cdb -c 30 -u 510 -g 505 0 smtp /var/qmail/bin/qmail-smtpd mail.pristine.gm /home/vpopmail/bin/vchkpw /usr/bin/true
qmaill   11615  0.0  0.0  1496  328 ?        S    May15   2:01 multilog t s100000 n20 /var/log/qmail/qmail-pop3d
4

2 に答える 2

0

readproctitle は、異なる監視プロセスがロックを取得できないことを示しています。これは、ファイルシステムがいっぱいであるか、書き込み可能でないことを示している可能性があります。

dfとの出力は何df -iですか?

おそらく、空き領域を作るのと同じくらい簡単です...

于 2013-12-04T09:52:50.300 に答える