[Zope] HELP: problems with ZServer Medusa!

2000-05-24 Thread Jilani Khaldi

Hi All,
I have installed Zope on a Linux server (Slackware 7.0) apparently
without problems; but, when I start the server with the command:
./start, I have in continuous this message error:
--
INFO(0) ZServer Monitor Server (V.1.6) started on port 8099
Raceback (innermost last):
File "/usr/Zope-2.2.0a1-src/z2.py", line 698, in ?
pf=open(PID_FILE, 'w')
IOError: [Errno 13] Permission denied '/usr/Zope-2.2.0a1-src/var/z2.pid'

--

Thanks.

Jilani

--
jk
___
http://space.tin.it/scuola/jkhaldi



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] HELP: problems with ZServer Medusa!

2000-05-24 Thread Seb Bacon

does /usr/Zope-2.2.0a1-src/var/z2.pid exist?  if not, touch z2.pid and try
again.

seb.

 Hi All,
 I have installed Zope on a Linux server (Slackware 7.0) apparently
 without problems; but, when I start the server with the command:
 ./start, I have in continuous this message error:
 --
 INFO(0) ZServer Monitor Server (V.1.6) started on port 8099
 Raceback (innermost last):
 File "/usr/Zope-2.2.0a1-src/z2.py", line 698, in ?
 pf=open(PID_FILE, 'w')
 IOError: [Errno 13] Permission denied 
 '/usr/Zope-2.2.0a1-src/var/z2.pid'
 

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] HELP: problems with ZServer Medusa!

2000-05-24 Thread J. Atwood

Check the permissions on the var directory.

J

 From: Seb Bacon [EMAIL PROTECTED]
 Date: Wed, 24 May 2000 19:04:00 +0100
 To: [EMAIL PROTECTED]
 Subject: RE: [Zope] HELP: problems with ZServer Medusa!
 
 does /usr/Zope-2.2.0a1-src/var/z2.pid exist?  if not, touch z2.pid and try
 again.
 
 seb.
 
 Hi All,
 I have installed Zope on a Linux server (Slackware 7.0) apparently
 without problems; but, when I start the server with the command:
 ./start, I have in continuous this message error:
 --
 INFO(0) ZServer Monitor Server (V.1.6) started on port 8099
 Raceback (innermost last):
 File "/usr/Zope-2.2.0a1-src/z2.py", line 698, in ?
 pf=open(PID_FILE, 'w')
 IOError: [Errno 13] Permission denied
 '/usr/Zope-2.2.0a1-src/var/z2.pid'
 
 
 ___
 Zope maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )
 
 


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )