[Zope] Zope Won't Start
Michel Pelletier
michel@digicool.com
Tue, 7 Sep 1999 11:57:10 -0400
> -----Original Message-----
> From: Duncan Kinder [mailto:dckinder@mountain.net]
> Sent: Tuesday, September 07, 1999 2:43 PM
> To: zope@zope.org
> Subject: [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'
>
The user that Zope runs as does not have permission to write one of it's
pid files. Make sure that if you run Zope as root, that the user
'nobody' can read and write the /var directory. Otherwise there are a
number of good online tutorials on basic system security and tools that
you should familiarize yourself with.
-Michel
>
>
> 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 )