"supervisorctl maintail" gives me the exact content from "/var/log/supervisor/supervisord.log" (I've resetarted the service a few times, so the pid is different from previous posts). I still don't get any output from "supervisorctl status" or "supervisorctl avail".
For the record, I've also tried completely removing and re-installing (using aptitude purge) supervisord, but without any change in behavior. root@myhost:~# supervisorctl maintail 2012-04-26 11:37:13,425 CRIT Supervisor running as root (no user in config file) 2012-04-26 11:37:13,478 INFO RPC interface 'supervisor' initialized 2012-04-26 11:37:13,478 WARN cElementTree not installed, using slower XML parser for XML-RPC 2012-04-26 11:37:13,478 CRIT Server 'unix_http_server' running without any HTTP authentication checking 2012-04-26 11:37:13,481 INFO daemonizing the supervisord process 2012-04-26 11:37:13,482 INFO supervisord started with pid 21973 On Fri, Apr 27, 2012 at 2:48 AM, Jens Rantil <[email protected]> wrote: > 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
