I just installed Zope 2.4.3 (python 2.1) on Macintosh OS X Server (10.1.1). The install went okay, but I can't start up the server. The error log shows this error: ------ 2001-12-03T15:38:11 PANIC(300) z2 Startup exception Traceback (innermost last): File z2s.py, line 861, in ? IOError: [Errno 13] Permission denied: '/Applications/Zope/var/Z2.pid' ------ 2001-12-03T15:38:11 PROBLEM(100) zdaemon zdaemon: Mon Dec 3 10:38:11 2001: The kid, 25215, died on me. Another Zope user gave me this piece of advice: "The problem looks like you installed the package as a different user to the one you're trying to run it as." I installed as cafrica and logged in to my machine as cafrica, but the passwords are different. Could that be the problem? If so, how do I fix it? -- Chris Africa University of Michigan College of Engineering Department of Mechanical Engineering Webmaster/Coordinator, Information Services 734.764.8482
Chris, how's it that you " installed as cafrica and logged in to my machine as cafrica, but the passwords are different."??? With unix, user privileges are basically rendered by the user- and group-id, that's numbers... so if you had a user carfica, deleted that and made a new cafrica, they will not be the same... If you just changed the password for cafrica, that's no problem. Mhmm, I am running Zope fine on OS X.1... does have cafrica admin-rights? You should check what user and group may read/write to your /Applications/Zope/var/Z2.pid Regards Jochen Am Dienstag den, 4. Dezember 2001, um 16:55, schrieb Chris Africa:
I just installed Zope 2.4.3 (python 2.1) on Macintosh OS X Server (10.1.1). The install went okay, but I can't start up the server. The error log shows this error:
------ 2001-12-03T15:38:11 PANIC(300) z2 Startup exception Traceback (innermost last): File z2s.py, line 861, in ? IOError: [Errno 13] Permission denied: '/Applications/Zope/var/Z2.pid'
------ 2001-12-03T15:38:11 PROBLEM(100) zdaemon zdaemon: Mon Dec 3 10:38:11 2001: The kid, 25215, died on me.
Another Zope user gave me this piece of advice: "The problem looks like you installed the package as a different user to the one you're trying to run it as."
I installed as cafrica and logged in to my machine as cafrica, but the passwords are different. Could that be the problem? If so, how do I fix it?
-- Chris Africa University of Michigan College of Engineering Department of Mechanical Engineering Webmaster/Coordinator, Information Services 734.764.8482
_______________________________________________ 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 )
Ahhh, I get it--it turns out it was just an access problem (cafrica couldn't read/write to the Zope folder). It is now running. Thanks! Chris On 12/4/01 11:12 AM, "Jochen Häberle" <joh-zope@midras.de> wrote:
Chris,
how's it that you " installed as cafrica and logged in to my machine as cafrica, but the passwords are different."??? With unix, user privileges are basically rendered by the user- and group-id, that's numbers... so if you had a user carfica, deleted that and made a new cafrica, they will not be the same...
If you just changed the password for cafrica, that's no problem. Mhmm, I am running Zope fine on OS X.1... does have cafrica admin-rights?
You should check what user and group may read/write to your /Applications/Zope/var/Z2.pid
Regards Jochen
Am Dienstag den, 4. Dezember 2001, um 16:55, schrieb Chris Africa:
I just installed Zope 2.4.3 (python 2.1) on Macintosh OS X Server (10.1.1). The install went okay, but I can't start up the server. The error log shows this error:
------ 2001-12-03T15:38:11 PANIC(300) z2 Startup exception Traceback (innermost last): File z2s.py, line 861, in ? IOError: [Errno 13] Permission denied: '/Applications/Zope/var/Z2.pid'
------ 2001-12-03T15:38:11 PROBLEM(100) zdaemon zdaemon: Mon Dec 3 10:38:11 2001: The kid, 25215, died on me.
Another Zope user gave me this piece of advice: "The problem looks like you installed the package as a different user to the one you're trying to run it as."
I installed as cafrica and logged in to my machine as cafrica, but the passwords are different. Could that be the problem? If so, how do I fix it?
-- Chris Africa University of Michigan College of Engineering Department of Mechanical Engineering Webmaster/Coordinator, Information Services 734.764.8482
_______________________________________________ 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 )
On Wednesday 05 December 2001 04:01, Chris Africa wrote:
Ahhh, I get it--it turns out it was just an access problem (cafrica couldn't read/write to the Zope folder).
I'm intending that the next release will fix these problems by requiring that users have admin privilege if they aren't the user that Zope runs as. This also allows one to run the server on ports < 1024 which is a Good Thing :) Problem is, I'm having an awful time with the complete absence of documentation on the Authorization API :( I can start the server fine, but I can't stop the bugger... Richard
participants (3)
-
Chris Africa -
Jochen Häberle -
Richard Jones