I encounter problems with the debian unstable version of zope (2.6.1). A couple of days ago, I did apt-get dist-upgrade of the version 2.5 till 2.6.1 and apparently the daemon isn't able to load anymore, the Z2-server can be loaden, not the zope daemon (/etc/init.d/zope and /usr/sbin/zope), neither the defined ports are opened. Anybody knows the reason ? Greetz, Johan
johan wrote:
I encounter problems with the debian unstable version of zope (2.6.1). A couple of days ago, I did apt-get dist-upgrade of the version 2.5 till 2.6.1 and apparently the daemon isn't able to load anymore, the Z2-server can be loaden, not the zope daemon (/etc/init.d/zope and /usr/sbin/zope), neither the defined ports are opened. Anybody knows the reason ?
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=182406 It's permissions, though I am finding it to be a bit of a head-scratcher. To get running again, I had to set the owner of the /var/lib/zope/var directory and contents to root:www-data, and set the sticky bit (chmod o+t /var/lib/zope/var). But packing is still forbidden with this set-up. I presume Gregor and others will figure this out soon. -- Jim Washington
On Wed, 2003-02-26 at 08:15, Jim Washington wrote:
It's permissions, though I am finding it to be a bit of a head-scratcher.
To get running again, I had to set the owner of the /var/lib/zope/var directory and contents to root:www-data, and set the sticky bit (chmod o+t /var/lib/zope/var). But packing is still forbidden with this set-up. I presume Gregor and others will figure this out soon.
Since zope is running as the www-data user the directory must be writeable by that user (or at least their group). Your directory probably isn't group writeable, try "chmod 1775 /var/lib/zope/var" ... it worked for me. -- Fraser Campbell <fraser@wehave.net> http://wehave.net/ Brampton, Ontario, Canada Linux 2.4.20 AuthenticAMD
Hi Johan,
"johan" == johan <johan30@easynet.be> writes:
johan> I encounter problems with the debian unstable version of johan> zope (2.6.1). A couple of days ago, I did apt-get johan> dist-upgrade of the version 2.5 till 2.6.1 and apparently johan> the daemon isn't able to load anymore, the Z2-server can be johan> loaden, not the zope daemon (/etc/init.d/zope and johan> /usr/sbin/zope), neither the defined ports are johan> opened. Anybody knows the reason ? You can enable debugging in the init file: /etc/init.d/zope The problem is described in the log file after zope has failed. :-) -- Jan Stavel
Thx guys, you're the best. I did chown root:www-data /var/lib/zop , and chmod o+t /var/lib/zope/var and it works back. Greetz, Johan -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org] On Behalf Of stave@brailcom.org Sent: Wednesday, February 26, 2003 3:23 PM To: zope@zope.org Subject: Re: [Zope] Problems zope/debian Hi Johan,
"johan" == johan <johan30@easynet.be> writes:
johan> I encounter problems with the debian unstable version of johan> zope (2.6.1). A couple of days ago, I did apt-get johan> dist-upgrade of the version 2.5 till 2.6.1 and apparently johan> the daemon isn't able to load anymore, the Z2-server can be johan> loaden, not the zope daemon (/etc/init.d/zope and johan> /usr/sbin/zope), neither the defined ports are johan> opened. Anybody knows the reason ? You can enable debugging in the init file: /etc/init.d/zope The problem is described in the log file after zope has failed. :-) -- Jan Stavel _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Fraser Campbell -
Jim Washington -
johan -
staveļ¼ brailcom.org