Hello all. I just took over a job where I have to admin a mailman server that died over the weekend. I have all the files, so I thought I'd just roll a new server and upgrade to the latest version. I'm going from version 2.1.4 to 2.1.9.
After installing mailman from yum on Fedora 5, I added DEFAULT_EMAIL_HOST, DEFAULT_URL_HOST to mm_cfg.py, and set the VAR_PREFIX to point to a folder containing my old data, lists, archive, and spam folders. I ran check_perms -f, which set all the old list data to the correct mailman group. However, I can't seem to see the lists in my mailman setup anywhere. If I run list_lists, I get no results. If I create a new list, it shows up in the same place as my old list data, so I think it's pointing to the right place, but it's just not finding the old lists. I read about the move_list command, which seems to be deprecated. I tried doing withlist -l -r list-name, as well, but I would always get back the following error: Importing fix_url... Running fix_url.fix_url()... Loading list list-name (locked) Unknown list: list-name Traceback (most recent call last): File "/usr/lib/mailman/bin/withlist", line 297, in ? main() File "/usr/lib/mailman/bin/withlist", line 275, in main r = do_list(listname, args, func) File "/usr/lib/mailman/bin/withlist", line 201, in do_list return func(m, *args) File "/usr/lib/mailman/bin/fix_url.py", line 81, in fix_url mlist.web_page_url = web_page_url AttributeError: 'NoneType' object has no attribute 'web_page_url' Been pretty stuck at this point for awhile now. Any guidance would be appreciated. ------------------------------------------------------ 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
