[Mailman-Developers] ~mailman/bin/mailmanctl -s start

Fil fil@rezo.net
Mon, 24 Dec 2001 12:30:34 +0100


(using Mailman 2.1a3)

What happens when the computer crashes then starts again? If the pidfile
stays there, mailctl start will fail. If we use mailmanctl -s start, it will
fail if the pidfile is not there... What we need is a start command that
does not fail, even if a pid file is already here. Or am I missing something?

Furthermore, it seems buggy on my installation:

# ~mailman/bin/mailmanctl -s start

Starting Mailman's master qrunner.
Traceback (most recent call last):
  File "/home/mailman/bin/mailmanctl", line 492, in ?
    main()
  File "/home/mailman/bin/mailmanctl", line 364, in main
    lock._transfer_to(pid)
  File "/home/mailman/Mailman/LockFile.py", line 357, in _transfer_to
    os.link(self.__lockfile, self.__tmpfname)
OSError: [Errno 2] No such file or directory


-- Fil