I have just installed Zope in Redhat 5.2. As root, I typed "./install" Then "./start." In response I get : ZServers Medusa (V.10) started at Tue Sep 7 11:21:40 1999 Hostname : linux.workgroup Port: 8080 ...ZServer FTP server started at Tue Sep 7 11:21:40 19999 Autorizer: none Hostname: linux.workgroup Port: 8021 Zserver Monitor Server (V1.5) started on port 8900 Traceback(innermost last): File/"home/dckinder/download/Zope-2.0.0-linux2-x86/z2.py". line 494, in ? 18 Error: {Errno 131 Permission denied: '/home/dckinder/download/Zope-2.0.0-linux2-x86/var/Z2.pid' When I attempt to log on using either http://linux.workgroup:8080/manage ' or http://1.1.13:8080/manage I get a "The page cannot be displayed" response. Regards, Duncan C. Kinder dckinder@mountain.net
hi duncan, this is because the process account (nobody takes over after you run start as root) needs write access to the var subdirectory where you installed Zope. change the mode of that directory (i usually do 'chmod 777 var') and it'll work jens
>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 9/7/99, 2:43:16 PM, "Duncan Kinder" <dckinder@mountain.net> wrote regarding [Zope] Zope Won't Start:
I have just installed Zope in Redhat 5.2.
As root, I typed "./install"
Then "./start."
In response I get :
ZServers Medusa (V.10) started at Tue Sep 7 11:21:40 1999 Hostname : linux.workgroup Port: 8080
...ZServer FTP server started at Tue Sep 7 11:21:40 19999 Autorizer: none Hostname: linux.workgroup Port: 8021
Zserver Monitor Server (V1.5) started on port 8900 Traceback(innermost last):
File/"home/dckinder/download/Zope-2.0.0-linux2-x86/z2.py". line 494, in ? 18 Error: {Errno 131 Permission denied: '/home/dckinder/download/Zope-2.0.0-linux2-x86/var/Z2.pid'
When I attempt to log on using either http://linux.workgroup:8080/manage ' or http://1.1.13:8080/manage I get a "The page cannot be displayed" response.
Regards,
Duncan C. Kinder dckinder@mountain.net
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Duncan Kinder -
Jens Vagelpohl