[Bug 1296835] Re: status_of_proc lacks a "-p" in /etc/init.d/pptpd

Ubuntu Foundations Team Bug Bot 1296835 at bugs.launchpad.net
Tue Jun 21 20:26:59 UTC 2016


The attachment "fix_status_check.debdiff" seems to be a debdiff.  The
ubuntu-sponsors team has been subscribed to the bug report so that they
can review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1296835

Title:
  status_of_proc lacks a "-p" in /etc/init.d/pptpd

Status in pptpd package in Ubuntu:
  Confirmed

Bug description:
  The "status" target in /etc/init.d/pptpd doesn't work, because the
  call to status_of_proc lacks a "-p" before "$PIDFILE". Example:

  # /etc/init.d/pptpd start
   * Starting PoPToP Point to Point Tunneling Server pptpd                                                                                                                                                    [ OK ] 
  # ps aux | grep pptpd
  root     16211  0.0  0.0  10684   680 ?        Ss   17:51   0:00 /usr/sbin/pptpd
  root     16305  0.0  0.0  18236   904 pts/0    S+   17:51   0:00 grep --color=auto pptpd
  # /etc/init.d/pptpd status
   * /usr/sbin/pptpd is not running

  This happens because status_of_proc takes $PIDFILE as $DAEMON, and
  tries to use the file "/var/run/pptpd.pid.pid" as source for the PID
  of the program. Adding "-p" solves the problem.

  The version tested is 1.3.4+27+gddb30f8-1ubuntu1. Output of lsb_release -rd is:
  Description:    Ubuntu Trusty Tahr (development branch)
  Release:        14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pptpd/+bug/1296835/+subscriptions



More information about the Ubuntu-sponsors mailing list