[ZCM] [ZC] 1470/ 1 Request "Zope 2.7 zopectl fork/child problem"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Tue Aug 17 09:58:59 EDT 2004


Issue #1470 Update (Request) "Zope 2.7 zopectl fork/child problem"
 Status Pending, Zope/bug medium
To followup, visit:
  http://zope.org/Collectors/Zope/1470

==============================================================
= Request - Entry #1 by Anonymous User on Aug 17, 2004 9:58 am

I'm having a problem with one of my Zope instances where zopectl is
failing oddly:

  $ ./zopectl start
  Traceback (most recent call last):
    File "/var/lib/zope/lib/python/Zope/Startup/zopectl.py", line 207, in ?
      main()
    File "/var/lib/zope/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 "/var/lib/zope/lib/python/Zope/Startup/zopectl.py", line 134, in do_start
      ZDCmd.do_start(self, arg)
    File "/var/lib/zope/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 oddly another Zope installation from the same source ball with the
same arguments to `make` works just fine on another host.  Debugging hasn't lead me anywhere useful so far and while there must be differences between the two systems without tearing them apart byte by byte I'm not seeing much
that might cause the problem.  

==============================================================



More information about the Zope-Collector-Monitor mailing list