Comment 36 for bug 1448164

Revision history for this message
Matheus Bruhns Bastos (matbbastos) wrote :

On 16.04 I still had this issue, even after following the uninstall-purge-autoremove-install (git-all, git and runit). Followed what @JCD(jchd) mentioned and it worked out.

Solution:
- $ sudo apt install runit # should return error
- In file /var/lib/dpkg/info/runit.postinst, comment lines
if [ -x /sbin/start ]; then #provided by upstart
  /sbin/start runsvdir
fi
- Save and quit
- Finish runit installation: $ sudo dpkg --configure -a
- Uncomment previously commented lines