When I start zope on a Linux system (./start from /usr/local/doc/Zop... directory), I get an error report to the effect that the statement open(PID_FILE, "w") statement in z2.py has failed. Permission error.(errno13). I do have the var directory with the correct permissions - I can login as the Zope user and create the Z2.pid file. What else should I check? Thanks for your help. Chandu Patil
What uid are you doing this from? If root, then be aware that it changes uid to 'nobody' for security purposes. Thus 'nobody' has to have write access to the pid file. If you are running all from a 'zope' user, then I'm not certain what you're problem could be. If the process continues running, check the uid of the processes. Cheers... Bruce Chandu Patil wrote:
When I start zope on a Linux system (./start from /usr/local/doc/Zop... directory), I get an error report to the effect that the statement open(PID_FILE, "w") statement in z2.py has failed. Permission error.(errno13). I do have the var directory with the correct permissions - I can login as the Zope user and create the Z2.pid file.
What else should I check? Thanks for your help.
-- Bruce Elrick, Ph.D. Saltus Technology Consulting Group Cell: (403) 870-4429 Personal: belrick@home.com IBM Certified Specialist Business: belrick@saltus.ab.ca ADSM, AIX Support, RS/6000 SP, HACMP
participants (2)
-
Bruce Elrick -
Chandu Patil