1
pixstone 2015-08-01 21:03:23 +08:00
[supervisord]
section中加入 user = root 试下 |
2
oclock 2015-08-01 21:08:13 +08:00
Try circus
|
3
simpleapples 2015-08-01 21:09:51 +08:00
直接运行/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 2015-08-01 21:20:13 +08:00
我启动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 2015-08-01 21:46:58 +08:00 via Android
sudo supervisorctl ....
|
15
xargs OP 我真是无语死了 我都想找个洞钻进去 我一直不知道怎么启动的
就是 supervisord 就可以启动了 我还在用supervisorctl 这那的 我搞了一天了 最后随便打命令 搞清楚了 不说了 我去挖洞去 |
17
yongzhong 2015-08-01 23:05:35 +08:00
我删除了以前运行生成的supervisor.sock文件,然后重新运行supervisord -c 和supervisorctl就又可以了!
|
18
zeayes 2015-08-01 23:10:42 +08:00 1
supervisord是服务端,是个deamon,supervisorctl是客户。
|
19
wong2 2015-08-01 23:32:21 +08:00
ls正解
|
21
sweetpotato 2015-08-02 00:13:29 +08:00 via Android
上面正解,服务没起来
|
25
tmackan 2019-11-14 17:17:28 +08:00
哎 sudo 以后就好了
|