On 2016-03-13 12:42, Rémi Palancher wrote:

Le 12/03/2016 18:32, Jagga Soorma a écrit :
Any ideas why the slurm service in the client might be throwing those
timed out errors?

`systemctl status` shows you're using SYSV init script for slurm:

 > # systemctl status slurm
 > slurm.service - LSB: slurm daemon management
 >     Loaded: loaded (/etc/rc.d/init.d/slurm)
                        ^^^^^^^^^^^^^^^^^^^^^
I guess in this case "timeout" means the init script didn't terminate
quickly enough for systemd. Maybe an interactive run of this init script
with `set -x` may help to see what's going on?

However, I would definitely recommand using native *.service files when
using systemd. Slurm provides those files in etc/ dir:

https://github.com/SchedMD/slurm/tree/master/etc

You can install them with the RPMs. This way, systemd will be much more
precise when reporting errors.

Indeed, but note that the slurm rpm spec has a bug where even if one builds it on a systemd system, it still includes the old init.d scripts in addition to the systemd service files..



--
Janne Blomqvist, D.Sc. (Tech.), Scientific Computing Specialist
Aalto University School of Science, PHYS & NBE
+358503841576 || [email protected]

Reply via email to