Re: Zope segfaulting

2004-10-31 Thread David Merrill
John Goerzen wrote:
AFAIK, Zope is pure Python code, so the problem would lie with the
Python interpreter.  I'd start there -- maybe google around for info on
that?
And I know Python. I figured out which line it was crashing on - calling
"initgroups.initgroups(UID, gid)"
Unfortunately that seems to be a compiled module. However, the call 
seems only to be used in order to drop privileges if running as root. 
But since I'm not running as root anyway, I just disabled that little 
bit of code and my server is up and humming. So far no strange side effects.

I was pulling my hair out on this, after spending personal funds on this 
baby to replace my aging webserver. Now I'm happy.

Thanks,
--
David Merrill
http://www.lupercalia.net
[EMAIL PROTECTED]



Zope segfaulting

2004-10-31 Thread David Merrill
Has anybody been successful at running Zope on AMD64 yet? I've tried the 
upcoming Debian AMD64 release, Ubuntu and Fedora Core 2, and on all 
three distros it is segfaulting on me. Honestly I don't have the first 
clue how to debug a segfault so any advice on what course of action I 
should take will be greatly appreciated.

Thanks,
--
David Merrill
http://www.lupercalia.net
[EMAIL PROTECTED]