18 May
2005
18 May
'05
11:02 a.m.
On Thursday 12 May 2005 20:45, Dieter Maurer wrote:
Gaute Amundsen wrote at 2005-5-12 00:17 +0200:
... Restarting zope has fixed it for now, but ... "lsof -a -U -uzope" and "lsof -uzope | wc -l" Shows the number of open sockets steadily growing, and apparently none closing..
You might be able to determine the second partner for the socket (with "netstat", I think). This may give you a hint for what purpose the sockets are used.
It turned out the problem was MySQL-python-1.0.0-1 vs. Mysql 4.1 Upgrading MySQL-python to 1.2 solved the problem. Thanks Gaute Amundsen