Closed jensens closed 5 years ago
After creating a dockerized setup for Plone 5.2rc1/py3.7 I found the zdsock was created no longer in CLIENTHOME (so by default in var/instance) but in the buildout root (or on docker in the system root, which not works out).
zdsock
CLIENTHOME
var/instance
I found all is set correctly to clienthome in https://github.com/plone/plone.recipe.zope2instance/blob/master/src/plone/recipe/zope2instance/ctl.py#L146
But as zdaemon reads the value here https://github.com/plone/plone.recipe.zope2instance/blob/master/src/plone/recipe/zope2instance/ctl.py#L146 it points to the buildout directory root.
For some reason the first-set value was ignored.
sorry for the noise, my source checkout was not active, so its fixed already on master. tested with coredev.
After creating a dockerized setup for Plone 5.2rc1/py3.7 I found the
zdsock
was created no longer inCLIENTHOME
(so by default invar/instance
) but in the buildout root (or on docker in the system root, which not works out).I found all is set correctly to clienthome in https://github.com/plone/plone.recipe.zope2instance/blob/master/src/plone/recipe/zope2instance/ctl.py#L146
But as zdaemon reads the value here https://github.com/plone/plone.recipe.zope2instance/blob/master/src/plone/recipe/zope2instance/ctl.py#L146 it points to the buildout directory root.
For some reason the first-set value was ignored.