Launchpad and mailman are out of sync
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Launchpad itself |
Critical
|
Gary Poster |
Bug Description
Lists states (and probably their subscribers) are out of sync.
This list has been waiting to be created for a few hours
https:/
These list have been waiting for several days to be created
https:/
https:/
mbarnett reported that he saw a list waiting to be deactivated.
emails are being delivered, so this looks like a communication issue between lp and mailman. xmlrpc is ise to talk, so mm may not be polling, ot xmlrpc is not providing a list of actions to do, or lp is not providing the actions to do.
Changed in launchpad-registry: | |
milestone: | none → 10.05 |
Michael Barnett (mbarnett) wrote : | #1 |
Curtis Hovey (sinzui) wrote : | #2 |
List creation works fine on staging. Its code is the same as lpnet, but the data two weeks old.
Curtis Hovey (sinzui) wrote : | #3 |
I found a questions from last week that verifies my suspicion that list memberships are not in sync:
ayatana list is not getting new members.
Nicolas Delvaux (malizor) wrote : | #4 |
Same problem here:
The "lp-l10n-
Curtis Hovey (sinzui) wrote : | #5 |
I think the root cause of this bug is bug #576212. We may have a user with a name that blows the xmlrpc server to smithereens.
Curtis Hovey (sinzui) wrote : | #6 |
https:/
Curtis Hovey (sinzui) wrote : | #7 |
The leading candiates for the one TB I have seen implies
proxy = xmlrpclib.
^ the config is wrong and we are not really talking to a server
There could be routing or port issue too.
Curtis Hovey (sinzui) wrote : | #8 |
I think an admin can verify that mailman's instance of lib/mailman/
summary: |
- Launhpad and mailman are out of sync + Launchpad and mailman are out of sync |
Curtis Hovey (sinzui) wrote : | #9 |
A restarting mailman:
May 10 22:00:59 2010 mailmanctl(23937): No child with pid: 30085
May 10 22:00:59 2010 mailmanctl(23937): [Errno 3] No such process
May 10 22:00:59 2010 mailmanctl(23937): Stale pid file removed.
May 10 22:01:11 2010 mailmanctl(24050): PID unreadable in: /srv/lists.
May 10 22:01:11 2010 mailmanctl(24050): [Errno 2] No such file or directory: '/srv/lists.
May 10 22:01:11 2010 mailmanctl(24050): Is qrunner even running?
May 10 22:01:19 2010 qrunner(24069): Cannot import runner module Mailman.
May 10 22:01:19 2010 qrunner(24069): No module named psycopg2
^ Note that Mailman.
Barry Warsaw (barry) wrote : | #10 |
This looks like a build problem. Certainly an import error would cause XMLRPC runner process to exit.
Curtis Hovey (sinzui) wrote : | #11 |
The cowboy patch made after the last rollout broken the mail env; mailman could not import psychopg2. An alternate patch was applied and mailman was restarted. The all the lists waiting to be created and users to be added were synced.
Changed in launchpad-registry: | |
assignee: | nobody → Gary Poster (gary) |
status: | Triaged → Fix Released |
The mailing list for ~ubuntu-br.am is still "waiting to be deactivated" on lp.
-Michael