I’ve setup a fresh vServer-environment for a few test and developmentmachines to play around with.
When I tried to install gitolite via aptitude everything fails and the whole system is near an explosion:
root@git:~# aptitude install git-daemon-run runit
The following partially installed packages will be configured:
runit
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
/bin/sh: /usr/bin/apt-listchanges: not found
Setting up runit (2.1.1-6.2) ...
kill: 49: No such process
dpkg: error processing runit (--configure):
subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
Errors were encountered while processing:
runit
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
Setting up runit (2.1.1-6.2) ...
kill: 49: No such process
dpkg: error processing runit (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
runit
Maybe this can help someone, because below a bunch of mails on the Debian mailinglist there is a bugreport with a workaround:
If you try to install the runit package, and after the failure remove
the SV inittab entry, edit /var/lib/dpkg/info/runit.postinst and remove
the 'kill -S HUP 1', and then run 'dpkg --configure runit', does the
installation succeed, and if yes, is a runsvdir program running?
Yes it does! At least for me.
Recent Comments