zopectl start - doen't work in Zope2-2.13.0a3

Bug #628448 reported by Vladislav Vorobiev
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zope 2
Fix Released
High
Tres Seaver

Bug Description

p27@germanaxe:~/var/zeoi1/bin$ ./zopectl
program: /home/p27/var/zeoi1/bin/runzope
daemon manager not running
zopectl> start
zopectl> start
zopectl>

Nothing happends.

p27@germanaxe:~/var/zeoi1/bin$ zopectl fg
works...

Revision history for this message
Hanno Schlichting (hannosch) wrote :

Indeed. Doesn't work here either.

Changed in zope2:
importance: Undecided → Medium
status: New → Triaged
Changed in zope2:
importance: Medium → High
Revision history for this message
Chris McDonough (chrism-plope) wrote :

This bug looks like it was introduced here: http://svn.zope.org/Zope/trunk/src/Zope2/Startup/zopectl.py?rev=104819&view=rev

Since the checkin is so big, it's not clear what needs to be done to fix it.

Tres Seaver (tseaver)
Changed in zope2:
assignee: nobody → Tres Seaver (tseaver)
status: Triaged → In Progress
Revision history for this message
Hanno Schlichting (hannosch) wrote :

I got a private mail:

I used this patch to solve that (for 2.13.0a2):

--- zopectl.py.orig 2010-07-07 13:20:21.000000000 +0200
+++ zopectl.py 2010-07-07 12:44:28.000000000 +0200
@@ -218,6 +218,7 @@
        # signal to Zope that it is being managed
        # (to indicate it's web-restartable)
        os.putenv('ZMANAGED', '1')
+ ZDCmd.do_start(self, arg)

    ## START OF WINDOWS ONLY STUFF

Best regards
Udo Schweigert

Revision history for this message
Tres Seaver (tseaver) wrote :
Changed in zope2:
status: In Progress → Fix Committed
milestone: none → 2.13.0c1
Changed in zope2:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.