<div dir="ltr"><div dir="auto">Looks like the slurm user does not exist on the system. <br>Did you run the slurmctld and slurmdbd before as root ? <br>If you remove the two lines (User, Group), the services will start. <br>But is is recommended to create a dedicated slurm user for that: <a href="https://slurm.schedmd.com/quickstart_admin.html#daemons">https://slurm.schedmd.com/quickstart_admin.html#daemons</a></div><div dir="auto"><br></div><div dir="auto"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jan 19, 2024, 16:02 Miriam Olmi <<a href="mailto:miriam.olmi@lngs.infn.it" target="_blank">miriam.olmi@lngs.infn.it</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi all,<br>
<br>
I am having some issue with the new version of slurm 23.11.0-1.<br>
<br>
I had already installed and configured slurm 23.02.3-1 on my cluster and<br>
all the services were active and running properly.<br>
<br>
After I install with the same procedure the new version of slurm I have that<br>
the slurmctld and slurmdbd daemons fail to start all with the same error:<br>
<br>
 (code=exited, status=217/USER)<br>
<br>
And investigating the problem with the command journalctl -xe I find:<br>
<br>
slurmctld.service: Failed to determine user credentials: No such process<br>
slurmctld.service: Failed at step USER spawning /usr/sbin/slurmctld: No<br>
such process<br>
<br>
<br>
I had a look at the slurmctld.service file for both the slurm versions and<br>
I found the following differences in the [Service] section.<br>
<br>
>From the slurmctld.service file of slurm 23.02.3-1:<br>
<br>
[Service]<br>
Type=simple<br>
EnvironmentFile=-/etc/sysconfig/slurmctld<br>
EnvironmentFile=-/etc/default/slurmctld<br>
ExecStart=/usr/sbin/slurmctld -D -s $SLURMCTLD_OPTIONS<br>
ExecReload=/bin/kill -HUP $MAINPID<br>
LimitNOFILE=65536<br>
TasksMax=infinity<br>
<br>
<br>
>From the slurmctld.service file of slurm 23.11.0-1:<br>
<br>
[Service]<br>
Type=notify<br>
EnvironmentFile=-/etc/sysconfig/slurmctld<br>
EnvironmentFile=-/etc/default/slurmctld<br>
User=slurm<br>
Group=slurm<br>
ExecStart=/usr/sbin/slurmctld --systemd $SLURMCTLD_OPTIONS<br>
ExecReload=/bin/kill -HUP $MAINPID<br>
LimitNOFILE=65536<br>
TasksMax=infinity<br>
<br>
<br>
I think the presence of the new lines regarding the slurm user might be<br>
the problem<br>
but I am not sure and I have no idea how to solve it.<br>
<br>
Can anyone halp me?<br>
<br>
Thanks in advance,<br>
Miriam<br>
<br>
<br>
<br>
<br>
</blockquote></div>