Hi all, I just installed a fresh freebsd 5.0. I then put apache2 and zope2.6.0 onto it from src. My problem is that when zope starts, without errors(except usual python 2.2.2 untested errors), the process appears in the ps x list then drops out after about 10 seconds. It does this for no apparent reason... Its just my dev machine.. but is still annoying me. Thanks, Wayne __________________________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo http://search.yahoo.com
[Wayne Connolly wrote (wayne_connolly@yahoo.com) on 4/23/03 11:28 PM]
I just installed a fresh freebsd 5.0. I then put apache2 and zope2.6.0 onto it from src.
My problem is that when zope starts, without errors(except usual python 2.2.2 untested errors), the process appears in the ps x list then drops out after about 10 seconds.
It does this for no apparent reason...
Its just my dev machine.. but is still annoying me.
what does it say in the events.log? you might try running it with python 2.1.3 and see if you can duplicate. are you starting it as the same user that its set to runs as? is zope owned by the same user its set to run as? hth :) <--> george donnelly - http://www.zettai.net/ - "We Love Newbies" :) Zope Hosting - Dynamic Website Design - Search Engine Promotion Yahoo, AIM: zettainet - MSN: zettainet@hotmail.com - ICQ: 51907738
Wayne Connolly wrote at 2003-4-23 16:28 -0700:
I just installed a fresh freebsd 5.0. I then put apache2 and zope2.6.0 onto it from src.
My problem is that when zope starts, without errors(except usual python 2.2.2 untested errors), the process appears in the ps x list then drops out after about 10 seconds.
A well known BSD problem: The C runtime stack is too small for the Python threads. Search the mailing list archives for a receipe (patch) to increase the stack size. Dieter
participants (3)
-
Dieter Maurer -
george donnelly -
Wayne Connolly