Date: Tue, 14 Sep 2021 00:04:05 +0000 From: bugzilla-noreply@freebsd.org To: erlang@FreeBSD.org Subject: maintainer-feedback requested: [Bug 258488] net/rabbitmq: fix pidfile in rabbitmq rc.d script Message-ID: <bug-258488-38768-gAjSNoCN9R@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-258488-38768@https.bugs.freebsd.org/bugzilla/> References: <bug-258488-38768@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-erlang (Nobody) <erlang@FreeBSD.org> for maintainer-feedback: Bug 258488: net/rabbitmq: fix pidfile in rabbitmq rc.d script https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258488 --- Description --- with https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256686 update we g= ot regression related to empty pid file, due to: https://www.rabbitmq.com/rabbitmq-server.8.html: -detached Start the server process in the background. Note that this will cause t= he pid not to be written to the pid file I suggest going back to running through the daemon(8), patch attached. PS: Also, we return a zero code on stop/shutdown: it affects some management systems that expect a positive code.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258488-38768-gAjSNoCN9R>