Re: [Mailman-Users] Updating MM 2.1.2 - 2.1.5 stucks

2004-06-28 Thread Frank Thommen
  update exits at this point, but the next time it is run, the error does not
  appear any more (- I have to run 'update' three times to get rid of all these
  errors).  These errors always appear, when 'update' is run after MM 2.1.2 has
  been used.
 
 OK. You have done with update to 2.1.5. Don't go back to 2.1.2.


I cannot use 2.1.5:  It does not deliver any mails after giving me the
following errors (around 20 times) at start time:

---
# mailmanctl start
Starting Mailman's master qrunner.
# Traceback (most recent call last):
  File /usr/pack/mailman-2.1.5-inf/bin/qrunner, line 270, in ?
main()
  File /usr/pack/mailman-2.1.5-inf/bin/qrunner, line 230, in main
qrunner.run()
  File /usr/pack/mailman-2.1.5-inf/Mailman/Queue/Runner.py, line 70,
in run
filecnt = self._oneloop()
  File /usr/pack/mailman-2.1.5-inf/Mailman/Queue/Runner.py, line 99,
in
_oneloop
msg, msgdata = self._switchboard.dequeue(filebase)
  File /usr/pack/mailman-2.1.5-inf/Mailman/Queue/Switchboard.py, line
147, in
dequeue
data = cPickle.load(fp)
EOFError
[...]
#
---

2.1.2 at least still delivers mails.

I'm helpless


  frank

--
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/


Re: [Mailman-Users] Updating MM 2.1.2 - 2.1.5 stucks

2004-06-26 Thread Tokio Kikuchi
Hi,
Frank Thommen wrote:
Hello list members,
while updating MM from 2.1.2 to 2.1.5, the process of updating gets
stucked at one specific maillist.  I added a 'print mlist' in 'def

...and here the process waits/loops forever (at least more then three
hours...).  I ^C-stopped the update several times, but it gets always
stucked at the same list.
Examin the locks directory if there are lock files remained before
executing bin/update. Make sure you stop qrunner and SMTP and clear
the locks directory before issuing 'bin/update -f'.
--
Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp
http://weather.is.kochi-u.ac.jp/
--
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/


Re: [Mailman-Users] Updating MM 2.1.2 - 2.1.5 stucks

2004-06-26 Thread Frank Thommen
Hi


 ...and here the process waits/loops forever (at least more then three
 hours...).  I ^C-stopped the update several times, but it gets always
 stucked at the same list.
 
 Examin the locks directory if there are lock files remained before
 executing bin/update. Make sure you stop qrunner and SMTP and clear
 the locks directory before issuing 'bin/update -f'.


Thanks.  I did, but it didn't help.  While updating I also get the following
errors at some lists (not the same ones, where 'update' hangs):


---
Updating mailing 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
- This list looks like it might have = b4 list templates around
Traceback (most recent call last):
  File /usr/pack/mailman-2.1.5-inf/bin/update, line 782, in ?
errors = main()
  File /usr/pack/mailman-2.1.5-inf/bin/update, line 672, in main
errors = errors + dolist(listname)
  File /usr/pack/mailman-2.1.5-inf/bin/update, line 357, in dolist
os.rename(o_tmpl, n_tmpl)
OSError: [Errno 2] No such file or directory
---


update exits at this point, but the next time it is run, the error does not
appear any more (- I have to run 'update' three times to get rid of all these
errors).  These errors always appear, when 'update' is run after MM 2.1.2 has
been used.


Any other ideas or hints?


frank



--
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/


Re: [Mailman-Users] Updating MM 2.1.2 - 2.1.5 stucks

2004-06-26 Thread Tokio Kikuchi

update exits at this point, but the next time it is run, the error does not
appear any more (- I have to run 'update' three times to get rid of all these
errors).  These errors always appear, when 'update' is run after MM 2.1.2 has
been used.
OK. You have done with update to 2.1.5. Don't go back to 2.1.2.
--
Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp
http://weather.is.kochi-u.ac.jp/
--
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/


[Mailman-Users] Updating MM 2.1.2 - 2.1.5 stucks

2004-06-25 Thread Frank Thommen
Hello list members,

while updating MM from 2.1.2 to 2.1.5, the process of updating gets
stucked at one specific maillist.  I added a 'print mlist' in 'def
update_pending()' after
'for listname in Utils.list_names():
mlist = MailList.MailList(listname)'

to know where it happens:


# bin/update
Upgrading from version 0x20102f0 to 0x20105f0
getting rid of old source files
Updating mailing list: XXX
  [...updates all lists with one could not acquire lock message...]
Updating Usenet watermarks
- nothing to update here
Updating Mailman 2.1.4 pending.pck database
WARNING: Ignoring duplicate pending ID: 7544.
  [..warns for many more pending IDs..]
mailing list list1 (locked) at 4b8300
mailing list list2 (locked) at 4bbdf0


...and here the process waits/loops forever (at least more then three
hours...).  I ^C-stopped the update several times, but it gets always
stucked at the same list.



Two questions:

 * Any hints, what the problem could be and how it could be solved?
   (please be very specific if it comes to coding, I'm a Python
   dummy)

 * I've stopped our maillist system with 80 lists:  Can I restart
   MM 2.1.2 for the time being after this partial update or will
   that finally corrupt my system?


Thank you very much in advance for any hints.

   frank

--
Frank Thommen, Informatik Support Gruppe, D-INFK, ETH Zuerich
E-Mail: [EMAIL PROTECTED]; Tel: +41-1-63 27208 (Mo-Do)
Web: http://www.isg.inf.ethz.ch
--

--
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/