Ticket #12585 (confirmed Bug)

Opened 4 years ago

Last modified 4 years ago

"plone.recipe.zope2instance": inconsistent working directories

Reported by: dieter Owned by:
Priority: minor Milestone: 4.x
Component: Backend (Python) Version:
Keywords: Cc: malthe

Description

"plone.recipe.zope2instance" generates a script to start/stop/fg/debug the zope instance. With the commands "fg" and "debug", the started Zope instance uses the current working directory ("$PWS") as its current working directory; with "start", however, it uses the instance directory (usually "$PWD/parts/<instance>").

Change History

comment:1 Changed 4 years ago by eleddy

  • Cc malthe added
  • Version 4.1 deleted
  • Component changed from Unknown to Infrastructure
  • severity changed from Untriaged to Normal

comment:2 Changed 4 years ago by kleist

  • Status changed from new to confirmed
  • Component changed from Infrastructure to Backend (Python)

I think this behavior is intended and correct. It's a daemon that's started.

comment:3 Changed 4 years ago by kleist

  • Milestone set to 4.x
Note: See TracTickets for help on using tickets.