硬件生产supervisord

supervisord start informatio

有使用过的supervisord 的朋友帮忙看下信息

supervisord
[root@50b7f37c0600 init.d]# vim /etc/supervisord.conf
[root@50b7f37c0600 init.d]# /usr/bin/supervisord -c /etc/supervisord.conf
2015-12-01 11:55:54,946 CRIT Supervisor running as root (no user in config file)
2015-12-01 11:55:54,949 INFO supervisord started with pid 273
2015-12-01 11:55:55,953 INFO spawned: 'xinetd' with pid 276
2015-12-01 11:55:56,005 INFO exited: xinetd (exit status 0; not expected)
2015-12-01 11:55:57,010 INFO spawned: 'xinetd' with pid 281
2015-12-01 11:55:57,061 INFO exited: xinetd (exit status 0; not expected)
2015-12-01 11:55:59,068 INFO spawned: 'xinetd' with pid 286
2015-12-01 11:55:59,120 INFO exited: xinetd (exit status 0; not expected)
2015-12-01 11:56:02,127 INFO spawned: 'xinetd' with pid 291
2015-12-01 11:56:02,179 INFO exited: xinetd (exit status 0; not expected)
2015-12-01 11:56:03,180 INFO gave up: xinetd entered FATAL state, too many start retries too quickly

以上报出的是INFO等级的信息,但是看起来感觉像是没有work,不知道以上信息是属于正常就有的,还是小弟这边有异常了?

[root@50b7f37c0600 init.d]# cat /etc/supervisord.conf
[supervisord]
nodaemon=true
pidfile=/var/log/supervisord/supervisord.pid
logfile=/var/log/supervisord/supervisord.log
[program:xinetd]
command=/etc/init.d/xinetd start
autostart=true
autorestart=true
redirect_stderr=false
stdout_logfile=/var/log/supervisord/xinetd_stdout.log
stderr_logfile=/var/log/supervisord/xinetd_stderr.log
[root@50b7f37c0600 init.d]# uname -a
Linux 50b7f37c0600 3.10.0-229.7.2.el7.x86_64 #1 SMP Tue Jun 23 22:06:11 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
[root@50b7f37c0600 init.d]#
[root@50b7f37c0600 init.d]# cat /etc/redhat-release
CentOS release 6.6 (Final)
[root@50b7f37c0600 init.d]#

参与1

0同行回答

“答”则兼济天下,请您为题主分忧!

提问者

guiqiu_2010
系统架构师realtek
擅长领域: 云计算容器Docker

问题状态

  • 发布时间:2015-12-01
  • 关注会员:1 人
  • 问题浏览:2092
  • X社区推广