Re: [Mailman-Users] bin/arch : ctime

2009-10-08 Thread Rob Lingelbach
On Oct 8, 2009, at 8:28 PM, Mark Sapiro wrote: files are all "well formed", but is there in order to keep looking in case it does. Python doesn't care that the name 'next' is undefined until it actually tries to execute it. There's a vortex with python in the center, me on the fringe. --

Re: [Mailman-Users] bin/arch : ctime

2009-10-08 Thread Mark Sapiro
Rob Lingelbach wrote: > >On Oct 8, 2009, at 8:11 PM, Mark Sapiro wrote: > >> Mark Sapiro wrote: >>> >>> This script >>> >>> --- >> [...] >>> try: >>> ptime = time.strptime(mo.group(1), >>>

Re: [Mailman-Users] bin/arch : ctime

2009-10-08 Thread Rob Lingelbach
On Oct 8, 2009, at 8:11 PM, Mark Sapiro wrote: Mark Sapiro wrote: This script --- [...] try: ptime = time.strptime(mo.group(1), '%a %b %d %H:%M:%S %Z %Y')

Re: [Mailman-Users] bin/arch : ctime

2009-10-08 Thread Mark Sapiro
Mark Sapiro wrote: > >This script > >--- [...] >try: >ptime = time.strptime(mo.group(1), > '%a %b %d %H:%M:%S %Z %Y') >except ValueError: >

Re: [Mailman-Users] bin/arch : ctime

2009-10-08 Thread Rob Lingelbach
On Oct 8, 2009, at 6:30 PM, Mark Sapiro wrote: will change atime and mtime for all the nn.html files subordinate to the BASE directory to the time parsed from the line thank you very much, just what was needed. Rob -- Rob Lingelbach r...@colorist.org

Re: [Mailman-Users] bin/arch : ctime

2009-10-08 Thread Mark Sapiro
Rob Lingelbach wrote: > >Has anybody ever written a script that would rebuild the html message >archives that would also modify the file ctime/mtime back to the date >of the message, as retrieved from the list's mbox file? This script -

[Mailman-Users] bin/arch : ctime

2009-10-08 Thread Rob Lingelbach
I rebuilt, not long ago, the archives of a particular mailinglist, and the html files' atime/ctime/mtime were all changed to the time of the rebuild. The search facilities I'm using, on the same machine- glimpseindex and swish-e - by default use the ctime or mtime to return results, which

Re: [Mailman-Users] bin/arch failing

2007-08-22 Thread Mark Sapiro
Mark Sapiro wrote: > >bin/arch --wipe -e 9 list1 Ooops! That should be bin/arch --wipe -e list1 >bin/arch -s 1 -e 1 list1 >bin/arch -s 2 -e 2 list1 >... >bin/arch -s 6 list1 -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay A

Re: [Mailman-Users] bin/arch failing

2007-08-22 Thread Mark Sapiro
Bob wrote: > >Everything was going along fine, with daily updates being added to the >archive. I then wanted to refresh the entire archive and ran bin/arch >--wipe list1 > >it failed. > >Archive articles go from to 66990 > >list1.mbox is: 526313754 Aug 21 20:19 list1.mbox > >The server NetBS

[Mailman-Users] bin/arch failing

2007-08-22 Thread Bob
Hi: I am having a problem regenerating my archive. Everything was going along fine, with daily updates being added to the archive. I then wanted to refresh the entire archive and ran bin/arch --wipe list1 it failed. Archive articles go from to 66990 list1.mbox is: 526313754 Aug 21 20:1

[Mailman-Users] bin/arch very slow

2003-01-23 Thread Andrew D. Clark
In MM 2.1, running bin/arch on a largish mbox file (~450MB) takes a heck of a long time (~8 hrs) on a reasonably fast machine. The real time eater seems to lie in generating the article database. Anyone else run into this? Anyone have a solution? -- Andrew Clark Campus Network Programmer Off

[Mailman-Users] bin/arch not working

2002-10-26 Thread Aparajita Fishman
I run bin/arch as recommended in the documentation, but then when I go to my list's archive page it says there are no archives. Any suggestions? Regards, Aparajita Victory-Heart Productions [EMAIL PROTECTED] www.aparajitaworld.com --

Re: [Mailman-Users] bin/arch

2002-05-31 Thread LuKreme
On Friday, May 31, 2002, at 10:33 PM, LuKreme wrote: > % bin/arch mylist mylist.mbox while tracking down this error I made this change to bin/arch that I think is actaully pretty useful: res = self.dateToVolName(string.atof(article.date)) self.message("figuring article archive

[Mailman-Users] bin/arch

2002-05-31 Thread LuKreme
% bin/arch mylist mylist.mbox figuring article archives 2002-June figuring article archives 1999-February figuring article archives 1999-February figuring article archives 1999-March . . . *** malloc[3189]: error: Can't allocate region Traceback (most recent call last): File "bin/arch", line 1