Closed LaHaine closed 2 years ago
I have upgraded slurm to 20.11.0 from 20.02.6 and now it fails to start:
slurmd: debug: spank: opening plugin stack /etc/slurm/plugstack.conf slurmd: debug: /etc/slurm/plugstack.conf: 1: include "/etc/slurm/plugstack.conf.d/*.conf" slurmd: debug: spank: opening plugin stack /etc/slurm/plugstack.conf.d/auks.conf slurmd: debug: _establish_config_source: using config_file=/etc/slurm/slurm.conf (environment) slurmd: debug: slurm_conf_init: using config_file=/etc/slurm/slurm.conf slurmd: debug: Reading slurm.conf file: /etc/slurm/slurm.conf slurmd: debug3: Couldn't find sym 'slurm_spank_job_prolog' in the plugin slurmd: debug3: Couldn't find sym 'slurm_spank_task_init_privileged' in the plugin slurmd: debug3: Couldn't find sym 'slurm_spank_task_init' in the plugin slurmd: debug3: Couldn't find sym 'slurm_spank_task_post_fork' in the plugin slurmd: debug3: Couldn't find sym 'slurm_spank_job_epilog' in the plugin slurmd: debug3: Couldn't find sym 'slurm_spank_slurmd_exit' in the plugin slurmd: debug2: spank: /usr/lib64/slurm/auks.so: no callbacks in this context slurmd: debug3: plugin_context_create: no uler type slurmd: error: cannot create cred context for (null) slurmd: error: slurmd initialization failed
my /etc/slurm/plugstack.conf.d/auks.conf looks like this: optional auks.so default=enabled spankstackcred=yes minimum_uid=1000 sync=no
optional auks.so default=enabled spankstackcred=yes minimum_uid=1000 sync=no
same here, I was about to investigate.
well 20.11.2 seems to have fixed it. -:-/
slurm beta related issue, closing this.
I have upgraded slurm to 20.11.0 from 20.02.6 and now it fails to start:
my /etc/slurm/plugstack.conf.d/auks.conf looks like this:
optional auks.so default=enabled spankstackcred=yes minimum_uid=1000 sync=no