Hi all, I have this in my error log:
Nov 27 09:53:19 2008 post(18252): Traceback (most recent call last): post(18252): File "/usr/lib/mailman/scripts/post", line 69, in ? post(18252): main() post(18252): File "/usr/lib/mailman/scripts/post", line 64, in main post(18252): tolist=1, _plaintext=1) post(18252): File "/usr/lib/mailman/Mailman/Queue/Switchboard.py", line 137, in enqueue post(18252): os.fsync(fp.fileno()) post(18252): OSError : [Errno 5] Input/output error post(19319): File "/usr/lib/mailman/scripts/post", line 64, in main post(19319): tolist=1, _plaintext=1) post(19319): File "/usr/lib/mailman/Mailman/Queue/Switchboard.py", line 137, in enqueue post(19319): os.fsync(fp.fileno()) post(19319): OSError : [Errno 5] Input/output error Nov 28 11:49:40 2008 post(927): Traceback (most recent call last): post(927): File "/usr/lib/mailman/scripts/post", line 69, in ? post(927): main() post(927): File "/usr/lib/mailman/scripts/post", line 64, in main post(927): tolist=1, _plaintext=1) post(927): File "/usr/lib/mailman/Mailman/Queue/Switchboard.py", line 137, in enqueue post(927): os.fsync(fp.fileno()) post(927): OSError : [Errno 5] Input/output error And my in looks like: ./in: total 3.4M -rw-rw---- 1 root mailman 456K Nov 27 09:48 1227775710.928695+a44f4a2c5af5927c529c6c4a5589ab71759a1f86.pck.tmp -rw-rw---- 1 root mailman 120K Nov 27 14:38 1227793170.26085+afbc8b7ceee95547b83dc3e69f055d67e53acb33.pck.tmp -rw-rw---- 1 root mailman 16M Nov 28 11:43 1227861580.003396+d73b39bd22372e715d2d80786654ef362e65fae0.pck.tmp Things I checked are: 1) free disk space: more than enough 2) free inodes: more than enough 3) no SELinux or other security/restriction framework installed 4) bin/check_perms does not list any errors 5) other email is delivered Any other ideas what to check? Upgrading Mailmain is an option, but I would like to avoid that, if possible. Thanks for all feedback, Richard ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
