- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。
想改进这个问题?将问题更新为 on-topic对于堆栈溢出。
2年前关闭。
Improve this question
这是我的配置文件。我运行 supervisord -c /etc/supervisor/supervisord.conf
它运作良好。
当我尝试运行 supervisorctl -c /etc/supervisor/supervisord.conf
,错误发生:
错误:, serverurl/var/run/supervisord.sock 的未知协议(protocol):文件:/usr/local/lib/python2.7/dist-packages/supervisor-3.0b2-py2.7.egg/supervisor/xmlrpc.py 行: 440
我可以通过 http://127.0.0.1:9001
启动或停止我的程序完美,但我想在命令行中控制程序。有人可以帮助我吗?
[unix_http_server]
file = /var/run/supervisor.sock
chmod = 0777
chown= root:cruelcage
[inet_http_server]
port=9001
username = cruelcage
password = 123
[supervisorctl]
serverurl = /var/run/supervisord.sock
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[supervisord]
logfile=/home/cruelcage/log/supervisord/supervisord.log ; (main log file;default $CWD/supervisord.log)
logfile_maxbytes=50MB ; (max main logfile bytes b4 rotation;default 50MB)
logfile_backups=10 ; (num of main logfile rotation backups;default 10)
loglevel=info ; (log level;default info; others: debug,warn,trace)
pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
nodaemon=true ; (start in foreground if true;default false)
minfds=1024 ; (min. avail startup file descriptors;default 1024)
minprocs=200 ; (min. avail process descriptors;default 200)
#user=root ; (default is current user, required if root)
childlogdir=/home/cruelcage/log/supervisord/ ; ('AUTO' child log dir, default $TEMP)
[program:config]
command=python /home/cruelcage/documents/config/config.py
autostart = true
startsecs = 5
user = cruelcage
redirect_stderr = true
stdout_logfile_maxbytes = 20MB
stdoiut_logfile_backups = 20
stdout_logfile = /home/cruelcage/log/debug.log
最佳答案
有时安装后不会自动生成supervisor配置文件,您必须手动编写:
echo_supervisord_conf > /etc/supervisord.conf
sudo supervisord -c /etc/supervisord.conf
sudo supervisorctl status
关于unix - Supervisorctl 错误 : unix:///var/run/supervisord. socks 拒绝连接?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20067116/
我在/home/david/conf/supervisor.conf中设置了以下内容: [unix_http_server] file=/home/david/tmp/supervisor.sock
我让 supervisorctl 运行了大约 50 个进程。现在我想在我的网站上获取这些进程的状态。我的想法是在 php exec(“sudo supervisorctl status”) 上使用并将
Logstash无法在supervisord下启动,但可以直接使用命令运行。 Ubuntu 5.4.0-6ubuntu1~16.04.10、logstash-6.5.3、supervisord 3.2
我正在尝试安装 supervisorctl 以用于我的 laravel 队列命令,但出现错误(没有这样的过程)这是我的 supervisord.conf 我已经尝试了所有重新加载、重新读取和重新启动,
supervisorctl tail从哪里获取某个进程的日志信息?我如何获得完整的日志? 最佳答案 来自命令行帮助(supervisorctl help tail): tail [-f] [stdo
当这个命令php artisan queue:restart运行,所有队列工作器都会优雅地重新启动。 但是,如果这些命令 supervisorctl reload或 supervisorctl res
我有这个 bash 脚本与主管一起运行 #!/bin/bash DIR="/home/files" while read file; do IFS=', ' read -r -a array <
我让 supervisord 以用户 stavros 的身份运行一个程序,我想授予同一用户使用 supervisorctl 重新启动它的权限。不幸的是,我只能用 sudo 来做,否则我会在 socke
所以我已经安装了 supervisor,它似乎正在运行。我已将队列工作程序的配置文件放在/etc/supervisor/conf.d/laravel-worker.conf 中 看起来像这样 [pro
我以 root 身份启动主管: sudo supervisord -c/etc/supervisor/supervisord.conf 然后我尝试启动 supervisorctl: (myapp)ap
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 这个问题似乎不是关于 a specific programming problem, a softwar
$ sudo supervisorctl status guni:gunicorn FATAL Exited too quickly (proce
root@dev-demo-karl:~# supervisord -v 3.3.1 尝试访问 supervisorctl 时出现以下错误: Error: .ini file does not inc
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 想改进这个问题?将问题更新为 on-topic对于堆栈溢出。 2年前关闭。 Improve this qu
我正在通过 Ansible 为服务器配置 Django Stack 并从 bitbucket 获取应用程序,我正在使用 https://github.com/jcalazan/ansible-djan
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 这个问题似乎不是关于 a specific programming problem, a softwar
我是一名优秀的程序员,十分优秀!