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