codebrowse is writing it's PID file into the source tree
Bug #689961 reported by
Steve McInerney
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
High
|
Unassigned |
Bug Description
From an init.d stop:
open("/
The startup/stop commands are:
ROOTDIR=
name=loggerhead
rundir=
export LPCONFIG=
make -C "$rundir" LPCONFIG=
make -C "$rundir" LPCONFIG=
As we have 2 codebrowses running on guava, ideally the PID would be something like:
/var/tmp/
tags: | added: canonical-losa-lp |
Changed in launchpad: | |
status: | New → Triaged |
To post a comment you must log in.
Actually, can we have the pidfile be written to /srv/codebrowse .launchpad. net/var/ (for production), which I think is where it was before. We also need to make sure there's some way of preventing pidfile locations from changing in production (unless we really want to, and have warning ahead of time) because initscripts depend on them, and if they change, it breaks rollouts in a very painful way.