Re: [Webware-discuss] 0.9.1 waiting on futex call

2006-05-19 Thread Tim Roberts
On Thu, 18 May 2006 15:00:03 -0700, Mark Phillips [EMAIL PROTECTED] wrote: Problem solved. It turns out the Fedora Core 2 does not support Python 2.4.x. I set the default python to Python 2.3.4 and, so far, all seems well. What does that mean -- it does not support Python 2.4.x? The

Re: [Webware-discuss] 0.9.1 waiting on futex call

2006-05-19 Thread Chuck Esterbrook
On 5/19/06, Tim Roberts [EMAIL PROTECTED] wrote: On Thu, 18 May 2006 15:00:03 -0700, Mark Phillips [EMAIL PROTECTED] wrote: Problem solved. It turns out the Fedora Core 2 does not support Python 2.4.x. I set the default python to Python 2.3.4 and, so far, all seems well. What does that mean

Re: [Webware-discuss] 0.9.1 waiting on futex call

2006-05-19 Thread Mark Phillips
On May 19, 2006, at 8:48 AM, Tim Roberts wrote: What does that mean -- it does not support Python 2.4.x? The operating system and/or distribution should be completely irrelevant to the Python version. I can believe that some operating system scripts will screw up if you link python2 to

Re: [Webware-discuss] 0.9.1 waiting on futex call

2006-05-19 Thread Mark Phillips
On May 19, 2006, at 10:21 AM, Chuck Esterbrook wrote: Maybe I missed this in a previous thread, but is it possible to upgrade to, say for example, Fedore Core 4? I would be so happy if they did. So far, the sys op says it would be a big job and boss isn't inclined to risk having his machine

Re: [Webware-discuss] 0.9.1 waiting on futex call

2006-05-19 Thread Chuck Esterbrook
On 5/19/06, Mark Phillips [EMAIL PROTECTED] wrote: On May 19, 2006, at 10:21 AM, Chuck Esterbrook wrote: Maybe I missed this in a previous thread, but is it possible to upgrade to, say for example, Fedore Core 4? I would be so happy if they did. So far, the sys op says it would be a big job

[Webware-discuss] 0.9.1 waiting on futex call

2006-05-18 Thread Mark Phillips
On a machine running GNU/Linux 2.4.22, Fedora Core. Python 2.4 installed. I modified the WebKit.cgi to call python 2.4 directly, as the machine has several versions of python: #!/usr/local/bin/python2.4 Nothing in Error_Msgs in the Webware application directory. A couple of days ago

RE: [Webware-discuss] 0.9.1 waiting on futex call

2006-05-18 Thread Geoffrey Talvola
: Thursday, May 18, 2006 12:24 PM To: webware-discuss@lists.sourceforge.net Subject: [Webware-discuss] 0.9.1 waiting on futex call On a machine running GNU/Linux 2.4.22, Fedora Core. Python 2.4 installed. I modified the WebKit.cgi to call python 2.4 directly, as the machine has several versions

Re: [Webware-discuss] 0.9.1 waiting on futex call

2006-05-18 Thread Mark Phillips
=2.4.19 might solve the problem. - Geoff -Original Message- From: Mark Phillips [mailto:[EMAIL PROTECTED] Sent: Thursday, May 18, 2006 12:24 PM To: webware-discuss@lists.sourceforge.net Subject: [Webware-discuss] 0.9.1 waiting on futex call On a machine running GNU/Linux 2.4.22, Fedora

Re: [Webware-discuss] 0.9.1 waiting on futex call

2006-05-18 Thread Mark Phillips
It gets more interesting: While watching AppServer run, I see this being raise now and then: XMLRPCServlet internal error Traceback (most recent call last): File ./WebKit/XMLRPCServlet.py, line 46, in respondToPost File /usr/local/lib/python2.4/xmlrpclib.py, line 1079, in loads

Re: [Webware-discuss] 0.9.1 waiting on futex call

2006-05-18 Thread Mark Phillips
On May 18, 2006, at 9:34 AM, Geoffrey Talvola wrote: Check out this message from the archives: http://www.mail-archive.com/webware-discuss@lists.sourceforge.net/ msg06849.h tml It suggests that using: export LD_ASSUME_KERNEL=2.4.19 might solve the problem. It turns out that the export

Re: [Webware-discuss] 0.9.1 waiting on futex call

2006-05-18 Thread Mark Phillips
Problem solved. It turns out the Fedora Core 2 does not support Python 2.4.x. I set the default python to Python 2.3.4 and, so far, all seems well. - Mark On May 18, 2006, at 11:08 AM, Mark Phillips wrote: It gets more interesting: While watching AppServer run, I see this being raise