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.
解决方法:-
清理缓存
sudo unlink /tmp/supervisor.socksudo unlink /var/run/supervisor.sock
-
lsof -i tcp | grep LISTEN
查看服务进程
-

浙公网安备 33010602011771号