Michael J. Maravillo wrote at 2004-4-29 12:21 +0800:
I'm getting the following error when starting up zope. Despite the error though, zope seems to be running fine. I'd really appreciate any help.
Starting zope: Traceback (most recent call last): File "/usr/lib/zope2.7/lib/python/Zope/Startup/zopectl.py", line 207, in ? main() File "/usr/lib/zope2.7/lib/python/Zope/Startup/zopectl.py", line 190, in main c.onecmd(" ".join(options.args)) File "/usr/lib/python2.3/cmd.py", line 210, in onecmd return func(arg) File "/usr/lib/zope2.7/lib/python/Zope/Startup/zopectl.py", line 134, in do_start ZDCmd.do_start(self, arg) File "/usr/lib/zope2.7/lib/python/zdaemon/zdctl.py", line 214, in do_start os.spawnvp(flag, args[0], args) File "/usr/lib/python2.3/os.py", line 543, in spawnvp return _spawnvef(mode, file, args, None, execvp) File "/usr/lib/python2.3/os.py", line 504, in _spawnvef wpid, sts = waitpid(pid, 0) OSError: [Errno 10] No child processes
"zdaemon" is currently incompatible with Linux 2.6.x. Check the "zope-dev" mailing list archive. The problem was discussed and a solution posted. Almost surely, you will find the fix also in Zope's CVS at <http://cvs.zope.org>. -- Dieter