On Fri, Dec 23, 2011 at 12:43 AM, Doug Barton <[email protected]> wrote: > On 12/22/2011 23:40, Christer Edwards wrote: >> On Fri, Dec 23, 2011 at 12:32 AM, Doug Barton <[email protected]> wrote: >>> So now do 'ps axww | grep salt' and confirm that it's really running >>> with python2.7, as opposed to something different. >> >> Indeed it is running with python2.7 > > Ok, does the pid file exist? Does it have the correct information?
The pid file does not seem to get created. See this output.. [root@salt /usr/local/etc/rc.d]# ls -hal /var/run/salt* ls: /var/run/salt*: No such file or directory [root@salt /usr/local/etc/rc.d]# ./salt_master start Starting salt_master. [root@salt /usr/local/etc/rc.d]# ls -hal /var/run/salt* ls: /var/run/salt*: No such file or directory [root@salt /usr/local/etc/rc.d]# ps axww | grep salt 13130 ?? SJ 0:00.10 /usr/local/bin/python2.7 /usr/local/bin/salt-master -c /usr/local/etc/salt/master -d 13131 ?? SJ 0:00.01 /usr/local/bin/python2.7 /usr/local/bin/salt-master -c /usr/local/etc/salt/master -d 13132 ?? SJ 0:00.01 /usr/local/bin/python2.7 /usr/local/bin/salt-master -c /usr/local/etc/salt/master -d 13133 ?? SJ 0:00.01 /usr/local/bin/python2.7 /usr/local/bin/salt-master -c /usr/local/etc/salt/master -d 13134 ?? SJ 0:00.01 /usr/local/bin/python2.7 /usr/local/bin/salt-master -c /usr/local/etc/salt/master -d 13135 ?? SJ 0:00.01 /usr/local/bin/python2.7 /usr/local/bin/salt-master -c /usr/local/etc/salt/master -d 13136 ?? SJ 0:00.01 /usr/local/bin/python2.7 /usr/local/bin/salt-master -c /usr/local/etc/salt/master -d 13137 ?? SJ 0:00.01 /usr/local/bin/python2.7 /usr/local/bin/salt-master -c /usr/local/etc/salt/master -d _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
