If you run "ls --l /var/run/supervisor.sock", what do you see?

Are you also running supervisorctl as root?  Maybe it doesn't have
permission to access the socket.  You can either run supervisorctl as root
or change the chmod in this section

[unix_http_server]
file=/var/run/supervisor.sock   ; path to your socket file
chmod=0777

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

> Hi Roger.  I'm running as root.  I also tried using /tmp/supervisor.sock,
> and got the same error.
>
> On May 10, 2010 7:28 PM, "Roger Hoover" <[email protected]> wrote:
>
> 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.soc...
>>
>> _______________________________________________
>> 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