https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186114
--- Comment #36 from Cassiano Peixoto <peixoto.cassi...@gmail.com> --- (In reply to Eugene Grosbein from comment #35) it's not running anymore, look: # ps ax | grep mpd5 52264 1 S+ 0:00.00 grep mpd5 # /usr/local/etc/rc.d/mpd5 forcestart Starting mpd5. # ps ax | grep mpd5 52275 - Ss 0:00.01 /usr/local/sbin/mpd5 -p /var/run/mpd5.pid -b 52286 1 S+ 0:00.00 grep mpd5 # killall -QUIT mpd5 # ps ax | grep mpd5 52293 1 S+ 0:00.00 grep mpd5 # sysctl kern.corefile kern.corefile: /var/tmp/%N.core # ls /var/tmp/ nginx vi.recover As you can see above i'm using rc.d script to mpd5 startup. It always start with: -p /var/run/mpd5.pid -b -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"