Are you starting supervisord as root?  Does /var/run exist on the box and
can root (or the user supervisord is running as) create files in that dir?

On Mon, May 10, 2010 at 5:05 PM, Ben Davis <[email protected]>wrote:

> When running "supervisorctl start" I get the following error:
>
> unix:///var/run/supervisor.sock no such file
>
> This is my current config:
>
> [unix_http_server]
> file=/var/run/supervisor.sock   ; path to your socket file
> chmod=0700
>
> [supervisord]
> logfile=/var/log/supervisor/supervisord.log ; supervisord log file
> logfile_maxbytes=50MB       ; maximum size of logfile before rotation
> logfile_backups=10          ; number of backed up logfiles
> loglevel=info               ; info, debug, warn, trace
> pidfile=/var/run/supervisord.pid ; pidfile location
> nodaemon=false              ; run supervisord as a daemon
> minfds=1024                 ; number of startup file descriptors
> minprocs=200                ; number of process descriptors
> user=root                   ; default user
> childlogdir=/var/log/supervisor/            ; where child log files will
> live
>
>
> [rpcinterface:supervisor]
> supervisor.rpcinterface_factory =
> supervisor.rpcinterface:make_main_rpcinterface
>
> [supervisorctl]
> serverurl=unix:///var/run/supervisor.sock ; use unix:// schem for a unix
> sockets.
>
> ; [include]
> ; files = /etc/supervisor/conf.d/*.conf
>
> Any ideas what might be going on here?
> --
> Ben Davis
> Farstar
> http://www.wedontplayfair.com
>
> _______________________________________________
> 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

Reply via email to