Dina Hornreich wrote:
> This is my problem-- but I don't understand the solution!
> Can someone translate this solution for me?
> 
> "What about your Queue Runners?
> ps auxx|grep -i QR
> If they aren't running, that's your problem."
> 
> Thanks....
That is a ps command (process status (with a bug, see below), and a grep
command looking for the 
Mailman qrunner processes.

Issue the following command on your system (assumes Linux or a BSD based
system):

 ps auxxw|grep  -i qr 

This will look through the processes running on your system and if it
doesn't show 8 lines 
Then your queue runners aren't running. 

If they aren't running, issue as root:

/path/to/mailman/home/bin/mailmanctl start

And arrange for that command to be issued at system boot.

LER


-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 3535 Gaspar Drive, Dallas, TX 75220-3611 US

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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

Reply via email to