what is strange is that event.log does not actually exist in the log folder,
I deleted the /tmp/zope folder and deleted the opt/Zope-2.10 , and installed zope again and created a new instance in /opt/zope.
I am still working in root, and the problem still exist. running ./zopectl fg couldn't continue :
/** OUTPUT **/
[root@localhost bin]# ./zopectl fg
/opt/zope/bin/runzope -X debug-mode=on
2007-06-15 11:39:34 INFO ZServer HTTP server started at Fri Jun 15 11:39:34 2007
Hostname:
0.0.0.0 Port: 8080
2007-06-15 11:39:34 CRITICAL Zope A user was not specified to setuid to; fix this to start as root (change the effective-user directive in
zope.conf)
Traceback (most recent call last):
File "/opt/Zope-2.10/lib/python/Zope2/Startup/run.py", line 56, in ?
run()
File "/opt/Zope-2.10/lib/python/Zope2/Startup/run.py", line 21, in run
starter.prepare()
File "/opt/Zope-2.10/lib/python/Zope2/Startup/__init__.py", line 98, in prepare
self.dropPrivileges()
File "/opt/Zope-2.10/lib/python/Zope2/Startup/__init__.py", line 234, in dropPrivileges
return dropPrivileges(self.cfg)
File "/opt/Zope-2.10/lib/python/Zope2/Startup/__init__.py", line 403, in dropPrivileges
raise ZConfig.ConfigurationError(msg)
ZConfig.ConfigurationError: A user was not specified to setuid to; fix this to start as root (change the effective-user directive in
zope.conf)
/** END **/
When everything was ok in the past I was able to run zope through ./zopectl start (as a root)
but now the stop command displays that the daemon manager is not open.