码迷,mamicode.com
首页 > Web开发 > 详细

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.

时间:2019-09-24 15:50:20      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:one   this   hat   starting   term   获取   his   first   tail   

原文出处:

https://blog.csdn.net/hyunbar/article/details/80111947

运行

supervisord -c /etc/supervisor/supervisord.conf

出现错误

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

 

解决办法

Terminal上输入

ps -ef | grep supervisord

 

获取所有supervisord正在运行的pid

root   2503  1  0 Nov19 ?  00:03:23 /usr/bin/python /usr/bin/supervisord
root   21337 2556  0 18:15 pts/8   00:00:00 grep --color=auto supervisord

 

pid=2503

kill -s SIGTERM 2503  

 

之后在重新执行

supervisord -c /etc/supervisor/supervisord.conf

 

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.

标签:one   this   hat   starting   term   获取   his   first   tail   

原文地址:https://www.cnblogs.com/kaerxifa/p/11578498.html

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