[Bug 1238369] Re: `restart` target is broken (lucid)

Steve Langasek steve.langasek at canonical.com
Fri Nov 29 05:21:05 UTC 2013


While this is a bug, I tend to agree with Martin's marking it as
importance: low, which means it does not warrant being included as an
SRU.

** Changed in: supervisor (Ubuntu Precise)
       Status: New => Won't Fix

-- 
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/1238369

Title:
  `restart` target is broken (lucid)

Status in “supervisor” package in Ubuntu:
  Fix Released
Status in “supervisor” source package in Precise:
  Won't Fix
Status in “supervisor” source package in Trusty:
  Fix Released

Bug description:
  That's it - if you run `service supervisor restart` on lucid (might be
  reproducible on other versions) then what you see is:

  Restarting supervisor:

  and it doesn't restart.

  The fix is actually trivial:

  to replace

          start-stop-daemon --stop --quiet --pidfile \
                 /var/run/$NAME.pid --exec $DAEMON

  
  with

  start-stop-daemon --stop --quiet --oknodo --pidfile $PIDFILE

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



More information about the Ubuntu-sponsors mailing list