mailman not starting, status is active (exited)
Hi,
After quite a long time with no issues, I’ve started having a problem where mailman won’t start and I don’t see any clear error message
I’m running on Ubuntu, not sure which mailman version (forgot how to determine). Here is the status info
sudo systemctl status mailman ● mailman.service - LSB: Mailman Master Queue Runner Loaded: loaded (/etc/init.d/mailman; generated) Active: active (exited) since Wed 2020-08-19 07:38:59 PDT; 2h 46min ago Docs: man:systemd-sysv-generator(8) Process: 2351 ExecStop=/etc/init.d/mailman stop (code=exited, status=0/SUCCESS) Process: 2386 ExecStart=/etc/init.d/mailman start (code=exited, status=0/SUCCESS) Aug 19 07:38:59 relay1 systemd[1]: Starting LSB: Mailman Master Queue Runner... Aug 19 07:38:59 relay1 systemd[1]: Started LSB: Mailman Master Queue Runner
Any ideas?
thanks Ricardo
On Wed, 19 Aug 2020 at 21:28, Ricardo Kleemann <rmkleemann@gmail.com> wrote:
Hi,
After quite a long time with no issues, I’ve started having a problem where mailman won’t start and I don’t see any clear error message
I’m running on Ubuntu, not sure which mailman version (forgot how to determine). Here is the status info
sudo systemctl status mailman ● mailman.service - LSB: Mailman Master Queue Runner Loaded: loaded (/etc/init.d/mailman; generated) Active: active (exited) since Wed 2020-08-19 07:38:59 PDT; 2h 46min ago Docs: man:systemd-sysv-generator(8) Process: 2351 ExecStop=/etc/init.d/mailman stop (code=exited, status=0/SUCCESS) Process: 2386 ExecStart=/etc/init.d/mailman start (code=exited, status=0/SUCCESS) Aug 19 07:38:59 relay1 systemd[1]: Starting LSB: Mailman Master Queue Runner... Aug 19 07:38:59 relay1 systemd[1]: Started LSB: Mailman Master Queue Runner
Any ideas?
The idea is available in /var/lib/mailman/logs/error file.
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", grep ^[^#] :-)
On 8/19/20 10:26 AM, Ricardo Kleemann wrote:
Hi,
After quite a long time with no issues, I’ve started having a problem where mailman won’t start and I don’t see any clear error message
Is this Mailman 3 or Mailman 2.1? If Mailman 2.1, the appropriate list in mailmain-users@python.org <https://mail.python.org/mailman3/lists/mailman-users.python.org/>.
The usual cause of Mailman not starting in either case is a stale master lock. In either case, the locks are in a directory named locks/ in Mailman's hierarchy.
In the Mailman 3 case if that directory contains files
master.lck
and
master.lck|hhhh|pppp|tttttt
(hhhh is the host name, pppp is a PID and tttttt is a timestamp) and the PID pppp is not running on the host, just remove those files.
For Mailman 2.1, its the same except the names are
master-qrunner master-qrunner.hhhh.pppp
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (3)
-
Mark Sapiro
-
Odhiambo Washington
-
Ricardo Kleemann