码迷,mamicode.com
首页 > 其他好文 > 详细

supervisor启动报错

时间:2019-06-03 14:21:16      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:文件   fir   soc   config   before   super   lis   lin   title   

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.

解决办法:

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

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

转: https://www.jianshu.com/p/d8901ce4712b

 

supervisor安装点这里: https://www.jianshu.com/p/5c3922fa97c0

supervisor启动报错

标签:文件   fir   soc   config   before   super   lis   lin   title   

原文地址:https://www.cnblogs.com/wangzhaobo/p/10967133.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!