Maurits van Rees, on 2007-03-26:
So after installing 2.8.9 as root or with sudo, mkzopeinstance does not work. This has happened to me with other Zope versions as well. At least I remember reporting this earlier; and seeing it solved fortunately. :) It would seem the root source has not been found/fixed though. :(
Ah, it looks fixed on the 2.9 branch, but not 2.8. In the sdist_tgz target of the makefile the 2.9 branch has these two extra lines, which I think need to be added to the 2.8 branch too: ${FIND} . -type f -exec chmod a+r {} \; ${FIND} . -type d -exec chmod a+rx {} \; Meanwhile, this 2.8.9 has the same problem that I reported for 2.9.7: bin/zopectl start does not work, though 'fg' does work. -- Maurits van Rees | http://maurits.vanrees.org/ [NL] Work | http://zestsoftware.nl/ "Do not worry about your difficulties in computers, I can assure you mine are still greater."