On Fri, Sep 20, 2019 at 6:36 PM Joonas Niilola <juippis@gentoo.org> wrote:
Hey,


On 9/20/19 7:12 PM, Tomas Mozes wrote:
> Hi there,
> while trying to implement glep 81 for kibana I found out that Arch
> Linux uses uid 183 for it, but it's taken by qmail.eclass. Should a
> new uid/gid be taken or it's safe to assume no one will mix kibana
> with qmail?
>
>
I can't find this info anywhere. There's a pull request currently open
for acct-*/qmail stuff, that seems to reserve 200+ for it (like shown in
uid-gid.txt). Nothing seems to reserve 183 as far as I can tell?

  - https://gitweb.gentoo.org/data/api.git/tree/files/uid-gid.txt

  -
https://github.com/gentoo/gentoo/pull/12898/files#diff-bb8c77449e92c212844f37fc9a56e12aL105


-- juippis



Oh I'm sorry, I'm also working on elasticsearch which will have uid/gid 183. Kibana in Arch uses uid 206 and that conflicts with qmails.

Tomas