[Mailman-Developers] back to square one

Dale Newfield Dale at Newfield.org
Fri Nov 21 08:46:29 EST 2003


On Thu, 20 Nov 2003, Brett Dikeman wrote:
> The only error we're getting is every 15 minutes:
> Nov 20 22:02:55 2003 (18412) No such list "[list":
> ...with one space after the :

> I've been unsuccessful in tracking down where that could possibly be
> coming from....

That message might come from any of these cgi accesses:

./Mailman/Cgi/admindb.py: syslog('error', 'No such list "%s": %s\n', listname, e)
./Mailman/Cgi/confirm.py: syslog('error', 'No such list "%s": %s', listname, e)
./Mailman/Cgi/edithtml.py: syslog('error', 'No such list "%s": %s', listname, e)
./Mailman/Cgi/listinfo.py: syslog('error', 'No such list "%s": %s', listname, e)
./Mailman/Cgi/options.py: syslog('error', 'No such list "%s": %s\n', listname, e)
./Mailman/Cgi/private.py: syslog('error', 'No such list "%s": %s\n', listname, e)
./Mailman/Cgi/rmlist.py: syslog('error', 'No such list "%s": %s\n', listname, e)
./Mailman/Cgi/subscribe.py: syslog('error', 'No such list "%s": %s\n', listname, e)

Is it precisely every 15 minutes?  If so it sounds more like a cron job...

...which suggests yet another item that has changed dramatically over the
versions--have you adjusted the crontab entries appropriately?  Another
random thought--have you created the mailman mailing list?  (There's a
fairly new requirement that you have that single specifically named list
from which certain messages get sent.)

---
Dale Newfield <Dale at Newfield.org>

"They that can give up essential liberty to obtain a little safety deserve
neither liberty nor safety." - Benjamin Franklin, on the Statue of Liberty



More information about the Mailman-Developers mailing list