473,394 Members | 2,020 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

locks

hi all...

mailman has been locking one list out.
the web interface just hangs and it generates a bunch of locks. it seems
that it can not write to a log but not sure which one. errors are like:

ep 17 05:09:12 2008 (18481) musiclist.lock lifetime has expired, breaking
Sep 17 05:09:12 2008 (18481) File "/var/mailman/bin/qrunner", line
270, in ?
Sep 17 05:09:12 2008 (18481) main()
Sep 17 05:09:12 2008 (18481) File "/var/mailman/bin/qrunner", line
230, in main
Sep 17 05:09:12 2008 (18481) qrunner.run()
Sep 17 05:09:12 2008 (18481) File
"/var/mailman/Mailman/Queue/Runner.py", line 70, in run
Sep 17 05:09:12 2008 (18481) filecnt = self._oneloop()
Sep 17 05:09:12 2008 (18481) File
"/var/mailman/Mailman/Queue/Runner.py", line 111, in _oneloop
Sep 17 05:09:12 2008 (18481) self._onefile(msg, msgdata)
Sep 17 05:09:12 2008 (18481) File
"/var/mailman/Mailman/Queue/Runner.py", line 167, in _onefile
Sep 17 05:09:12 2008 (18481) keepqueued = self._dispose(mlist, msg,
msgdata)
Sep 17 05:09:12 2008 (18481) File
"/var/mailman/Mailman/Queue/IncomingRunner.py", line 115, in _dispose
Sep 17 05:09:12 2008 (18481)
mlist.Lock(timeout=mm_cfg.LIST_LOCK_TIMEOUT)
Sep 17 05:09:12 2008 (18481) File "/var/mailman/Mailman/MailList.py",
line 159, in Lock
Sep 17 05:09:12 2008 (18481) self.__lock.lock(timeout)
Sep 17 05:09:12 2008 (18481) File "/var/mailman/Mailman/LockFile.py",
line 306, in lock
Sep 17 05:09:12 2008 (18481) important=True)
Sep 17 05:09:12 2008 (18481) File "/var/mailman/Mailman/LockFile.py",
line 416, in __writelog
Sep 17 05:09:12 2008 (18481) traceback.print_stack(file=logf)
Sep 17 10:17:05 2008 (19547) musiclist.lock lifetime has expired, breaking
Sep 17 10:17:06 2008 (19547) File "/var/mailman/cron/checkdbs", line
178, in ?
Sep 17 10:17:06 2008 (19547) main()
Sep 17 10:17:06 2008 (19547) File "/var/mailman/cron/checkdbs", line
84, in main
Sep 17 10:17:06 2008 (19547) mlist = MailList.MailList(name)
Sep 17 10:17:06 2008 (19547) File "/var/mailman/Mailman/MailList.py",
line 126, in __init__
Sep 17 10:17:06 2008 (19547) self.Lock()
Sep 17 10:17:06 2008 (19547) File "/var/mailman/Mailman/MailList.py",
line 159, in Lock
Sep 17 10:17:06 2008 (19547) self.__lock.lock(timeout)
Sep 17 10:17:06 2008 (19547) File "/var/mailman/Mailman/LockFile.py",
line 306, in lock
Sep 17 10:17:06 2008 (19547) important=True)
Sep 17 10:17:06 2008 (19547) File "/var/mailman/Mailman/LockFile.py",
line 416, in __writelog
Sep 17 10:17:06 2008 (19547) traceback.print_stack(file=logf)
all other lists appear to be working fine....

thanks....
Sep 17 '08 #1
0 694

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: aswinee | last post by:
I am running Microsoft SQL Server 2000 - 8.00.760 Enterprise Edition on Windows 2003 Enterprise Edition (NT 5.2 Build 3790:) I have 4CPU and 8GB of RAM. I have AWE enabled, /pae /3gb switch is on...
17
by: Dr NoName | last post by:
Help! I have a table that multiple processes must be able to write to concurrently. However, it for some reason gets locked in exclusive mode. I narrowed it down to one SQL statement + some...
6
by: John Carroll | last post by:
Is there a SQL query that can be run against a database that will give me all the details on any locks that are in place at the given time? I am interested in find the lock type and owner. Thank...
0
by: Bruce Pullen | last post by:
DB2 v7.2 (FP7 - DB2 v7.1.0.68) on AIX 5.2.0.0. We're seeing unexpected single row (then commit) insert locking behaviour. We're seeing Applications that already hold row-level W locks in...
1
by: Zri Man | last post by:
I have found the DB2/UDB implentation of locks a little more hard to deal with than Oracle's locking. First I realize there is lock escalation. But it would help me if somebody loudly thought...
0
by: Frans Bouma | last post by:
Hello, It seems VS.NET 2003 locks up itself and the complete shell (mouse locks also) when entering a breakpoint in a special situation. Below is the code to reproduce this behavior. It...
4
by: Alex Callea | last post by:
Hi there, We have a web application handling thousands of requests per seconds reading sql server data which is heavily updated. We are generally experiencing no performance problems. On some...
22
by: RayPower | last post by:
I'm having problem with using DAO recordset to append record into a table and subsequent code to update other tables in a transaction. The MDB is Access 2000 with the latest service pack of JET 4....
1
by: shenanwei | last post by:
I have db2 v8.2.5 on AIX V5.3 with all the switches on Buffer pool (DFT_MON_BUFPOOL) = ON Lock (DFT_MON_LOCK) = ON Sort ...
7
by: praveen | last post by:
Hi When does DB2 go for an IS (Intent Share) lock? IS mode is defined as a mode in which "The lock owner can read data in the locked table, but cannot update this data. Other applications can...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.