[slurm-users] Re: New version of slurm

2025-05-16 Thread Nic Lewis via slurm-users
I'm not immediately familiar with a flag to check for plugins that were compiled in, but you can get a general idea by checking slurm's libraries directory: /usr/lib64/slurm/ So, if you were trying to see if your binary had support for munge, you would check for `auth_munge.so`. If you wanted

[slurm-users] Re: Could not find group with gid even when they exist

2024-02-09 Thread Nic Lewis via slurm-users
Managed to narrow it down a little bit. Our groups file is pretty large and we have a handful of individual groups that are also quite large as shown below [root@batch1 ~]# wc /etc/group 6075 6075 349457 /etc/group [root@batch1 ~]# grep 8xxx2 /etc/group | wc -c 56959 It looks like one of th

[slurm-users] Could not find group with gid even when they exist

2024-02-06 Thread Nic Lewis via slurm-users
After upgrading to version 23.11.3 we started to get slammed with the following log messages from slurmctld "error: validate_group: Could not find group with gid " This spans a handful of groups and repeats constantly, drowning out just about everything else. Attempting to do a lookup on the gr