Error: Another program is already listening on a port that one of our HTTP servers is configured to
生活随笔
收集整理的這篇文章主要介紹了
Error: Another program is already listening on a port that one of our HTTP servers is configured to
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
完整報錯:
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.
?
解決方案:
?ps -ef | grep supervisord
得到:
appleyu+ 17058 ? ? 1 ?0 12月01 ? ? ? ?00:00:02 /home/appleyuchi/.virtualenvs/python3.6/bin/python3.6 /home/appleyuchi/.virtualenvs/python3.6/bin/supervisord -c /etc/supervisor/supervisord.conf
?
?
kill -9 17058
?
?
總結
以上是生活随笔為你收集整理的Error: Another program is already listening on a port that one of our HTTP servers is configured to的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: sh: 0: getcwd() fail
- 下一篇: xfce开始菜单增加一个新的图标