[Mailman-Users] Bad Archive link in moved lists?

2002-12-08 Thread Liam Routt
I've moved some lists from one machine (zephyr) to another one (alita) and 
in the process I've upgraded to MM2.1b5. All is well with some of the 
lists, so far, but I have noticed that with some of the lists the "Go to 
list archives" link on the admin pages, and the list Archives link on the 
listinfo page, show the old zephyr link. That is a problem as that machine 
isn't alive right now...

Any idea why some of the lists have migrated fine and others not?

And, how can I fix up the links for the pages which are wrong?

Take care,

Liam
--
Liam Routt   [EMAIL PROTECTED]
Darcsyde Productions http://www.routt.net/Caligari/

-- still waiting for the Absolute Destiny Apocalypse --

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] Bad Archive link in moved lists?

2002-12-09 Thread Jon Carnes
This is discussed in the archives.  I believe some folks have even
donated scripts to help fix this type of problem.  Sorry I don't have
any examples handy.

You can fix it using the "withlist" command, but some of the archived
examples make it very easy - and remove the trial and error.

Good Luck - Jon Carnes

On Mon, 2002-12-09 at 02:06, Liam Routt wrote:
> I've moved some lists from one machine (zephyr) to another one (alita) and 
> in the process I've upgraded to MM2.1b5. All is well with some of the 
> lists, so far, but I have noticed that with some of the lists the "Go to 
> list archives" link on the admin pages, and the list Archives link on the 
> listinfo page, show the old zephyr link. That is a problem as that machine 
> isn't alive right now...
> 
> Any idea why some of the lists have migrated fine and others not?
> 
> And, how can I fix up the links for the pages which are wrong?
> 
> Take care,
> 
> Liam
> --
> Liam Routt   [EMAIL PROTECTED]
> Darcsyde Productions http://www.routt.net/Caligari/
> 
> -- still waiting for the Absolute Destiny Apocalypse --
> 
> --
> Mailman-Users mailing list
> [EMAIL PROTECTED]
> http://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
> Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
> 
> This message was sent to: [EMAIL PROTECTED]
> Unsubscribe or change your options at
> http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] Bad Archive link in moved lists?

2002-12-09 Thread Liam Routt
Jon Carnes wrote:
> This is discussed in the archives.  I believe some folks have even
> donated scripts to help fix this type of problem.  Sorry I don't have
> any examples handy.

Thanks for the pointers, though.

> You can fix it using the "withlist" command, but some of the archived
> examples make it very easy - and remove the trial and error.

With the "withlist" term, I was able to make a search in the archives that 
did locate the sort of thing I was looking for, and I set about making a 
python version of the scripts that people had made.

When I tried it, however, I found that the attributes it was looking for 
are no longer part of the list config information... (I'm using 2.1b5)

I'd based my python code on bin/fix_url.py, which changes a different, but 
important-sounding attribute (web_page_url). So I checked that attribute 
and found it was wrong on the lists I was having trouble with.

To cut a long story short, I then used fix_url.py to trivially fix my 
wonky lists, all of which seem fine now. For reference, the command line I 
used was:

  bin/withlist -l -r fix_url tuesdays -v

Where "tuesdays" is the name of one of my lists. It printed (with the -v 
option) a record of what it was changing, and sure enough the changes were 
present on the web-pages immediately.

If you know where to look :)

Thanks, Jon!

Take care,

Liam
--
Liam Routt   [EMAIL PROTECTED]
Darcsyde Productions http://www.routt.net/Caligari/

-- still waiting for the Absolute Destiny Apocalypse --

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org