
7 Apr
2012
7 Apr
'12
10:18 p.m.
Hi Benste,
I think this is user error. `bin/mailman start` is just a little front- end that forks and execs the actual master script. This runs in the background and detaches itself from the controlling terminal, so exiting the terminal is not meant to stop the master, or any of its own subprocesses. I think the locks aren't getting deleted because everything's still running.
You should not use --force in this case. Only use --force when you know the master is no longer running. Use `bin/mailman status` to find that out. In your case, just open up a new terminal and run `bin/mailman stop` and everything should work properly.
** Changed in: mailman Status: Triaged => Invalid
--
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/925559
Title:
Mailman Masterrunner keeps locks after force
To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/925559/+subscriptions