hi this is my first post to lug I have just downloaded and installed zope from www.zope.org and as documented on the site i have installed zope but while starting zope with ./start command i get error message ------
2002-08-10T07:32:14 INFO(0) ZODB Opening database for mounting: '142007248_1028962614.016413' ------ 2002-08-10T07:32:14 INFO(0) ZODB Mounted database '142007248_1028962614.016413' at /temp_folder ------ 2002-08-10T07:32:15 INFO(0) ZServer HTTP server started at Sat Aug 10 13:02:15 2002 Hostname: rohit.saistar.com Port: 8080 ------ 2002-08-10T07:32:15 INFO(0) ZServer FTP server started at Sat Aug 10 13:02:15 2002 Hostname: rohit.saistar.com Port: 8021 ------ 2002-08-10T07:32:15 INFO(0) ZServer PCGI Server started at Sat Aug 10 13:02:15 2002 Unix socket: /usr/zope/var/pcgi.soc ------ 2002-08-10T07:32:15 PANIC(300) z2 Startup exception Traceback (innermost last): File /usr/zope/z2.py, line 690, in ? IOError: [Errno 13] Permission denied: '/usr/zope/var/Z2.pid'
please help me solving this problem thanking all in advance
Rohit Jain Sai Star Internet Pvt Ltd.
_________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com
On Sat, 10 Aug 2002, rohit jain wrote:
File /usr/zope/z2.py, line 690, in ? IOError: [Errno 13] Permission denied: '/usr/zope/var/Z2.pid'
you have insufficient permissions to write to Z2.pid, make sure that the user that you are running as is the same as the user who owns the directory and Z2.pid.