[MacPorts] #63904: rabbitmq-server @3.8.3: rabbitmq group created with wrong gid

MacPorts noreply at macports.org
Thu Nov 11 01:10:34 UTC 2021


#63904: rabbitmq-server @3.8.3: rabbitmq group created with wrong gid
------------------------------+--------------------
  Reporter:  knightcode       |      Owner:  (none)
      Type:  defect           |     Status:  new
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  2.7.1
Resolution:                   |   Keywords:
      Port:  rabbitmq-server  |
------------------------------+--------------------

Comment (by ryandesign):

 Since you already know the `dscl` command to view and fix the gid, you
 could try a few things to see which if any cause the problem to reappear.

 1. Unload the port to stop its process:
 {{{
 sudo port unload rabbitmq-server
 }}}
  Is the gid still ok?
 2. Load the port to start its process again:
 {{{
 sudo port load rabbitmq-server
 }}}
  Is the gid still ok?
 3. Reinstall the port which will also stop and start the process:
 {{{
 sudo port -n upgrade --force rabbitmq-server
 }}}
  Is the gid still ok?

-- 
Ticket URL: <https://trac.macports.org/ticket/63904#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list