[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mailman error: "Could not acquire qrunner lock"



 
    
mailman error: "Could not acquire qrunner lock"
-----------------------------------------------

[root@igloo locks]# less /var/log/mailman/qrunner 
...
Dec 14 10:24:02 2002 (9264) Could not acquire qrunner lock
...

lock files in /var/mailman/locks

delayed mail in /var/spool/mailman/qfiles

Try to run /var/mailman/bin/check_perms as "root" to check files 
permissions. Pay attention to archieves directories, e.g, 

[root@igloo qfiles]# ls -al /usr/local/mailman/archives/
total 16
drwxr-xr-x    4 mailman  mailman      4096 Dec 15 23:49 .
drwxr-xr-x    3 mailman  mailman      4096 Dec 15 23:48 ..
drwxr-x---    8 mailman  mailman      4096 Dec 15 23:49 private
drwxr-xr-x    8 mailman  mailman      4096 Dec 15 23:52 public

[root@igloo lists]# pwd   
/var/mailman/lists

[root@igloo lists]# ls -al dilbert/
total 52
drwxrwsr-x    2 root     mailman      4096 Dec 15 23:13 .
drwxrwsr-x    8 root     mailman      4096 Aug 16 04:48 ..
-rw-rw-r--    1 root     mailman      1706 Oct 18  2000 admindbpreamble.html
-rw-rw----    1 mailman  mailman      3947 Dec 15 23:13 config.db
-rw-rw----    1 mailman  mailman      3947 Dec 15 23:13 config.db.last
-rw-rw-r--    1 root     mailman       189 Oct 18  2000 handle_opts.html
-rw-rw-r--    1 root     mailman       900 Oct 18  2000 headfoot.html
-rw-rw-r--    1 root     mailman      3136 Oct 18  2000 listinfo.html
-rw-rw-r--    1 root     mailman      4106 Oct 18  2000 options.html
-rw-rw-r--    1 apache   mailman         2 Dec 15 19:09 request.db
-rw-rw-r--    1 root     mailman      1169 Oct 18  2000 roster.html
-rw-rw-r--    1 root     mailman       198 Oct 18  2000 subscribe.html

At last, login as mailman, trace the qrunner:

-bash-2.05b$ strace  /usr/bin/python -S /var/mailman/cron/qrunner


Refer <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.019.htp>


Google