Gentoo Archives: gentoo-user

From: David Relson <relson@×××××××××××××.com>
To: gentoo-user@l.g.o
Cc: joe@×××××××.com
Subject: Re: [gentoo-user] Mailman trouble
Date: Thu, 14 Feb 2008 14:22:37
Message-Id: 20080214092114.14b98c22@osage.osagesoftware.com
In Reply to: [gentoo-user] Mailman trouble by Johannes Skov Frandsen
1 On Thu, 14 Feb 2008 15:04:59 +0100
2 Johannes Skov Frandsen wrote:
3
4 > Hi
5 >
6 > For some reason my mailman has stopped responding... probably after a
7 > upgrade but I'm not sure.
8 >
9 > I can't seem to start or stop mailman...
10 >
11 > # /etc/init.d/mailman stop
12 > * Stopping mailman
13 > ...
14 > [ !! ]
15 > # /etc/init.d/mailman start
16 > * WARNING: mailman has already been started.
17 >
18 > I tried to start mailman manually with '/usr/lib/mailman/mailmanctl
19 > start' but got this error:
20 >
21 > Site list is missing: mailman
22 >
23 > Then I ask mailman to display my lists with '/usr/lib/mailman/bin/
24 > list_lists' which gave me this response:
25 >
26 > No matching mailing lists found
27 >
28 > which is somewhat odd as I checked that the lists was located where
29 > they have been the whole time at '/usr/local/mailman/lists/' which
30 > was the case.
31 >
32 > I have tried to kill all mailman processes but without any luck in
33 > regards to starting the service again.
34 >
35 > My best bet is that I have missed some crucial change when accepted
36 > changes to a conf file after an upgrade using dispatch-conf, but I
37 > have no idea which.
38 >
39 > Anybody had the same problem and found a solution?
40 >
41 > Worst case scenario, how do I move my existing lists to a fresh
42 > installation of mailman?
43
44 A couple of thoughts:
45
46 Perhaps an upgrade now has mailman looking in /usr/mailman/lists rather
47 than /usr/local/mailman/lists
48
49 I often run "strace -feopen program ..." to determine what files
50 'program' is opening (or attempting to open). Doing that can help find
51 out where mailman is looking for its lists.
52
53 Lastly, configuration files are so important that I save copies of
54 working versions. When something breaks, at least I can compare the
55 b0rked versions to working versions. Any version control system (rcs,
56 csv, subversion, ...) would work for this.
57
58 HTH,
59
60 David
61 --
62 gentoo-user@l.g.o mailing list