Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-03 Thread Mark Sapiro
Bryan Carbonnell wrote: >On 03/01/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: >> >> Please go to >> >> and download and try the HyperArch.patch id 161935. >> >> I think this patch should completely fix the

Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-03 Thread Bryan Carbonnell
On 03/01/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Mark Sapiro wrote: > > > >I intend to develop a proper fix within a day or two. As soon as I can > >get a grasp on what 2.1.7 change is causing this changed behavior. > > Please go to >

Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-02 Thread Mark Sapiro
Mark Sapiro wrote: > >I intend to develop a proper fix within a day or two. As soon as I can >get a grasp on what 2.1.7 change is causing this changed behavior. Please go to and download and try the HyperA

Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-02 Thread Mark Sapiro
Bryan Carbonnell wrote: > >So, let me just see if I have this right, this error only happens when >I rebuild the archive? I think it happens with new posts too. >Will it happen when new posts are sent to the list, and therefore archived? I haven't actually checked this out, but what I think w

Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-02 Thread Bryan Carbonnell
On 02/01/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Bryan Carbonnell wrote: > > > >The error I get is: > >UnicodeDecodeError: 'ascii' codec can't decode byte 0xa3 in position > >2025: ordinal not in range(128) > > > >I have looked through the mbox file and all the ascii characters > >greater tha

Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-02 Thread Mark Sapiro
Bryan Carbonnell wrote: > >The error I get is: >Pickling archive state into /var/mailman/archives/private/dba-vb/pipermail.pck >Traceback (most recent call last): > File "./bin/arch", line 200, in ? >main() > File "./bin/arch", line 188, in main >archiver.processUnixMailbox(fp, start, end

Re: [Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-02 Thread Bryan Carbonnell
On 02/01/06, Bryan Carbonnell <[EMAIL PROTECTED]> wrote: > Does Mailman log anything when you try and rebuild the archive from > the commandline? > I have looked through the mbox file and all the ascii characters > greater than 128 are in the body of the e-mails. The 2 characters that > i can find

[Mailman-Users] Logging Archive Creation in MM2.1.7

2006-01-02 Thread Bryan Carbonnell
Does Mailman log anything when you try and rebuild the archive from the commandline? The reason I am asking is that I have just installed MM2.1.7 on a test box and tried to rebuild the archive and I get an error with every archive I try and rebuild and I would like to try and track down what is ca