Re: [Mailman-Users] Mailman Archives page not updating

2010-03-18 Thread Mark Sapiro
LexIcon wrote: [...] >... so no March errors, and I'm still not getting anywhere. That appears to be almost an exact repost of which was answered at . D

Re: [Mailman-Users] Mailman Archives page not updating

2010-03-18 Thread LexIcon
Mark Sapiro wrote: Then the recent posts are probably not in the archives/private/LISTNAME.mbox/LISTNAME.mbox file, perhaps because of some permissions error. If that is the reason, they are probably all shunted and in the shunt queue. If so, you will find error messages and tracebacks in Mailman

Re: [Mailman-Users] Mailman Archives page not updating

2010-03-14 Thread Mark Sapiro
LexIcon wrote: > >Ok, so I ran... > >chown -hR mailman private/ > >... and changed the owner of everything in there to the mailman user. I >then ran... What you really want is chgrp -R mailman private/ >./unshunt > >... which took a long time to process, and then I ran... > >./arch listname

Re: [Mailman-Users] Mailman Archives page not updating

2010-03-14 Thread LexIcon
Mark Sapiro wrote: Then the recent posts are probably not in the archives/private/LISTNAME.mbox/LISTNAME.mbox file, perhaps because of some permissions error. If that is the reason, they are probably all shunted and in the shunt queue. If so, you will find error messages and tracebacks in Mailman

Re: [Mailman-Users] Mailman Archives page not updating

2010-03-14 Thread Mark Sapiro
LexIcon wrote: >Ok, so I ran... > >//usr/lib/mailman/bin///checkperms -f/ > >... and it fixed a bunch of issues... the current result is "No problems >found" ... and now and I'm running... > >//usr/lib/mailman/bin/arch listname// >/ >... which processes a bunch of stuff, but the archive still doe

Re: [Mailman-Users] Mailman Archives page not updating

2010-03-14 Thread LexIcon
Mark Sapiro wrote: LexIcon wrote: I am entering "arch" in the /bin directory (/usr/lib/mailman/bin on a CentOS server), but the archive does not rebuild, and I only get the message "i686" back. I tried using "cleanarch" but I get the error message "bash: cleanarch: command not found"

Re: [Mailman-Users] Mailman Archives page not updating

2010-03-14 Thread Terri Oda
You're using the wrong arch; there's an arch command that tells you your machine's architecture (i.e. i686). What you'll want to do is go into /usr/lib/mailman/bin and execute ./arch and similarly for cleanarch ./cleanarch from there to make sure that you're executing the right thing. Or yo

Re: [Mailman-Users] Mailman Archives page not updating

2010-03-14 Thread Mark Sapiro
LexIcon wrote: >I am entering "arch" in the /bin directory (/usr/lib/mailman/bin on a >CentOS server), but the archive does not rebuild, and I only get the >message "i686" back. > >I tried using "cleanarch" but I get the error message "bash: cleanarch: >command not found" > >I also get "bash: m

[Mailman-Users] Mailman Archives page not updating

2010-03-14 Thread LexIcon
In regards to previous list message http://mail.python.org/pipermail/mailman-users/2008-February/060593.html ... I am entering "arch" in the /bin directory (/usr/lib/mailman/bin on a CentOS server), but the archive does not rebuild, and I only get the message "i686" back. I tried using "clea

Re: [Mailman-Users] Mailman Archives page not updating

2008-02-25 Thread Mark Sapiro
Anthony Human wrote: > >I recently moved mailman from one server to another.I tarred up the old >archives and moved >them to the new server, and simply untarred them into: > >/usr/local/mailman/archives/public/[list-name] That's your first problem. The archives are always in the archives/privat

[Mailman-Users] Mailman Archives page not updating

2008-02-25 Thread Anthony Human
Hello I'm relatively new to mailman. I've searched the mailman lists and tried to find a solution to my issue but nothing. Has anyone encountered the below issue and could offer some help. I recently moved mailman from one server to another.I tarred up the old archives and moved them to the ne