Project

General

Profile

install-log.txt

Davin Pearson, January 22, 2017 02:07

 
1
Here is the result of my attempt to run apt-get install runit:
2

    
3
www@davin-Aspire-ES1-511:~$ su
4
Password:
5
root@davin-Aspire-ES1-511:/home/www# cd audacious
6
root@davin-Aspire-ES1-511:/home/www/audacious# apt-get install runit
7
Reading package lists... Done
8
Building dependency tree
9
Reading state information... Done
10
runit is already the newest version.
11
0 upgraded, 0 newly installed, 0 to remove and 257 not upgraded.
12
2 not fully installed or removed.
13
After this operation, 0 B of additional disk space will be used.
14
Do you want to continue? [Y/n] Y
15
Setting up runit (2.1.1-6.2ubuntu3) ...
16
start: Unknown job: runsvdir
17
dpkg: error processing package runit (--configure):
18
 subprocess installed post-installation script returned error exit status 1
19
dpkg: dependency problems prevent configuration of git-daemon-run:
20
 git-daemon-run depends on runit; however:
21
  Package runit is not configured yet.
22

    
23
dpkg: error processing package git-daemon-run (--configure):
24
 dependency problems - leaving unconfigured
25
No apport report written because the error message indicates its a followup error from a previous failure.
26
                      E: Sub-process /usr/bin/dpkg returned an error code (1)
27

    
28
Here is the result of my attempt to run apt-get install git-daemon-run:
29

    
30
root@davin-Aspire-ES1-511:/home/www/audacious# apt-get install git-daemon-run
31
Reading package lists... Done
32
Building dependency tree
33
Reading state information... Done
34
git-daemon-run is already the newest version.
35
0 upgraded, 0 newly installed, 0 to remove and 257 not upgraded.
36
2 not fully installed or removed.
37
After this operation, 0 B of additional disk space will be used.
38
Do you want to continue? [Y/n] y
39
Setting up runit (2.1.1-6.2ubuntu3) ...
40
start: Unknown job: runsvdir
41
dpkg: error processing package runit (--configure):
42
 subprocess installed post-installation script returned error exit status 1
43
dpkg: dependency problems prevent configuration of git-daemon-run:
44
 git-daemon-run depends on runit; however:
45
  Package runit is not configured yet.
46

    
47
dpkg: error processing package git-daemon-run (--configure):
48
 dependency problems - leaving unconfigured
49
No apport report written because the error message indicates its a followup error from a previous failure.
50
                      E: Sub-process /usr/bin/dpkg returned an error code (1)
51
root@davin-Aspire-ES1-511:/home/www/audacious#
52