1GIDD_ALLOC(1) HTCondor Manual GIDD_ALLOC(1)
2
3
4
6 gidd_alloc - HTCondor Manual
7
8 find a GID within the specified range which is not used by any process
9
10
12 gidd_alloc min-gid max-gid
13
15 This program will scan the alive PIDs, looking for which GID is unused
16 in the supplied, inclusive range specified by the required arguments
17 min-gid and max-gid. Upon finding one, it will add the GID to its own
18 supplementary group list, and then scan the PIDs again expecting to
19 find only itself using the GID. If no collision has occurred, the pro‐
20 gram exits, otherwise it retries.
21
23 This is a program only available for the Linux ports of HTCondor.
24
26 gidd_alloc will exit with a status value of 0 (zero) upon success, and
27 it will exit with the value 1 (one) upon failure.
28
30 HTCondor Team
31
33 1990-2023, Center for High Throughput Computing, Computer Sciences De‐
34 partment, University of Wisconsin-Madison, Madison, WI, US. Licensed
35 under the Apache License, Version 2.0.
36
37
38
39
40 Oct 02, 2023 GIDD_ALLOC(1)