Package: supervisor
Version: 3.0r1-1
The Debian Jessie package for Supervisor doesn't install correctly. Here
is the output I'm getting:
alex@tapandcork:~$ sudo apt-get install supervisor
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
python-meld3
The following NEW packages will be installed:
python-meld3 supervisor
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/304 kB of archives.
After this operation, 1,483 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Selecting previously unselected package python-meld3.
(Reading database ... 69079 files and directories currently installed.)
Preparing to unpack .../python-meld3_1.0.0-1_amd64.deb ...
Unpacking python-meld3 (1.0.0-1) ...
Selecting previously unselected package supervisor.
Preparing to unpack .../supervisor_3.0r1-1_all.deb ...
Unpacking supervisor (3.0r1-1) ...
Processing triggers for systemd (215-17+deb8u3) ...
Setting up python-meld3 (1.0.0-1) ...
Setting up supervisor (3.0r1-1) ...
Job for supervisor.service failed. See 'systemctl status
supervisor.service' and 'journalctl -xn' for details.
invoke-rc.d: initscript supervisor, action "start" failed.
dpkg: error processing package supervisor (--configure):
subprocess installed post-installation script returned error exit
status 1
Processing triggers for systemd (215-17+deb8u3) ...
Errors were encountered while processing:
supervisor
E: Sub-process /usr/bin/dpkg returned an error code (1)
Also here is the systemd output:
alex@tapandcork:~$ sudo systemctl start supervisor
Job for supervisor.service failed. See 'systemctl status
supervisor.service' and 'journalctl -xn' for details.
alex@tapandcork:~$ ^C
alex@tapandcork:~$ systemctl status supervisor.service
● supervisor.service - LSB: Start/stop supervisor
Loaded: loaded (/etc/init.d/supervisor)
Active: failed (Result: exit-code) since Sat 2016-02-20 12:49:21
MST; 18s ago
Process: 21786 ExecStart=/etc/init.d/supervisor start (code=exited,
status=2)