Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2017 17:09:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 186114] net/mpd5 hangs after a certain number of users connect
Message-ID:  <bug-186114-2472-UwN4PSP6Lj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-186114-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-186114-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D186114

--- Comment #36 from Cassiano Peixoto <peixoto.cassiano@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

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-186114-2472-UwN4PSP6Lj>