tags 700377 + unreproducible
thanks

hello,

thanks for reporting.

Could you please paste your complete configuation file, because, on
the default configuration, it's not reproducible.

And no code shows the sock path is hard coded.

I'm tagging this bug to unreproducible.

If it is reproducible, please untag it , and paste your compete
configuration file.

Thanks

My environment and configuration is as below:

Debian testing, with supervisor 3.0a8-1

➜  supervisor  LANG=C aptitude show supervisor | grep Version
Version: 3.0a8-1

➜  supervisor  cat supervisord.conf
; supervisor config file

[unix_http_server]
file=/var/run//supervisor.sock   ; (the path to the socket file)
chmod=0700                       ; sockef file mode (default 0700)

[supervisord]
logfile=/var/log/supervisor/supervisord.log ; (main log file;default
$CWD/supervisord.log)
pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
childlogdir=/var/log/supervisor            ; ('AUTO' child log dir,
default $TEMP)

; the below section must remain in the config file for RPC
; (supervisorctl/web interface) to work, additional interfaces may be
; added by defining them in separate rpcinterface: sections
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface

[supervisorctl]
serverurl=unix:///var/run//supervisor.sock ; use a unix:// URL  for a
unix socket

; The [include] section can just contain the "files" setting.  This
; setting can list multiple files (separated by whitespace or
; newlines).  It can also contain wildcards.  The filenames are
; interpreted as relative to this file.  Included files *cannot*
; include files themselves.

[include]
files = /etc/supervisor/conf.d/*.conf

➜  supervisor  ps aux | grep supervisor | grep -v grep
➜  supervisor  sudo service supervisor start
Starting supervisor: supervisord.
➜  supervisor  ps aux | grep supervisor | grep -v grep
root     11627  0.0  0.2  66300 11180 ?        Ss   23:42   0:00
/usr/bin/python /usr/bin/supervisord


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to