
I'm starting to see this message:
Subject: Output from "cron" command
Your "cron" job on lists /usr/local/bin/python /home/mailman/cron/checkdbs
produced the following output:
Traceback (innermost last): File "/home/mailman/cron/checkdbs", line 77, in ? main(verbose=(len(sys.argv) > 1 File "/home/mailman/cron/checkdbs", line 34, in main list = MailList.MailList(name, lock = 0) File "/home/mailman/Mailman/MailList.py", line 60, in __init__ self.Load() File "/home/mailman/Mailman/MailList.py", line 778, in Load raise Errors.MMBadListError, ('Failed to unmarshal config info: ' TypeError: __add__ nor __radd__ defined for these operands
What the heck does this mean?
-roy

"RR" == Roy Rapoport <rsr@inorganic.org> writes:
RR> I'm starting to see this message:
| TypeError: __add__ nor __radd__ defined for these operands
It means your config.db file is corrupted. For that list, copy config.db.last to config.db. What version of Mailman are you using?
-Barry

On Sun, 18 Jul 1999, Barry A. Warsaw wrote:
RR> I'm starting to see this message: | TypeError: __add__ nor __radd__ defined for these operands
It means your config.db file is corrupted. For that list, copy config.db.last to config.db. What version of Mailman are you using?
Thanks, that seemed to worked beautifully. I'm using 1.0rc2.
-roy
participants (2)
-
Barry A. Warsaw
-
Roy Rapoport