Date: Mon, 13 Jan 2003 10:26:02 +0100 From: Hanspeter Roth <hampi@rootshell.be> To: freebsd-questions@FreeBSD.ORG Subject: Re: Zope does not start on boot-up Message-ID: <20030113092602.GA464@gicco.homeip.net> In-Reply-To: <20030113052208.D11720-100000@small.pukruppa.de> References: <20030112223210.GA12119@gicco.homeip.net> <20030113052208.D11720-100000@small.pukruppa.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jan 13 at 05:31, P. U. Kruppa spoke: > File /usr/local/www/Zope/z2.py, line 690, in ? > IOError: [Errno 13] Permission denied: '/usr/local/www/Zope/var/Z2.pid' Hi Uli, maybe zope switches to a specific user which has no write permission on /usr/local/www/Zope/var ? Maybe `-u www' tells zope to switch to www? You might try to change the owner of /usr/local/www/Zope/var to www. When you start it manually (/usr/local/www/Zope/start) do you use root or some dedicated user? -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030113092602.GA464>