-
Notifications
You must be signed in to change notification settings - Fork 812
How to fix supervisor
alq666 edited this page Jul 3, 2012
·
2 revisions
Version 3.0.0 shipped with an incorrect version of the supervisor configuration. The symptoms are an a failed upgrade to 3.0.1.
If you run supervisorctl status
and you get an error about a missing socket file unix:///var/run/supervisor.sock
, you are affected.
This will stop supervisor, so if you're running more that datadog-agent
in supervisor, please note that all supervised programs will be shut down and restarted.
- Remove the first 6 lines of
/etc/supervisor/conf.d/ddagent.conf
that read like the lines in red in this commit. sudo service supervisor stop
sudo service supervisor start
- To verify run
supervisorctl status
; you should seedatadog-agent:*
running.
You should be now able to upgrade.