Hi David, I didn't know `pip install supervisor` would install supervisor service on Debian. Maybe it is so nowadays, I don't know.
That said, why happens when you try to start supervisor in your terminal bypassing the Debian `service` framework? Cheers, Jens On Fri, Nov 15, 2013 at 7:57 AM, David Montgomery <[email protected] > wrote: > Hi, > > I am trying to figure out why supervisor will not work under Ubuntu 12.04 > and rather concerned > > I use pip to install. > > I place the below in /etc/supervisord.conf > > [include] > files = *.supervisor > > [supervisord] > pidfile = /var/run/supervisord.pid > nodaemon=false > > [supervisorctl] > serverurl=unix:///var/run/supervisord.sock ; use a unix:// URL for a unix > socket > > [unix_http_server] > file = /var/run/supervisord.sock > > [rpcinterface:supervisor] > supervisor.rpcinterface_factory = > supervisor.rpcinterface:make_main_rpcinterface > > [include] > files = /etc/supervisor/conf.d/*.conf > > > > > I place conf files in etc/supervisor/conf.d/ > > > start supervisor and wow...nothing is running. > > root@ip-10-129-29-72:/etc# service supervisor status > is not running. > Starting supervisor: > /usr/local/lib/python2.7/dist-packages/supervisor/options.py:295: > UserWarning: Supervisord is running as root and it is searching for its > configuration file in default locations (including its current working > directory); you probably want to specify a "-c" argument specifying an > absolute path to a configuration file for improved security. > 'Supervisord is running as root and it is searching ' > Unlinking stale socket /var/run/supervisord.sock > supervisord. > > > Why will supervisor not run? > > > > _______________________________________________ > Supervisor-users mailing list > [email protected] > https://lists.supervisord.org/mailman/listinfo/supervisor-users > >
_______________________________________________ Supervisor-users mailing list [email protected] https://lists.supervisord.org/mailman/listinfo/supervisor-users
