Re: [Mailman-Users] mailmain starting twice

2008-02-19 Thread Zbigniew Szalbot
Hello, 2008/2/19, Carl Zwanzig <[EMAIL PROTECTED]>: > In a flurry of recycled electrons, Adam Gabriel wrote: > > maybe you should grep your entire /etc/ for mailman_enable to > > find it. > > Not exactly: grep -i mailman /etc/rc* (don't look for the _enable var) > > FWIW, even though I really the

Re: [Mailman-Users] mailmain starting twice

2008-02-19 Thread Carl Zwanzig
In a flurry of recycled electrons, Adam Gabriel wrote: > maybe you should grep your entire /etc/ for mailman_enable to > find it. Not exactly: grep -i mailman /etc/rc* (don't look for the _enable var) FWIW, even though I really the bsd ports system, I still install mailman from source. z! ---

Re: [Mailman-Users] mailmain starting twice

2008-02-19 Thread Adam Gabriel
Just setting this variable isn't going to start mailman... you need to find the script thats actually executing the binary (and checking this variable). maybe you should grep your entire /etc/ for mailman_enable to find it. -Adam >>> On Mon, Feb 18, 2008 at 2:27 PM, in message <[EMAIL PROTECT

Re: [Mailman-Users] mailmain starting twice

2008-02-18 Thread Mark Sapiro
Zbigniew Szalbot wrote: >2008/2/18, Mark Sapiro <[EMAIL PROTECTED]>: >> >> What I am curious about is what's in Mailman's error log relating to >> the first OutgoingRunner (pid 565) dying on its own. I would like to >> see the error and traceback from this. > >I did edit mailman startup script as

Re: [Mailman-Users] mailmain starting twice

2008-02-18 Thread Zbigniew Szalbot
Hello again, 2008/2/18, Mark Sapiro <[EMAIL PROTECTED]>: > Zbigniew Szalbot wrote: > > > >Feb 18 18:26:53 2008 (560) ArchRunner qrunner started. > >Feb 18 18:26:53 2008 (563) IncomingRunner qrunner started. > >Feb 18 18:26:53 2008 (567) RetryRunner qrunner started. > >Feb 18 18:26:53 2008 (565) Ou

Re: [Mailman-Users] mailmain starting twice

2008-02-18 Thread Mark Sapiro
Zbigniew Szalbot wrote: > >Feb 18 18:26:53 2008 (560) ArchRunner qrunner started. >Feb 18 18:26:53 2008 (563) IncomingRunner qrunner started. >Feb 18 18:26:53 2008 (567) RetryRunner qrunner started. >Feb 18 18:26:53 2008 (565) OutgoingRunner qrunner started. >Feb 18 18:26:53 2008 (564) NewsRunner q

Re: [Mailman-Users] mailmain starting twice

2008-02-18 Thread Mark Sapiro
Zbigniew Szalbot wrote: > >I am using mailman 2.1.9 on a FreeBSD 6.3-RELEASE. My rc.conf only has >one mailman entry defined: > >$ cat /etc/rc.conf |grep -c mailman >1 > >$ cat /etc/rc.conf |grep mailman >mailman_enable="YES" > >However, when I restart the system, there are 16 qrunners. When I do >

Re: [Mailman-Users] mailmain starting twice

2008-02-18 Thread Zbigniew Szalbot
I should have included mailman logs... 2008/2/18, Zbigniew Szalbot <[EMAIL PROTECTED]>: > Hello, > > I am using mailman 2.1.9 on a FreeBSD 6.3-RELEASE. My rc.conf only has > one mailman entry defined: > > $ cat /etc/rc.conf |grep -c mailman > 1 > > $ cat /etc/rc.conf |grep mailman > mailman_enable

[Mailman-Users] mailmain starting twice

2008-02-18 Thread Zbigniew Szalbot
Hello, I am using mailman 2.1.9 on a FreeBSD 6.3-RELEASE. My rc.conf only has one mailman entry defined: $ cat /etc/rc.conf |grep -c mailman 1 $ cat /etc/rc.conf |grep mailman mailman_enable="YES" However, when I restart the system, there are 16 qrunners. When I do /usr/local/mailman/bin/mailma