From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6AF67138334 for ; Fri, 20 Sep 2019 16:36:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C98B0E08A8; Fri, 20 Sep 2019 16:36:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 685DDE085D for ; Fri, 20 Sep 2019 16:36:16 +0000 (UTC) Received: from [192.168.1.219] (dsl-tkubng11-54f8ab-81.dhcp.inet.fi [84.248.171.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: juippis) by smtp.gentoo.org (Postfix) with ESMTPSA id F341134B3CB for ; Fri, 20 Sep 2019 16:36:14 +0000 (UTC) Subject: Re: [gentoo-dev] UID/GID assignment for kibana To: gentoo-dev@lists.gentoo.org References: From: Joonas Niilola Message-ID: Date: Fri, 20 Sep 2019 19:36:11 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Archives-Salt: ba3f387d-bc43-4087-8de1-6d87a8711174 X-Archives-Hash: 29020bf568de64270bbb394134afd379 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