Mail list "will be available in the next few minutes" status has not changed in days

Asked by Jorge Silva

Tha mailing lists at:

https://launchpad.net/~meadl-devel/+mailinglist

has been showing this state for at least a day... maybe we just need to wait a bit more?

Question information

Language:
English Edit question
Status:
Answered
For:
Launchpad itself Edit question
Assignee:
[LEGACY] Canonical WebOps Edit question
Last query:
Last reply:
Whiteboard:
Run the SQL to force the list to a state that lets the user reactive it.
Revision history for this message
Curtis Hovey (sinzui) said :
#1

I think we need an admin to force the mailing list to an inactive state and try again. I suspect the list is stuck because Launchpad was shutdown as the list was being built. Quoting Barry from an older bug: "With LOSA assistance, we toggled the mailing list's status back to INACTIVE"

-- Force the list to Inactive so that it can be reactivated.
UPDATE MailingList
SET status = 7
FROM Person
WHERE MailingList.team = Person.id
    AND person.name = 'meadl-devel'

Revision history for this message
Jorge Silva (jorge-silva) said :
#2

Actually, it is happening with another one as well: https://launchpad.net/~tagin-devel/+mailinglist

Revision history for this message
Curtis Hovey (sinzui) said :
#3

We can see that many lists are not changing states. This is a bug either in the operations or in the code.

Revision history for this message
Curtis Hovey (sinzui) said :
#4

Mailman was rebuilt and stated in production, the you should now be able to send and recieve emails.

Can you help with this problem?

Provide an answer of your own, or ask Jorge Silva for more information if necessary.

To post a message you must log in.