Dear: engineer I install zope on Linux was succeed . But when I start it the operating system cue : Traceback (innermost last): File /home/chrism/Zope-2.6.2-linux2-x86/z2.py, line 843, in ? SystemExit: A user was not specified to setuid to; fix this to start as root (see doc/SETUID.txt) What I will do? please help me ! Thanks a lot ! Love Zope :Link lyx@email.netchina.com.cn
SystemExit: A user was not specified to setuid to; fix this to start as root (see doc/SETUID.txt)
You should read doc/SETUID.txt. :) Then you should chown -R your zope directory to non-privileged user and run zope as that user and not as root. something like sudo -H -s -u zope /usr/local/zope/start
participants (2)
-
lyx@email.netchina.com.cn -
Sergey Volobuev