[Mailman-Developers] Errors from Archiver.py in logs/error

Luca Maranzano liuk@publinet.it
Tue, 23 Oct 2001 10:51:38 +0200


Hi all,

I'm periodically watching the logs/error file and this morning I found
this message:

Oct 23 09:21:18 2001 (3892) Uncaught runner exception: [Errno 5]
Input/output error
Oct 23 09:21:18 2001 (3892) Traceback (most recent call last):
  File "/home/mailman/Mailman/Queue/Runner.py", line 104, in __oneloop
    self.__onefile(msg, msgdata)
  File "/home/mailman/Mailman/Queue/Runner.py", line 152, in __onefile
    keepqueued = self._dispose(mlist, msg, msgdata)
  File "/home/mailman/Mailman/Queue/ArchRunner.py", line 70, in _dispose
    mlist.ArchiveMail(msg)
  File "/home/mailman/Mailman/Archiver/Archiver.py", line 187, in
ArchiveMail
    traceback.print_exc()
  File "/usr/lib/python2.0/traceback.py", line 188, in print_exc
    print_exception(etype, value, tb, limit, file)
  File "/usr/lib/python2.0/traceback.py", line 108, in print_exception
    _print(file, 'Traceback (most recent call last):')
  File "/usr/lib/python2.0/traceback.py", line 9, in _print
    file.write(str+terminator)
IOError: [Errno 5] Input/output error

I never seen this kind of error before, and I don't think it's a low
level hardware issue since the disks are OK.

--luca