Hi all, on behalf of Zope Corporation and the Zope community I am pleased to announce the release of Zope 2.8.6. You can download Zope 2.8.6 from http://www.zope.org/Products/Zope/2.8.6/ Some new features of Zope 2.8: - ZODB 3.4 with MVCC (multi version concurrency control) support. MVCC solves nearly every problem with ZODB read-conflict errors which is very important for high-traffic Zope sites. - Extension Classes were rewritten as Python new-style classes making all features of Python new-style classes available in Zope objects. This includes support for cyclic garbage collection. - Integration of Zope 3 technologies through Five (see http://codespeak.net/z3/five/) For more information on what is new in this release, see the CHANGES.txt files for the release: http://www.zope.org/Products/Zope/2.8.6/CHANGES.txt See also: http://www.zope.org/Wikis/DevSite/Projects/Zope2.8/OverView Please bring all the bugs you have found to the Zope bugtracker: http://collector.zope.org/Zope":http://collector.zope.org/Zope For more information on the available Zope releases, guidance for selecting the right distribution and installation instructions, please see: http://www.plope.com/Books/2_7Edition/InstallingZope.stx Please also keep in mind that Zope 2.8.6 requires Python 2.3.5. Zope 2.8.6 is not certified for any Python 2.4.x versions. So using Python 2.4 is neither recommended nor supported and any related questions or problems are likely to be ignored until 2.4 is an officially supported Python version for Zope. -- Andreas Jung (andreas at zopyx dot com)
En/na Andreas Jung ha escrit:
Hi all,
on behalf of Zope Corporation and the Zope community I am pleased to announce the release of Zope 2.8.6. You can download Zope 2.8.6 from
It's just me or the permissions are wrong? On a just installed zope-2.8.6 (untarred with gnu tar and built with ./configure --with-python=/usr/local/python-2.3.5/bin/python --prefix=/usr/local/zope-2.8.6-final; make; sudo make install) $ zopetest/bin/zopectl status Traceback (most recent call last): File "/usr/local/zope/lib/python/Zope2/Startup/zopectl.py", line 322, in ? main() File "/usr/local/zope/lib/python/Zope2/Startup/zopectl.py", line 280, in main options.realize(args) File "/usr/local/zope/lib/python/Zope2/Startup/zopectl.py", line 91, in realize ZDOptions.realize(self, *args, **kw) File "/usr/local/zope-2.8.6-final/lib/python/zdaemon/zdoptions.py", line 273, in realize self.load_schema() File "/usr/local/zope-2.8.6-final/lib/python/zdaemon/zdoptions.py", line 321, in load_schema self.schema = ZConfig.loadSchema(self.schemafile) File "/usr/local/zope-2.8.6-final/lib/python/ZConfig/loader.py", line 31, in loadSchema return SchemaLoader().loadURL(url) File "/usr/local/zope-2.8.6-final/lib/python/ZConfig/loader.py", line 63, in loadURL r = self.openResource(url) File "/usr/local/zope-2.8.6-final/lib/python/ZConfig/loader.py", line 102, in openResource self._raise_open_error(url, str(e)) File "/usr/local/zope-2.8.6-final/lib/python/ZConfig/loader.py", line 114, in _raise_open_error url) ZConfig.ConfigurationError: error opening file /usr/local/zope/lib/python/Zope2/Startup/zopeschema.xml: [Errno 13] Permission denied: '/usr/local/zope/lib/python/Zope2/Startup/zopeschema.xml' There are many other files that are readable only by root (that wasn't the case with 2.8.4) A quick fix $ cd /usr/local/zope-2.8.6-final $ sudo find -perm +'u+r' -exec chmod go+r \{\} \; $ sudo find -perm +'u+x' -exec chmod go+x \{\} \; Bye -- Luca Olivetti Wetron Automatización S.A. http://www.wetron.es/ Tel. +34 93 5883004 Fax +34 93 5883007
Am 10.03.2006 um 13:06 schrieb Luca Olivetti:
En/na Andreas Jung ha escrit:
Hi all, on behalf of Zope Corporation and the Zope community I am pleased to announce the release of Zope 2.8.6. You can download Zope 2.8.6 from http://www.zope.org/Products/Zope/2.8.6/
It's just me or the permissions are wrong?
No I had the same expirience under MacOSX and debian system. __Janko Hauser
--On 10. März 2006 15:38:35 +0100 Janko Hauser <jhauser@zscout.de> wrote:
Am 10.03.2006 um 13:06 schrieb Luca Olivetti:
En/na Andreas Jung ha escrit:
Hi all, on behalf of Zope Corporation and the Zope community I am pleased to announce the release of Zope 2.8.6. You can download Zope 2.8.6 from http://www.zope.org/Products/Zope/2.8.6/
It's just me or the permissions are wrong?
No I had the same expirience under MacOSX and debian system.
Did you use 'sudo' for the installation or did you ran the installation as root? -aj
En/na Andreas Jung ha escrit:
--On 10. März 2006 15:38:35 +0100 Janko Hauser <jhauser@zscout.de> wrote:
Am 10.03.2006 um 13:06 schrieb Luca Olivetti:
En/na Andreas Jung ha escrit:
Hi all, on behalf of Zope Corporation and the Zope community I am pleased to announce the release of Zope 2.8.6. You can download Zope 2.8.6 from http://www.zope.org/Products/Zope/2.8.6/
It's just me or the permissions are wrong?
No I had the same expirience under MacOSX and debian system.
Did you use 'sudo' for the installation or did you ran the installation as root?
I tried both ways (but only the "make install" part, the "configure" and "make" I usually do as my user). Bye -- Luca Olivetti Wetron Automatización S.A. http://www.wetron.es/ Tel. +34 93 5883004 Fax +34 93 5883007
participants (3)
-
Andreas Jung -
Janko Hauser -
Luca Olivetti