Hi, We are using the pam plugin and it seems that the code is trying to load libslurm.so multiple times, even if the first one succeeded. It is not problematic for Slurm but it adds useless warnings in the log file. An example is: Jan 6 14:40:40 atcn758 pam_slurm[47822]: Unable to dlopen libslurm.so: libslurm.so: cannot open shared object file: No such file or directory In that case, the plugin managed to load libslurm.so.Something but not libslurm.so. Attached a patch to fix that behavior. Please note that the aforementioned behavior is still present in 14.03.x. Regards,
(In reply to Mehdi Dogguy from comment #0) > Attached a patch to fix that behavior. I do not see an attached patch. Could you try again. (There is an "Attachments" box with an "Add an attachment" link).
Created attachment 1106 [details] Patch to contribs/pam/pam_slurm.c
I've added the attachment now.
Fixed in commit: 40dabac254e6. Thanks, David