codebrowse is writing its PID file into the scripts subdirectory
Bug #888420 reported by
Steve McInerney
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
High
|
Unassigned |
Bug Description
eg:
/srv/codebrowse
/srv/codebrowse
and similar for prod.
This actually breaks on staging as old and new versions get rolled out; and thus codebrowse needs to be manually killed to force a stop.
Ideally, this is something that would be written to /var/run
eg. /var/run/
tags: | added: canonical-losa-lp |
Changed in launchpad: | |
assignee: | nobody → Canonical LOSAs (canonical-losas) |
importance: | Undecided → High |
status: | New → Triaged |
summary: |
- codebrowse is writing it's PID file into the scripts subdirectory + codebrowse is writing its PID file into the scripts subdirectory |
To post a comment you must log in.
This is a code bug. scripts/ start-loggerhea d.py does this:
home = os.path. realpath( os.path. dirname( __file_ _))
pidfile = os.path.join(home, 'loggerhead.pid')