Is there a solution to this error log output?
Python 2.2.2, RedHat 7.1, Mailman 2.1.
Since upgrading to Postfix 2.0.6 (although that may be unrelated to this problem) I have been unable to post to my Mailman 2.1 moderated lists. (I never had this problem before.) The "vette" file responds properly with the "held" message and then the "approved" flag gets added as I approve the posting. However the "post" file never gets updated and the message gets shunted. The error log has this:
Mar 20 17:32:37 2003 (18803) Uncaught runner exception: [Errno 4] Interrupted system call Mar 20 17:32:37 2003 (18803) Traceback (most recent call last): File "/home/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop self._onefile(msg, msgdata) File "/home/mailman/Mailman/Queue/Runner.py", line 155, in _onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/home/mailman/Mailman/Queue/OutgoingRunner.py", line 61, in _dispose self._func(mlist, msg, msgdata) File "/home/mailman/Mailman/Handlers/SMTPDirect.py", line 139, in process deliveryfunc(mlist, msg, msgdata, envsender, refused, conn) File "/home/mailman/Mailman/Handlers/SMTPDirect.py", line 335, in bulkdeliver refused = conn.sendmail(envsender, recips, msgtext) File "/home/mailman/Mailman/Handlers/SMTPDirect.py", line 61, in sendmail results = self.__conn.sendmail(envsender, recips, msgtext) File "/usr/local/lib/python2.2/smtplib.py", line 675, in sendmail (code,resp)=self.rcpt(each, rcpt_options) File "/usr/local/lib/python2.2/smtplib.py", line 459, in rcpt return self.getreply() File "/usr/local/lib/python2.2/smtplib.py", line 332, in getreply line = self.file.readline() Mar 20 17:32:37 2003 (18803) SHUNTING: 1048199310.616835+b29ca3709ff2c999169ceb1c0e1462215c6b2723
Is this a known bug or where should I look?
Thanks.
Sent via the WebMessaging system at mandala-designs.com
On Thu, 2003-03-20 at 18:04, ljacobs wrote:
Python 2.2.2, RedHat 7.1, Mailman 2.1.
Since upgrading to Postfix 2.0.6 (although that may be unrelated to this problem) I have been unable to post to my Mailman 2.1 moderated lists. (I never had this problem before.) The "vette" file responds properly with the "held" message and then the "approved" flag gets added as I approve the posting. However the "post" file never gets updated and the message gets shunted. The error log has this:
It's probably not related to Postfix 2.0.6 per se, but it probably is related to the upgrade (something got misconfigured).
Mar 20 17:32:37 2003 (18803) Uncaught runner exception: [Errno 4] Interrupted system call
Mailman is having trouble talking to your local Postfix process via port 25 socket. Look in your Postfix logs to see if there are any clues there.
-Barry
participants (2)
-
Barry Warsaw
-
ljacobs