[ZCM] [ZC] 1334/ 2 Resolve "zopectl msg after sucessful start - No
child processes"
Collector: Zope Bugs, Features,
and Patches ...
zope-coders-admin at zope.org
Mon May 17 04:48:36 EDT 2004
Issue #1334 Update (Resolve) "zopectl msg after sucessful start - No child processes"
Status Resolved, Zope/bug medium
To followup, visit:
http://zope.org/Collectors/Zope/1334
==============================================================
= Resolve - Entry #2 by mcdonc on May 17, 2004 4:48 am
Status: Pending => Resolved
This is fixed in 2.7 CVS. See http://www.plope.com/software/zope-rpm/zope-270-zdctl-wait.patch for a patch.
________________________________________
= Request - Entry #1 by JeffK on May 16, 2004 1:10 pm
zopectl will start Zope 2.7 sucessfully, but the zopectl program displays a subsequent error message. This may be specific to this linux, in which case I would like to document a workaround for the pid. If other distros are seeing it, perhaps it qualifies as a bug. Again, the functionality works, but the error message still displays.
/var/zope/bin/zopectl start
Traceback (most recent call last):
File "/opt/Zope-2.7/lib/python/Zope/Startup/zopectl.py", line 207, in ?
main()
File "/opt/Zope-2.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 "/opt/Zope-2.7/lib/python/Zope/Startup/zopectl.py", line 134, in do_start
ZDCmd.do_start(self, arg)
File "/opt/Zope-2.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
==============================================================
More information about the Zope-Collector-Monitor
mailing list