scottrus@raleigh.ibm.com said:
my first though is to use formail to some how merge the two mbox archives then have pipermail rebuild the archive.
Keep the archive mboxes separate, but then run arch on each of the mbox sets - the individual article numbering will be odd, but the indexes will be correctly sorted.
Nigel.
-- [ - Opinions expressed are personal and may not be shared by VData - ] [ Nigel Metheringham Nigel.Metheringham@VData.co.uk ] [ Phone: +44 1423 850000 Fax +44 1423 858866 ]
Cool. That was 1000% easier than I thought it would be! Thanks for the pointer.
-- Scott
On Wed, Jul 05, 2000 at 04:27:23PM +0100, Nigel Metheringham wrote:
scottrus@raleigh.ibm.com said:
my first though is to use formail to some how merge the two mbox archives then have pipermail rebuild the archive.
Keep the archive mboxes separate, but then run arch on each of the mbox sets - the individual article numbering will be odd, but the indexes will be correctly sorted.
Nigel.
[ - Opinions expressed are personal and may not be shared by VData - ] [ Nigel Metheringham Nigel.Metheringham@VData.co.uk ] [ Phone: +44 1423 850000 Fax +44 1423 858866 ]
Mailman-Users maillist - Mailman-Users@python.org http://www.python.org/mailman/listinfo/mailman-users
-- Regards, Scott Russell (scottrus@raleigh.ibm.com) Linux Technology Center, System Admin Red Hat Certified Engineer
Since upgrading from 1.1 to 2.0b3 my archives aren't running correctly.... well Aren't running at all to be more precise.
if i look at the archives in pipermail I'm told that there are none, yet if I look in the archives folder on the server.. there clearly are.
Whenever I try and run arch on them I get a message as follows : [root@localweb bin]# ./arch louth-letter /home/mailman/archives/private/louth-letter.mbox/louth-letter.mbox figuring article archives 1999-December Processing article #0 into archives ['1999-December'] Traceback (innermost last): File "./arch", line 128, in ? main() File "./arch", line 117, in main archiver.processUnixMailbox(fp, Article) File "/home/mailman/Mailman/Archiver/pipermail.py", line 402, in processUnixMailbox self.add_article(a) # Add the article File "/home/mailman/Mailman/Archiver/HyperArch.py", line 859, in add_article article.subject) File "/home/mailman/Mailman/Archiver/HyperDatabase.py", line 306, in getOldestArticle self.__openIndices(archive) File "/home/mailman/Mailman/Archiver/HyperDatabase.py", line 252, in __openIndices t=DumbBTree(os.path.join(arcdir, archive+'-'+i)) File "/home/mailman/Mailman/Archiver/HyperDatabase.py", line 65, in __init__ fp = open(path) File "/home/mailman/Mailman/Utils.py", line 572, in open_ex raise IOError, e IOError: [Errno 2] No such file or directory: '/home/mailman/archives/private/louth-letter/database/1999-December-date'
It's quiter correct stating that this file or directory does not exist.... However.. the database directory did not exist in 1.1 (i think)
make update , or update in the bin dir, have no affect.
Any ideas ?
- John
--
John MacKenzie | Unix Systems Admin | e: mailto:jmackenzie@local.ie
Stay in touch your local area through Local Ireland http://chat.local.ie/chat/index.html
local ireland | dublin | new york | http://www.local.ie t: +353 1 676 8996 f: +353 1 283 9988
participants (3)
-
John MacKenzie -
Nigel Metheringham -
Scott Russell