Hi everyone,

I've got a strange problem. It appears that supervisord is running,
but none of the configured programs are getting launched. Am I missing
something here? I've got the exact same setup running on a second
machine, and everything works as expected.

All of this is running on Ubuntu 10.04, 64bit.

My supervisor.conf file looks like this:

; /etc/supervisor/supervisord.conf
[unix_http_server]
chmod=0700
file=/var/run/supervisor.sock

[supervisord]
logfile=/var/log/supervisor/supervisord.log
childlogdir=/var/log/supervisor
pidfile=/var/run/supervisord.pid

[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface

[supervisorctl]
serverurl=unix:///var/run/supervisor.sock

[include]
files = /etc/supervisor/conf.d/*.conf


I've got a sample program config here:
; /etc/supervisor/conf.d/sample.conf
[program:sample]
directory=/opt/sample
command=/opt/sample/run.sh



There are some additional details (e.g. log output) here:

https://gist.github.com/2500919


Thanks for you help!

- Brad
_______________________________________________
Supervisor-users mailing list
Supervisor-users@lists.supervisord.org
http://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to