supervorctl错误error: , [Errno 113] No route to host: file: /usr/lib64/python2.7/socket.py line: 571
1.初始化配置文件 echo_supervisord_conf 报错原因 需要手动创建目录mkdir /etc/supervisorecho_supervisord_conf > /etc/supervisor/supervisord.conf解决方案 手动创建目录以及配置
2.supervisorctl 报错 Supervisor socket error issue
问题 error: , [Errno 111] Connection refused: file: /usr/lib64/python2.6/socket.py line: 567
解决方案sudo supervisord -c /etc/supervisor/supervisord.confsudo supervisorctl -c /etc/supervisor/supervisord.conf
3.问题 localhost 9001 refused connection
解决方案[inet_http_server] port=127.0.0.1:9001
[supervisorctl]serverurl=http://127.0.0.1:9001
4.
error: , [Errno -2] Name or service not known: file: /home/slvher/python/2.7/lib/python2.7/socket.py line: 553解决方案:serverurl=http://127.0.0.1:9723; use an http:// url to specify an inet socket看端口后面是否有注释;在端口号和注释符;之间加个空格就解决了,或