That's the first time I've heard of problems under Linux. Unfortunately, the guy who wrote it quit Zope Corp and the folks left there will likely not have it on their radar to fix it until it bites them personally. So I suspect it's up to the folks that are having problems with it to diagnose the issue and supply a patch for 2.7.1. - C On Mon, 2004-02-16 at 09:49, Jo Meder wrote:
Am 16.02.2004, 15:13 Uhr schrieb Chris McDonough <chrism@plope.com>:
[...]
OSError: [Errno 10] No child processes [...] Apparently zopectl doesn't work properly under OS X or Solaris.
Same here with Linux 2.6.0 (Debian). Exactly the same traceback and Zope is up and running despite the traceback.
I suspect the os.waitpid() or os.spawnvp() implementations of Python 2.3.3 since entering the strings given to spawnvp directly at shell level works fine.
Regards,
Jo.