Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2017 15:23:29 +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-QpfCJOv7LK@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 #57 from Eugene Grosbein <eugen@freebsd.org> ---
Created attachment 183537
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D183537&action=
=3Dedit
patch for lib/syslog by kib

(In reply to Cassiano Peixoto from comment #51)

I'd advise you stop using any patches sumbitted my me to the PR 214482 as t=
hey
are no longer needed to find a root of the "umtxn" problem and are not quite
correct. Instead, as more complete fix to "umtxn" problem use two following
patches: first by Konstantin for syslog (libc) that should be applied so:

cd /usr/src
patch < /path/to/patch
cd lib/libc
make obj depend && make all install

Then restart mpd5 only.

Second patch for mpd5 itself by me. It tries to fix "uwrlck" problem in more
correct way, replacing my previous patch. It deals with CLI console only, n=
ot
touching web part still. Please make sure no http access is done to mpd. It
would be fine to comment out "set web" commands in the mpd.conf for a while.

And, of course, apply Konstantin's latest patch for rtld.

--=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-QpfCJOv7LK>