[zope2-tracker] [Bug 441141] Re: mkzeoinstance: wrong reference to "zdaemon"
Andreas Jung
lists at zopyx.com
Sat Oct 3 08:06:56 EDT 2009
I think the problem is burried in ZEO/mkzeoinst where the 'zdrun' path is hard-coded
and does not reflect the reality (zdaemon is not part of the ZODB package). I think
that mkzeoinst should detect the path of the zdaemon package and use its path
instead
65 <runner>
66 program $INSTANCE/bin/runzeo
67 socket-name $INSTANCE/etc/%(package)s.zdsock
68 daemon true
69 forever false
70 backoff-limit 10
71 exit-codes 0, 2
72 directory $INSTANCE
73 default-to-interactive true
74 # user zope
75 python %(python)s
76 zdrun %(zodb3_home)s/zdaemon/zdrun.py
77
78 # This logfile should match the one in the %(package)s.conf file.
79 # It is used by zdctl's logtail command, zdrun/zdctl doesn't write it.
80 logfile $INSTANCE/log/%(package)s.log
81 </runner>
** Also affects: zodb
Importance: Undecided
Status: New
** Changed in: zodb
Assignee: (unassigned) => Jim Fulton (jim-zope)
--
mkzeoinstance: wrong reference to "zdaemon"
https://bugs.launchpad.net/bugs/441141
You received this bug notification because you are a member of Zope 2
Developers, which is subscribed to Zope 2.
More information about the zope2-tracker
mailing list