Re: [gentoo-dev] [RFC] Reserve slurm user and group uid/gid 500/500

2019-08-24 Thread Ulrich Mueller
> On Fri, 23 Aug 2019, Alexey 'Alexxy' Shvetsov wrote: > В письме от пятница, 23 августа 2019 г. 22:39:29 MSK пользователь > Mike Gilbert написал: >> I think we are trying to avoid using 500 too 999 for the time being. >> Can you pick another number lower than 500? > uid/gid 500 was used for

Re: [gentoo-dev] [RFC] Reserve slurm user and group uid/gid 500/500

2019-08-23 Thread Michael Orlitzky
On 8/23/19 3:45 PM, Michał Górny wrote: >> >> That used to be acceptable, since the "enewuser" command with the home >> directory was part of the package that used that directory. But now that >> the user data are in another package, we can't depend on them reliably. >> > > ...and why is that, exa

Re: [gentoo-dev] [RFC] Reserve slurm user and group uid/gid 500/500

2019-08-23 Thread Alexey 'Alexxy' Shvetsov
В письме от пятница, 23 августа 2019 г. 22:40:54 MSK пользователь Michael Orlitzky написал: > On 8/23/19 3:27 PM, Alexey 'Alexxy' Shvetsov wrote: > > +DESCRIPTION="User for the slurm - Highly Scalable Resource Manager" > > +ACCT_USER_ID=500 > > +ACCT_USER_HOME=/var/lib/slurm > > +ACCT_USER_HOME_PE

Re: [gentoo-dev] [RFC] Reserve slurm user and group uid/gid 500/500

2019-08-23 Thread Alexey 'Alexxy' Shvetsov
В письме от пятница, 23 августа 2019 г. 22:39:29 MSK пользователь Mike Gilbert написал: > On Fri, Aug 23, 2019 at 3:27 PM Alexey 'Alexxy' Shvetsov > > wrote: > > Hi! > > > > I'd like to reserve slurm user and group for sys-cluster/slurm. I plan to > > use old uid/gid for it (500/500) > > I thi

Re: [gentoo-dev] [RFC] Reserve slurm user and group uid/gid 500/500

2019-08-23 Thread Michał Górny
On Fri, 2019-08-23 at 15:40 -0400, Michael Orlitzky wrote: > On 8/23/19 3:27 PM, Alexey 'Alexxy' Shvetsov wrote: > > +DESCRIPTION="User for the slurm - Highly Scalable Resource Manager" > > +ACCT_USER_ID=500 > > +ACCT_USER_HOME=/var/lib/slurm > > +ACCT_USER_HOME_PERMS=0770 > > +ACCT_USER_GROUPS=( s

Re: [gentoo-dev] [RFC] Reserve slurm user and group uid/gid 500/500

2019-08-23 Thread Michael Orlitzky
On 8/23/19 3:27 PM, Alexey 'Alexxy' Shvetsov wrote: > +DESCRIPTION="User for the slurm - Highly Scalable Resource Manager" > +ACCT_USER_ID=500 > +ACCT_USER_HOME=/var/lib/slurm > +ACCT_USER_HOME_PERMS=0770 > +ACCT_USER_GROUPS=( slurm ) If your package uses that directory, I would recommend you not

Re: [gentoo-dev] [RFC] Reserve slurm user and group uid/gid 500/500

2019-08-23 Thread Mike Gilbert
On Fri, Aug 23, 2019 at 3:27 PM Alexey 'Alexxy' Shvetsov wrote: > > Hi! > > I'd like to reserve slurm user and group for sys-cluster/slurm. I plan to use > old uid/gid for it (500/500) > I think we are trying to avoid using 500 too 999 for the time being. Can you pick another number lower than 50

[gentoo-dev] [RFC] Reserve slurm user and group uid/gid 500/500

2019-08-23 Thread Alexey 'Alexxy' Shvetsov
Hi! I'd like to reserve slurm user and group for sys-cluster/slurm. I plan to use old uid/gid for it (500/500) >From f8545efd0d615a44083f9a416e6eb195c627ebaf Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Fri, 23 Aug 2019 22:16:49 +0300 Subject: [PATCH 1/2] acct-group/slurm: Add slurm gro