
Mark Sapiro wrote:
Dave Filchak wrote:
My ISP had a major power outage a while back and I realized that mailman was no longer running. When trying to start it again, I am getting the following errors:
/usr/local/mailman/bin/mailmanctl start Starting Mailman's master qrunner. [root@ebony ~]# Traceback (most recent call last): File "/usr/local/mailman/bin/qrunner", line 270, in ? main() File "/usr/local/mailman/bin/qrunner", line 230, in main qrunner.run() File "/usr/local/mailman/Mailman/Queue/Runner.py", line 70, in run filecnt = self._oneloop() File "/usr/local/mailman/Mailman/Queue/Runner.py", line 99, in _oneloop msg, msgdata = self._switchboard.dequeue(filebase) File "/usr/local/mailman/Mailman/Queue/Switchboard.py", line 143, in dequeue fp = open(filename) IOError: [Errno 2] No such file or directory: '/usr/local/mailman/qfiles/out/1243356180.407516+c6c334592170b450a79140940b2a3ba17d3b962a.pck' Traceback (most recent call last): File "/usr/local/mailman/bin/qrunner", line 270, in ? main() File "/usr/local/mailman/bin/qrunner", line 230, in main qrunner.run() File "/usr/local/mailman/Mailman/Queue/Runner.py", line 70, in run filecnt = self._oneloop() File "/usr/local/mailman/Mailman/Queue/Runner.py", line 99, in _oneloop msg, msgdata = self._switchboard.dequeue(filebase) File "/usr/local/mailman/Mailman/Queue/Switchboard.py", line 143, in dequeue fp = open(filename) IOError: [Errno 2] No such file or directory: '/usr/local/mailman/qfiles/out/1243535478.4113281+cdfdfd56b6ebc1b658ed9c772038562cb6090a8f.pck'
When we tried to send a message to the list ... it does not get sent. Anyone have any idea about what might be going on?
See the FAQ at <http://wiki.list.org/x/_4A9>. If you go through the steps in that FAQ and still have a problem, see <http://wiki.list.org/x/A4E9>.
Well .. this worked to get rid of the errors ... thank you. However, while I see no errors in the maillog, emails sent to mailman get delivered TO mailman but the emails are not forwarded to the list users. I have restarted mailman and run the cron job manually but still nothing. However, I tried to send an email from the command line and did not receive that either. I am using Sendmail with MailScanner but mail looks like it is being processed in the logs.
ps aux | grep sendmail gives me:
ps aux | grep sendmail
root 16749 0.0 0.2 9128 3632 ? S 19:24 0:00 sendmail:
server 189.27.106.155.dynamic.adsl.gvt.net.br [189.27.106.155] cmd
read
root 17070 0.0 0.1 9384 3100 ? Ss 19:28 0:00 sendmail:
accepting
connections
smmsp 17074 0.0 0.1 7388 2564 ? Ss 19:28 0:00 sendmail:
Queue runner@00:15:00 for /var/spool/clientmqueue
root 17079 0.0 0.1 7560 2680 ? Ss 19:28 0:00 sendmail:
Queue runner@00:15:00 for /var/spool/mqueue
root 17569 0.0 0.2 9864 3588 ? S 19:39 0:00 sendmail:
server pool-96-241-183-254.washdc.fios.verizon.net [96.241.183.254] cmd
read
root 17633 0.0 0.0 4708 692 pts/2 R+ 19:40 0:00 grep sendmail
ps aux | grep MailScanner root 17106 0.0 1.4 27608 22028 ? Ss 19:28 0:00 MailScanner: master waiting for children, sleeping root 17107 0.2 2.1 40812 32752 ? S 19:28 0:02 MailScanner: waiting for messages root 17126 0.2 2.1 41020 33028 ? S 19:28 0:02 MailScanner: waiting for messages root 17131 0.2 2.1 41016 33068 ? S 19:28 0:02 MailScanner: waiting for messages root 17681 0.0 0.0 5104 712 pts/2 R+ 19:42 0:00 grep MailScanner
Seems good though not sure about the line "root 17106 0.0 1.4 27608 22028 ? Ss 19:28 0:00 MailScanner: master waiting for children, sleeping"
Dave