Re: [Mailman-Users] Urgent newbie help - "Hit a bug" page

2007-03-03 Thread John Fleming
- 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 -] > <---

Re: [Mailman-Users] Urgent newbie help - "Hit a bug" page

2007-03-03 Thread Mark Sapiro
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

Re: [Mailman-Users] Urgent newbie help - "Hit a bug" page

2007-03-03 Thread John Fleming
- 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

Re: [Mailman-Users] Urgent newbie help - "Hit a bug" page

2007-03-03 Thread Mark Sapiro
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

Re: [Mailman-Users] Urgent newbie help - "Hit a bug" page

2007-03-03 Thread John Fleming
- 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` > >

Re: [Mailman-Users] Urgent newbie help - "Hit a bug" page

2007-03-03 Thread Mark Sapiro
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/

Re: [Mailman-Users] Issue with mailman recieving posts

2007-03-03 Thread Mitchell, Michael
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

Re: [Mailman-Users] Urgent newbie help - "Hit a bug" page

2007-03-03 Thread John Fleming
- 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:

Re: [Mailman-Users] Issue with mailman recieving posts

2007-03-03 Thread Mark Sapiro
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

Re: [Mailman-Users] Urgent newbie help - "Hit a bug" page

2007-03-03 Thread Mark Sapiro
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

[Mailman-Users] Issue with mailman recieving posts

2007-03-03 Thread Mitchell, Michael
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

Re: [Mailman-Users] Urgent newbie help - "Hit a bug" page

2007-03-03 Thread John Fleming
- 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