[Zope] Re: bin/zopectl start not working for Zope 2.9.7

2007-03-26 Thread Maurits van Rees
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.

___
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 )


Re: [Zope] Re: bin/zopectl start not working for Zope 2.9.7

2007-03-26 Thread Andreas Jung



--On 26. März 2007 12:36:49 + Maurits van Rees 
[EMAIL PROTECTED] wrote:



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 {} \;


Right - because the Zope 2.8 branch is going to die. I don't think that
there will be further 2.8 releases except security related releases.

Andreas

pgpGNCdcu1KTK.pgp
Description: PGP signature
___
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 )


[Zope] Re: bin/zopectl start not working for Zope 2.9.7

2007-03-26 Thread Maurits van Rees
Maurits van Rees, on 2007-03-26:
 Maurits van Rees, on 2007-03-26:
 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.

And Zope 2.10.3 has this problem too for bin/zopectl start.

I just tried unpacking and making zope 2.10.2 and it goes fine there,
so this does not look like a sudden mishap on my system.

-- 
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.

___
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 )