Hi, What does "supervisorctl maintail" give you?
Ales: For future reference, I don't think you need to execute "supervisorctl reread" since "supervisorctl update" will implicitly make that call. /Jens On Thu, Apr 26, 2012 at 9:59 PM, Brad Montgomery <[email protected]>wrote: > Here's what I get. I'm completely baffled. > > root@myhost:~# supervisorctl reread > No config updates to processes > root@myhost:~# supervisorctl update > root@myhost:~# supervisorctl status > root@myhost:~# > root@myhost:~# supervisorctl pid > 21973 > root@myhost:~# ps -e | grep supervisor > 21973 ? 00:00:01 supervisord > > > > On Thu, Apr 26, 2012 at 1:12 PM, Ales Zoulek <[email protected]> > wrote: > > Hi, > > > > supervisorctl reread > > supervisorctl update > > supervisorctl status > > > > Doesnt help? > > > > Dne 26.4.2012 19:58 "Brad Montgomery" <[email protected]> > napsal(a): > >> > >> 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 > >> [email protected] > >> http://lists.supervisord.org/mailman/listinfo/supervisor-users > _______________________________________________ > Supervisor-users mailing list > [email protected] > http://lists.supervisord.org/mailman/listinfo/supervisor-users > -- Want to know how full my inbox is? Or how to get in touch with me faster? Or tell me your e-mail is not that important? Then check this out: http://courteous.ly/4WtfZY
_______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
