时间: 2020-08-30|36次围观|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配置,避免环境问题导致。

文章转载于:https://www.jianshu.com/p/d7c57ab2fb69

原著是一个有趣的人,若有侵权,请通知删除

本博客所有文章如无特别注明均为原创。
复制或转载请以超链接形式注明转自起风了,原文地址《Supervisor启动问题
   

还没有人抢沙发呢~