Comment 7 for bug 1582813

Revision history for this message
Mathew Hodson (mhodson) wrote :

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