美文网首页
Supervisor启动问题

Supervisor启动问题

作者: ibadplum | 来源:发表于2018-05-15 14:10 被阅读0次
  • Starting Supervisor daemon manager...
    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
    ...fail!

解决:
find / -name supervisor.sock
unlink /***/supervisor.sock

还有类似这种错误,https://stackoverflow.com/questions/21189525/gunicorn-error-abnormal-termination
可以先尝试增加directory配置,避免环境问题导致。

相关文章

网友评论

      本文标题:Supervisor启动问题

      本文链接:https://www.haomeiwen.com/subject/ijgedftx.html