- Original Message -
From: "Mark Sapiro" <[EMAIL PROTECTED]>
> And yes, this looks the same. One thing I thought of - are both of
> these excerpts from something identified by bin/dumpdb as 'object 1'
> in the file. i.e. directly below the lines
>
> [- start pickle file -]
> <---
John Fleming wrote:
>
>BINGO! The results listed several lists without error, and then there was
>the attribute error for real_name. The preceeding list was the mailman
>list! So with appropriate backups, I renamed the mailman list's
>config.pck.last file to config.pck and ran mylist_lists ag
- Original Message -
From: "Mark Sapiro" <[EMAIL PROTECTED]>
> Try the following:
> and add the line 'print n' so it becomes
>
>mlists = []
>longest = 0
>for n in names:
>print n
>mlist = MailList.MailList(n, lock=0)
>if advertised and not ml
John Fleming wrote:
>
>OK, finally, that gives the expected output (below) - Only it just lists all
>of my lists (only 12) with their expected advertised attributes, some 0 and
>some 1. No errors about any of them being missing. I also ran it grepping
>for "real_name" and also got the expected
- Original Message -
From: "Mark Sapiro" <[EMAIL PROTECTED]>
To: "John Fleming" <[EMAIL PROTECTED]>;
Sent: Saturday, March 03, 2007 10:45 AM
Subject: Re: [Mailman-Users] Urgent newbie help - "Hit a bug" page
> Replace the line
>
> for list in `/var/lib/mailman/bin/list_lists --bare`
>
>
John Fleming wrote:
>
>list_lists gives me the same error:
>
>Luke:/var/lib/mailman/bin# ./list_lists
>Traceback (most recent call last):
> File "./list_lists", line 122, in ?
>main()
> File "./list_lists", line 102, in main
>longest = max(len(mlist.real_name), longest)
> File "/var/lib/
I have confirmed mailman does start, but I will go through that file to make
sure everything is running correctly. Thank you.
-Original Message-
From: Mark Sapiro [mailto:[EMAIL PROTECTED]
Sent: Sat 3/3/2007 9:45 AM
To: Mitchell, Michael; Mailman-Users@python.org
Subject: Re: [Mailman-U
- Original Message -
From: "Mark Sapiro" <[EMAIL PROTECTED]>
To: "John Fleming" <[EMAIL PROTECTED]>;
Sent: Saturday, March 03, 2007 9:43 AM
Subject: Re: [Mailman-Users] Urgent newbie help - "Hit a bug" page
> John Fleming wrote:
>>
>>Same thing as before. Here's the script:
>>
>>Luke:
Mitchell, Michael wrote:
>
>Hi we just migrated to a new server and moved the mailman lists over as
>described in the FAQ. I am not the one who originally set it up and have
>never worked with mailman and sendmail before this. Originally all the mails
>to the lists were being bounced by sendma
John Fleming wrote:
>
>Same thing as before. Here's the script:
>
>Luke:/var/lib/mailman# cat johntest
>! /bin/sh
This line needs to begin with a '#'
#! /bin/sh
>for list in `/var/lib/mailman/bin/list_lists --bare`
>do echo --
>echo list: $list
>/var/lib/mailma
Hi we just migrated to a new server and moved the mailman lists over as
described in the FAQ. I am not the one who originally set it up and have never
worked with mailman and sendmail before this. Originally all the mails to the
lists were being bounced by sendmail, that I solved through the
- Original Message -
From: "Mark Sapiro" <[EMAIL PROTECTED]>
To: "John Fleming" <[EMAIL PROTECTED]>;
Sent: Friday, March 02, 2007 11:11 PM
Subject: Re: [Mailman-Users] Urgent newbie help - "Hit a bug" page
> John Fleming wrote:
>>
>>1. I must be doing something wrong - Running that sc
12 matches
Mail list logo