supervisord 启动失败 Error: Another program is already listening on a port that one of our HTTP serve...

Posted wmyll

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了supervisord 启动失败 Error: Another program is already listening on a port that one of our HTTP serve...相关的知识,希望对你有一定的参考价值。

Linux系统中 Supervisor 配置守护进程:

启动Supervisor 服务语句:

supervisord -c /etc/supervisor/supervisord.conf 

这个过程可能会失败,错误如下:

  技术图片

解决办法:

执行下面语句

unlink /var/run/supervisor.sock

unlink /tmp/supervisor.sock 

这个错误的原因就是supervisor.sock 这个文件会被系统自动删除或者其它原因不存在了,删除软连接就可以了。 supervisor.sock 生成的位置可以去 supervisor 的配置文件中找到。

以上是关于supervisord 启动失败 Error: Another program is already listening on a port that one of our HTTP serve...的主要内容,如果未能解决你的问题,请参考以下文章

MySQL 5.7启动失败

liunx开启Nginx失败, 出现 An error occurred

Linux下启动httpd失败,终端并未提示原因,怎么办?

python 启动shell报错 Subprocess Startup Error

virtual box启动error

已解决!Fatal error compiling: 无效的标记(maven启动失败)