On 02/03/2022 10:46, Jean-Christophe HAESSIG wrote: > I tried to deploy Slurm using guix pack : > guix pack -R -S /sbin=sbin -S /bin=bin [email protected] nss-pam-ldapd sssd > > User and authentication data comes from ldap (sssd). The libraries are > present but the Slurm binary does not find them, and fails with an > invalid user error.
I jumped that hurdle with LD_PRELOAD, but this is not an acceptable fix of course. However, I did that only to realize that Slurm in guix is compiled without mysql support, so I'll need to change the package, which I have never done. I wanted to use Slurm from Guix because Debian does not provide every possible Slurm version. This can be a problem when a Slurm cluster must be upgraded without shutting it down completely. I hoped to gain some independence from my host distribution but it appears that won't be so simple... JCH
