I just downloaded Zope 2.6.0 to a Linux Redhat 7.1 machine. The install went without an error. But when I tried to start Zope it failed with the following messages. [root@server1 Zope-2.6.0-linux2-x86]# ./start ------ 2002-10-25T14:14:26 INFO(0) zdaemon Started subprocess: pid 31825 ------ 2002-10-25T14:14:32 INFO(0) ZODB Opening database for mounting: '144044264_1035539076.794052' ------ 2002-10-25T14:14:32 INFO(0) ZODB Mounted database '144044264_1035539076.794052' at /temp_folder ------ 2002-10-25T14:14:33 INFO(0) ZServer HTTP server started at Fri Oct 25 14:14:33 2002 Hostname: server1.datawisehawaii.com Port: 8080 ------ 2002-10-25T14:14:33 INFO(0) ZServer FTP server started at Fri Oct 25 14:14:33 2002 Hostname: server1 Port: 8021 ------ 2002-10-25T14:14:33 INFO(0) ZServer PCGI Server started at Fri Oct 25 14:14:33 2002 Unix socket: /var/www/Zope-2.6.0-linux2-x86/var/pcgi.soc ------ 2002-10-25T14:14:33 PANIC(300) z2 Startup exception Traceback (innermost last): Module __main__, line 836, in ? SystemExit: A user was not specified to setuid to; fix this to start as root (see doc/SETUID.txt) [root@server1 Zope-2.6.0-linux2-x86]# Can someone tell me what is wrong and how do I fix it? Thanks. BZ