[Mailman-Developers] lock timeout ?

Gergely Madarasz gorgo@caesar.elte.hu
Wed, 15 Sep 1999 15:00:58 +0200 (METDST)


Hello,

This is running on a stock 2.2.12 kernel... what could be the problem ?

-- 
Madarasz Gergely           gorgo@caesar.elte.hu         gorgo@linux.rulez.org
      It's practically impossible to look at a penguin and feel angry.
          Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
                    HuLUG: http://mlf.linux.rulez.org/

---------- Forwarded message ----------
Date: Wed, 15 Sep 1999 14:55:23 +0200
From: aikido-request@chardonnay.math.bme.hu
To: root@chardonnay.math.bme.hu
Subject: Mailman results for Aikido
Resent-Date: Wed, 15 Sep 1999 14:53:51 +0200
Resent-From: korn@chardonnay.math.bme.hu
Resent-To: gorgo@caesar.elte.hu

This is an automated response.

There were problems with the email commands you sent to Mailman via
the administrative address <aikido-request@chardonnay.math.bme.hu>.

To obtain instructions on valid Mailman email commands, send email to
<aikido-request@chardonnay.math.bme.hu> with the word "help" in the
subject line or in the body of the message.

If you want to reach the human being that manages this mailing list,
please send your message to <aikido-admin@chardonnay.math.bme.hu>.

The following is a detailed description of the problems.


***** subscribe
>>>>> An unexpected Mailman error has occurred.
>>>>> 
>>>>> Please forward your request to the human list administrator in charge
>>>>> of this list at <aikido-admin@chardonnay.math.bme.hu>.  The traceback
>>>>> is attached below and will be forwarded to the list administrator
>>>>> automatically.

Traceback (innermost last):
  File "/usr/lib/mailman/Mailman/MailCommandHandler.py", line 204, in ParseMailCommands
    self.__dispatch[cmd](args, line, msg)
  File "/usr/lib/mailman/Mailman/MailCommandHandler.py", line 542, in ProcessSubscribeCmd
    self.AddMember(subscribe_address, password, digest, remote)
  File "/usr/lib/mailman/Mailman/MailList.py", line 885, in AddMember
    cookie = Pending().new(name, password, digest)
  File "/usr/lib/mailman/Mailman/Pending.py", line 67, in new
    db = self.__load()
  File "/usr/lib/mailman/Mailman/Pending.py", line 94, in __load
    self.__assert_lock(self.db_lock_timeout)
  File "/usr/lib/mailman/Mailman/Pending.py", line 120, in __assert_lock
    self.__lock.lock(timeout)
  File "/usr/lib/mailman/Mailman/flock.py", line 127, in lock
    raise TimeOutError
TimeOutError