Young, Darren wrote: >Mailman 2.1.5 on RedHat EL 3.0... Getting the following error, any >thoughts? > >[EMAIL PROTECTED] bin]# ./qrunner -r Outgoing:0:1 -v >Traceback (most recent call last): > File "./qrunner", line 270, in ? > main() > File "./qrunner", line 230, in main > qrunner.run() > File "/home/mailman-2.1/Mailman/Queue/Runner.py", line 70, in run > filecnt = self._oneloop() > File "/home/mailman-2.1/Mailman/Queue/Runner.py", line 99, in _oneloop > msg, msgdata = self._switchboard.dequeue(filebase) > File "/home/mailman-2.1/Mailman/Queue/Switchboard.py", line 143, in >dequeue > fp = open(filename) >IOError: [Errno 2] No such file or directory: >'/home/mailman-2.1/qfiles/out/1109280212.391001d7f7d15bdb848c85faae16b96 >6639956aee33bd6.pck' > >Checked, that file really does not exist. Is there an outbound queue >database that can get corrupted?
I don't think there is any database. This kind of problem has been reported before on this list (see http://www.google.com/search?q=site:mail.python.org+%22errno+2%22+qfiles) including one recent thread beginning at http://mail.python.org/pipermail/mailman-users/2005-February/042826.html that says the latest 2.1.6 beta fixed it. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py 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://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
