![](https://secure.gravatar.com/avatar/e4cf5f1da6a278e91d7e51de8c40b42c.jpg?s=120&d=mm&r=g)
I Noticed the following error message in my error log for mailman and wondered if you could give me a pointer to tracking down the problem.
beer: lost digest file: /home mailman/list/beer/next-digest (No such file or directory)
I also started seeing this message a couple of days ago from the cron daemon.
Traceback (innermost last): File "/home/mailman/cron/checkdbs", line 83, in ? main() File "/home/mailman/cron/checkdbs", line 50, in main mlist.SendTextToUser( AttributeError: SendTextToUser
Cron: The previous message is the standard output and standard error of one of your cron commands.
![](https://secure.gravatar.com/avatar/ab1c33fc0fd591a0ea174155233a6a51.jpg?s=120&d=mm&r=g)
"PP" == Phillip Porch <root@theporch.com> writes:
PP> I Noticed the following error message in my error log for
PP> mailman and wondered if you could give me a pointer to
PP> tracking down the problem.
PP> beer: lost digest file: /home mailman/list/beer/next-digest
PP> (No such file or directory)
Ignore this. There was a situation where this message was being unnecessarily logged. I checked in a fix for this.
PP> I also started seeing this message a couple of days ago from
PP> the cron daemon.
PP> Traceback (innermost last):
| File "/home/mailman/cron/checkdbs", line 83, in ?
| main()
| File "/home/mailman/cron/checkdbs", line 50, in main
| mlist.SendTextToUser(
PP> AttributeError: SendTextToUser
Oh dang, I forgot to convert checkdbs. Will do.
-Barry
participants (2)
-
Barry A. Warsaw
-
Phillip Porch