Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2021 00:04:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258488] net/rabbitmq: fix pidfile in rabbitmq rc.d script
Message-ID:  <bug-258488-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 258488
           Summary: net/rabbitmq: fix pidfile in rabbitmq rc.d script
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: erlang@FreeBSD.org
          Reporter: olevole@olevole.ru
          Assignee: erlang@FreeBSD.org
             Flags: maintainer-feedback?(erlang@FreeBSD.org)

Created attachment 227887
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D227887&action=
=3Dedit
net/rabbitmq: fix pidfile in rabbitmq rc.d script

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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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