
1 pixstone Aug 1, 2015 [supervisord] section中加入 user = root 试下 |
2 oclock Aug 1, 2015 Try circus |
3 simpleapples Aug 1, 2015 直接运行/opt/www/bin/gunicorn --worker-class=gevent --chdir /opt/www/sblog/mysite mysite.wsgi -b 127.0.0.1:8000 可以启动起来么 |
4 xargs OP @simpleapples 可以的 |
5 xargs OP 你说的应该是网络上有说过的方法 |
6 yongzhong Aug 1, 2015 我启动supervisor遇到Error: Cannot open an HTTP server: socket.error reported errno.ENOENT (2) |
8 xargs OP 我这个是启动时没创建sock的文件 后面就找不到 我用 supervisorctl reread会报错如下: error: <class 'socket.error'>, [Errno 2] No such file or directory: file: /usr/local/lib/python2.7/socket.py line: 228 |
9 xargs OP 用supervisorctl start all报错如题 unix:///tmp/supervisor.sock no such file |
12 raptor Aug 1, 2015 via Android sudo supervisorctl .... |
15 xargs OP 我真是无语死了 我都想找个洞钻进去 我一直不知道怎么启动的 就是 supervisord 就可以启动了 我还在用supervisorctl 这那的 我搞了一天了 最后随便打命令 搞清楚了 不说了 我去挖洞去 |
17 yongzhong Aug 1, 2015 我删除了以前运行生成的supervisor.sock文件,然后重新运行supervisord -c 和supervisorctl就又可以了! |
18 zeayes Aug 1, 2015 supervisord是服务端,是个deamon,supervisorctl是客户。 |
19 wong2 Aug 1, 2015 ls正解 |
21 sweetpotato Aug 2, 2015 via Android 上面正解,服务没起来 |
25 tmackan Nov 14, 2019 哎 sudo 以后就好了 |