Hi,
after upgrading from 2.1a2 to 2.1a3 (latest CVS) now I'm getting this message from cron.
I've tryed a "check_db -a" to see if this could be a problem related to db corruption but all databases seem fine.
Is there a way to see which mailing list is being processed when the error occurs?
Regards, Luca
----- Forwarded message from Cron Daemon -----
Date: Sat, 8 Sep 2001 17:00:02 +0200 From: root (Cron Daemon) Subject: Cron <mailman@XXXXX> /usr/bin/python2 -S /home/mailman/cron/checkdbs To: mailman@XXXXXXXXXXXXXXXXX
Traceback (most recent call last): File "/home/mailman/cron/checkdbs", line 104, in ? main() File "/home/mailman/cron/checkdbs", line 52, in main count = mlist.NumRequestsPending() File "/home/mailman/Mailman/ListAdmin.py", line 123, in NumRequestsPending self.__opendb() File "/home/mailman/Mailman/ListAdmin.py", line 77, in __opendb self.__db = marshal.load(fp) EOFError: EOF read where object expected
----- End forwarded message -----
Hi,
it seems that the problem was due to a request.db file of a list which was very huge and possibly corrupted. After removing this file the error disappeared :-).
--Luca
On Sun, Sep 09, 2001 at 12:46:54PM +0200, Luca Maranzano wrote:
Hi,
after upgrading from 2.1a2 to 2.1a3 (latest CVS) now I'm getting this message from cron.
I've tryed a "check_db -a" to see if this could be a problem related to db corruption but all databases seem fine.
Is there a way to see which mailing list is being processed when the error occurs?
Regards, Luca
----- Forwarded message from Cron Daemon -----
Date: Sat, 8 Sep 2001 17:00:02 +0200 From: root (Cron Daemon) Subject: Cron <mailman@XXXXX> /usr/bin/python2 -S /home/mailman/cron/checkdbs To: mailman@XXXXXXXXXXXXXXXXX
Traceback (most recent call last): File "/home/mailman/cron/checkdbs", line 104, in ? main() File "/home/mailman/cron/checkdbs", line 52, in main count = mlist.NumRequestsPending() File "/home/mailman/Mailman/ListAdmin.py", line 123, in NumRequestsPending self.__opendb() File "/home/mailman/Mailman/ListAdmin.py", line 77, in __opendb self.__db = marshal.load(fp) EOFError: EOF read where object expected
----- End forwarded message -----
Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman/listinfo/mailman-developers
participants (1)
-
Luca Maranzano