bip pid file incorrectly set

Bug #205825 reported by Sridhar Dhanapalan
2
Affects Status Importance Assigned to Milestone
bip (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: bip

When I start bip with the initscript, it creates a pid file in /var/lib/bip/bip.pid. When I try to stop bip via the initscript, it fails. I have to manually kill bip.

root@sys:/etc# /etc/init.d/bip start
 * Starting bip bip
24-03-2008 13:52:35 WARNING: log_format does not contain %u, all users' logs will be mixed !
24-03-2008 13:52:35 Default pid file: /var/lib/bip/bip.pid
24-03-2008 13:52:35 Using default SSL certificate file: /var/lib/bip/bip.pem
   ...done.
root@sys:/etc# /etc/init.d/bip stop
 * Stopping bip bip
No process in pidfile `/var/run/bip/bip.pid' found running; none killed.
   ...fail!

/etc/init.d/bip contains the line

  VRBIP=/var/run/bip

so it's expecting a pid in /var/run/bip, but bip is creating the pid in /var/lib/bip .

Editing the line like so

  VRBIP=/var/lib/bip

fixes the problem.

This bug exists in Feisty and the Hardy beta. I haven't tried Gutsy.

description: updated
Revision history for this message
Daniel T Chen (crimsun) wrote :

Is this symptom still reproducible in 8.10 or 9.04?

Changed in bip:
status: New → Incomplete
Revision history for this message
Pedro Villavicencio (pedro) wrote :

We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status column, and change the Status back to New. Thanks again!.

Changed in bip:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.