[Zope] Zope install & ./start problem...

Eric L. Walstad ewalstad@energywright.com
Thu, 30 Mar 2000 08:19:22 -0800


Hello,

I just installed Zope but can't get it to start properly.  Here's the
output:

[root@frankenstein Zope]# python w_pcgi.py

..bunch of output...
----------------------------------------------------------------------------
--

Done!
[root@frankenstein Zope]# ./start
------
2000-03-30T16:07:56 PROBLEM(100) ZServer Computing default hostname
------
2000-03-30T16:07:56 INFO(0) ZServer Medusa (V1.13.4.1) started at Thu Mar 30
08:07:56 2000
        Hostname: frankenstein.energywright.com
        Port:8080

------
2000-03-30T16:07:56 INFO(0) ZServer FTP server started at Thu Mar 30
08:07:56 2000
        Authorizer:None
        Hostname: frankenstein.energywright.com
        Port: 8021
------
2000-03-30T16:07:56 INFO(0) ZServer PCGI Server started at Thu Mar 30
08:07:56 2000
        Unix socket: /usr/local/Zope/var/pcgi.soc
------
2000-03-30T16:07:56 INFO(0) ZServer Monitor Server (V1.5) started on port
8099
Traceback (innermost last):
  File "/usr/local/Zope/z2.py", line 586, in ?
    pf = open(PID_FILE, 'w')
IOError: [Errno 13] Permission denied: '/usr/local/Zope/var/Z2.pid'
[root@frankenstein Zope]#

FYI, there is no '/usr/local/Zope/var/Z2.pid' file.

Q1.  Why is Zope looking for Z2.pid if I installed it WITH PCGI?
Q2.  If Zope still needs Z2.pid with PCGI, how do I get the file there?
Q3.  What is Z2.pid and what is its purpose? (maybe this should be Q1)

Thanks a lot!

Eric.