[Mailman-Users] move from version 2.0.11 to 2.1.5

2006-01-25 Thread Chad Rebuck
I've installed a new server running Fedora 4.  I can create a new list, but 
I have not determined why mailman is not seeing the users from my 2.0.11 
list.  I copied the lists/ and archives/ dir from the old server to the new 
one.  I have read through the INSTALL and UPGRADE docs following all the 
steps -- I think.

If more details are needed please let me know.

Thanks, Chad 

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] move from version 2.0.11 to 2.1.5

2006-01-25 Thread John Dennis
On Wed, 2006-01-25 at 12:32 -0500, Chad Rebuck wrote:
 I've installed a new server running Fedora 4.  I can create a new list, but 
 I have not determined why mailman is not seeing the users from my 2.0.11 
 list.  I copied the lists/ and archives/ dir from the old server to the new 
 one.  I have read through the INSTALL and UPGRADE docs following all the 
 steps -- I think.
 
 If more details are needed please let me know.

How did you install mailman? Was it from scratch or did you use our RPM?
If you used the RPM then you should look
at /usr/share/doc/mailman-*/INSTALL.REDHAT for documentation on the
directory structure, you may not have copied the old list data into the
locations currently used.
--
John Dennis
Red Hat Software

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] move from version 2.0.11 to 2.1.5

2006-01-25 Thread Chad Rebuck
Thanks John

Mailman was installed via RPM.  I actually did have the lists/ and
archives/ in the incorrect folder but I have copied them over to
/var/lib/mailman now.

I ran thse commands after moving the files.  However, I still don't
see any members listed.  Certainly I am missing something else or
using these commands incorrectly.

/usr/lib/mailman/bin/update -f
/usr/lib/mailman/bin/withlist -l -r fix_url a2-16v-list

Here is the output

[EMAIL PROTECTED] mailman]# bin/withlist -l -r fix_url a2-16v-list
Importing fix_url...
Running fix_url.fix_url()...
Loading list a2-16v-list (locked)
Saving list
Finalizing
[EMAIL PROTECTED] mailman]# bin/list_members a2-16v-list
[EMAIL PROTECTED] mailman]# pwd
/usr/lib/mailman
[EMAIL PROTECTED] mailman]# /usr/lib/mailman/bin/update
No updates are necessary.
[EMAIL PROTECTED] mailman]# /usr/lib/mailman/bin/update  -f
Upgrading from version 0x20105f0 to 0x20105f0
getting rid of old source files
Updating mailing list: a2-16v-list
Updating the held requests database.
- updating old private mbox file
looks like you have a really recent CVS installation...
you're either one brave soul, or you already ran me
- updating old public mbox file
Fixing language templates: a2-16v-list

Updating mailing list: mailman
Updating the held requests database.
- updating old private mbox file
looks like you have a really recent CVS installation...
you're either one brave soul, or you already ran me
- updating old public mbox file
looks like you have a really recent CVS installation...
you're either one brave soul, or you already ran me
Fixing language templates: mailman

Updating Usenet watermarks
- nothing to update here
Nothing to do.
updating old qfiles

On 1/25/06, John Dennis [EMAIL PROTECTED] wrote:
 On Wed, 2006-01-25 at 12:32 -0500, Chad Rebuck wrote:
  I've installed a new server running Fedora 4.  I can create a new list, but
  I have not determined why mailman is not seeing the users from my 2.0.11
  list.  I copied the lists/ and archives/ dir from the old server to the new
  one.  I have read through the INSTALL and UPGRADE docs following all the
  steps -- I think.
 
  If more details are needed please let me know.

 How did you install mailman? Was it from scratch or did you use our RPM?
 If you used the RPM then you should look
 at /usr/share/doc/mailman-*/INSTALL.REDHAT for documentation on the
 directory structure, you may not have copied the old list data into the
 locations currently used.
 --
 John Dennis
 Red Hat Software


--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] move from version 2.0.11 to 2.1.5

2006-01-25 Thread Mark Sapiro
Chad Rebuck wrote:

Mailman was installed via RPM.  I actually did have the lists/ and
archives/ in the incorrect folder but I have copied them over to
/var/lib/mailman now.


I'm guessing that you created the lists on the new installation before
you finally got the old lists/ directories in the right place. Thus,
you now have new config.pck and config.pck.last files with no members
and old config.db and config.db.last files with members that aren't
being used because of the presence of the config.pck.

If this is the case, just delete the config.pck and config.pck.last.
You can then run bin/update [-f], but you shouldn't have to as Mailman
will update/convert the config.db when the list is accessed. After you
have the converted config.pck, you can delete the config.db and
config.db.last.

-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp