Re: [slurm-users] Slurm interactive job not populating all groups

2021-05-12 Thread Russell Jones
Thanks! I have given that a try and unfortunately it still has not resolved the issue. Regular SSH login = all groups get populated, interactive slurm bash session = only IPA groups get populated. Any other ideas? I think that was a good shot to try for sure. On Mon, May 10, 2021 at 3:25 PM Brian

Re: [slurm-users] Slurm interactive job not populating all groups

2021-05-10 Thread Brian Andrus
Ah. You should put files first. Otherwise, if it finds an entry in SSS, that takes precedence and the local groups/users will not be seen. Brian Andrus On 5/10/2021 1:09 PM, Russell Jones wrote: Thanks! No, we are not. The compute nodes are also properly configured in /etc/nsswitch.conf w

Re: [slurm-users] Slurm interactive job not populating all groups

2021-05-10 Thread Russell Jones
Thanks! No, we are not. The compute nodes are also properly configured in /etc/nsswitch.conf with "sss" first, and then files for passwd, group. (It's not pure LDAP. We're using FreeIPA) On Mon, May 10, 2021 at 11:28 AM Brian Andrus wrote: > Quick question: > > Are you using nss_slurm? > > *ena

Re: [slurm-users] Slurm interactive job not populating all groups

2021-05-10 Thread Brian Andrus
Quick question: Are you using nss_slurm? *enable_nss_slurm* Permits passwd and group resolution for a job to be serviced by slurmstepd rather than requiring a lookup from a network based service. Seehttps://slurm.schedmd.com/nss_slurm.html fo

[slurm-users] Slurm interactive job not populating all groups

2021-05-10 Thread Russell Jones
Hello, We have a few users we are needing to add to the local "video" group of a specific set of compute nodes. When submitting a job, slurm appears to not be populating that local group to their list of groups. For example, an interactive job (srun --pty bash -l) is resulting in a bash shell on t