error message PANIC(300) at startup
G'day all, When I try to start Zope-2.5.1_1 (after an installation without any error message on freeBSD) I got the following error-message: PANIC(300) z2 Startup exception Traceback (innermost last): File /usr/local/www/Zope/z2.py, line 690, in ? IOError: [Errno 13] Permission denied: '/usr/local/www/Zope/var/Z2.pid' When I have a look at the directory /usr/local/www/Zope/var/ the Z2.pid is missing... what can I do ? (`'·.¸(`'·.¸'Ô'¸.·'´)¸.·'´) «´·.¸¸.·´£A¥GØ´·.¸¸.·`» www.wayneconnolly.com «¸.·´`·(¸.·-·.¸)·´`·.¸» (¸.·'´(¸.·'´ `'·.¸)`'·.¸)
This is a permission a problem with your var folder. Ensure that the Zope process has write permission to that folder. I assume you are running Zope as root and Zope changes its UID to nobody. To be honest the only reason to start Zope as root is to run Zope on a port < 1024. Is this what you really want? -aj ----- Original Message ----- From: <wayne@wayneconnolly.com> To: <zope@egroups.com>; <zope@zope.org>; <zope@yahoogroups.com> Sent: Sunday, August 18, 2002 10:38 Subject: [Zope] error message PANIC(300) at startup
G'day all,
When I try to start Zope-2.5.1_1 (after an installation without any error message on freeBSD) I got the following error-message:
PANIC(300) z2 Startup exception Traceback (innermost last): File /usr/local/www/Zope/z2.py, line 690, in ? IOError: [Errno 13] Permission denied: '/usr/local/www/Zope/var/Z2.pid'
When I have a look at the directory /usr/local/www/Zope/var/ the Z2.pid is missing... what can I do ?
(`'·.¸(`'·.¸'Ô'¸.·'´)¸.·'´) «´·.¸¸.·´£A¥GØ´·.¸¸.·`» www.wayneconnolly.com «¸.·´`·(¸.·-·.¸)·´`·.¸» (¸.·'´(¸.·'´ `'·.¸)`'·.¸)
_______________________________________________ Zope maillist - Zope@zope.org 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 )
: IOError: [Errno 13] Permission denied: '/usr/local/www/Zope/var/Z2.pid' Zope creates the file everytime it starts up. Some FreeBSD variants and Gentoo Linux is known to restrict rights for "nobody" to "nothing". Unless you want to change the nobody user, create a "zope" user and do a chmod. Don't forget to change the user in either the start script or in your own startup script. Cheers, Timo
participants (3)
-
Andreas Jung -
Timo A. Hummel -
wayne@wayneconnolly.com