When I am trying to install the git-all from the repositories sudo apt-get install git-all
at the end of the installation process I get some errors:
start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
dpkg: error processing package runit (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of git-daemon-run:
git-daemon-run depends on runit; however:
Package runit is not configured yet.
dpkg: error processing package git-daemon-run (--configure):
dependency problems - leaving unconfigured
It seems that the runit package is not configured yet, the system is a fresh Ubuntu 16.04 install. Does anyone know how I should configured it?