Hello,

Sorry I haven't  checked this error since adopting the package.
I guess you fixed this by now but:


On Wed, 21 Jan 2015 23:34:38 +0000 Toni Mueller <supp...@oeko.net> wrote:
> # apt-get upgrade
> Reading package lists... Done
> Building dependency tree       
> Reading state information... Done
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> 1 not fully installed or removed.
> After this operation, 0 B of additional disk space will be used.
> Do you want to continue [Y/n]? 
> Setting up supervisor (3.0a8-1.1+deb7u1) ...
> Starting supervisor: Error: Another program is already listening on a port 
> that one of our HTTP servers is configured to use.  Shut this program down 
> first before starting supervisord.
> For help, use /usr/bin/supervisord -h
> invoke-rc.d: initscript supervisor, action "start" failed.
> dpkg: error processing supervisor (--configure):
>  subprocess installed post-installation script returned error exit status 2
> Processing triggers for python-support ...
> Errors were encountered while processing:
>  supervisor
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> # 
> 

You could unlink the supervisor socks:

sudo unlink /tmp/supervisor.sock
sudo unlink /var/run/supervisor.sock

Or check whether other another supervisord instance is running:

ps -ef | grep supervisord

and kill it.


If this helps please close/follow up on the bug.

Cheers

Reply via email to