I verified that this bug affects procps on my Trusty system and the new lsb-base package fixes it.
$ ls -l /etc/init.d/procps -rwxr-xr-x 1 root root 1192 May 27 2013 /etc/init.d/procps $ initctl --system list | grep procps procps stop/waiting $ service --status-all 2>&1 | grep procps [ + ] procps After installing lsb-base (4.1+Debian11ubuntu6.2), service --status-all correctly shows that procps is not running. $ sudo dpkg -i lsb-base_4.1+Debian11ubuntu6.2_all.deb (Reading database ... 197667 files and directories currently installed.) Preparing to unpack lsb-base_4.1+Debian11ubuntu6.2_all.deb ... Unpacking lsb-base (4.1+Debian11ubuntu6.2) over (4.1+Debian11ubuntu6.1) ... Setting up lsb-base (4.1+Debian11ubuntu6.2) ... $ initctl --system list | grep procps procps stop/waiting $ service --status-all 2>&1 | grep procps [ - ] procps ** Tags removed: removal-candidate verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1582813 Title: service --status-all always reports upstart managed daemons as running To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lsb/+bug/1582813/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
