Re: Reserved GID for MongoDB

2016-05-20 Thread Nico Kadel-Garcia
On Wed, May 18, 2016 at 3:54 PM, Przemek Klosowski wrote: > No I'm linking the policy as it has all the relevant guidelines for this > situation along with specific example script samples and the process that > needs to be followed with FPC if not using dynamic

Re: Reserved GID for MongoDB

2016-05-20 Thread Marek Skalický
James Hogarth píše v St 18. 05. 2016 v 20:51 +0100: > > On 18 May 2016 8:27 p.m., "James Hogarth" > wrote: > > > > > > On 18 May 2016 7:19 p.m., "Przemek Klosowski" st.gov> wrote: > > > > > > On 05/18/2016 01:21 PM, James Hogarth wrote: > > >> > >

Re: Reserved GID for MongoDB

2016-05-18 Thread Przemek Klosowski
On 05/18/2016 03:27 PM, James Hogarth wrote: On 18 May 2016 7:19 p.m., "Przemek Klosowski" > wrote: > > On 05/18/2016 01:21 PM, James Hogarth wrote: >> >> However MongoDB uses only UID staticaly. It is not >> > using preallocated

Re: Reserved GID for MongoDB

2016-05-18 Thread Haïkel
2016-05-18 21:39 GMT+02:00 Reindl Harald : > > > it's simple: apache (httpd) has gid/uid 48 likely before you did knew about > Fedora nad you can rely on that on every Fdora/RHEL/CentOS system out there > > *that* is consistent UID/GID > That is irrelevant to the current

Re: Reserved GID for MongoDB

2016-05-18 Thread James Hogarth
On 18 May 2016 8:27 p.m., "James Hogarth" wrote: > > > On 18 May 2016 7:19 p.m., "Przemek Klosowski" wrote: > > > > On 05/18/2016 01:21 PM, James Hogarth wrote: > >> > >> However MongoDB uses only UID staticaly. It is not > >> > using

Re: Reserved GID for MongoDB

2016-05-18 Thread Haïkel
2016-05-18 20:28 GMT+02:00 Florian Weimer : > On 05/18/2016 08:08 PM, Haïkel wrote: >> >> If you need to reserve statically id/gid, you're likely solving the >> wrong problem. > > > Static UIDs and GIDs are required for reproducible installations which give > the same results

Re: Reserved GID for MongoDB

2016-05-18 Thread James Hogarth
On 18 May 2016 7:19 p.m., "Przemek Klosowski" wrote: > > On 05/18/2016 01:21 PM, James Hogarth wrote: >> >> However MongoDB uses only UID staticaly. It is not >> > using preallocated GID - http://pkgs.fedoraproject.org/cgit/rpms/mongodb.git/tree/mongodb.spec#n327 >> >

Re: Reserved GID for MongoDB

2016-05-18 Thread Florian Weimer
On 05/18/2016 08:08 PM, Haïkel wrote: If you need to reserve statically id/gid, you're likely solving the wrong problem. Static UIDs and GIDs are required for reproducible installations which give the same results independent of the execution order of RPM scriptlets. Florian -- devel

Re: Reserved GID for MongoDB

2016-05-18 Thread Przemek Klosowski
On 05/18/2016 01:21 PM, James Hogarth wrote: However MongoDB uses only UID staticaly. It is not > using preallocated GID - http://pkgs.fedoraproject.org/cgit/rpms/mongodb.git/tree/mongodb.spec#n327 > > So I would like to ask how to fix this? > Is is OK to simply fix this in Fedora master? In

Re: Reserved GID for MongoDB

2016-05-18 Thread Haïkel
If you need to reserve statically id/gid, you're likely solving the wrong problem. -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: Reserved GID for MongoDB

2016-05-18 Thread James Hogarth
On 18 May 2016 17:28, "Marek Skalický" wrote: > > Hello, > I am packaging MongoDB. It a database so it stores files and need > reserved UID and GID for it... > > Today I figured out that for more than 4 years MongoDB does not use > reserved GID. > In