Fixed as bug #329225 has also been fixed in Lucid, with version 2.0.5
** Changed in: slurm-llnl (Ubuntu)
Status: New => Fix Released
--
slurm sbatch command fails
https://bugs.launchpad.net/bugs/271518
You received this bug notification because you are a member of Ubuntu
Bugs, which is su
This is a side-effect of bug #329225. The slurm spool dir is under
/var/run, which is mounted noexec (and is also lost on reboot, small
detail...). If you want a workaround, you can apply the instructions in
said bug report (basically, move /var/run/slurm-llnl to /var/lib).
--
slurm sbatch comman
slurmd runs as root. I did not modify the installations and I used a slurm
config file created at the slurm website.
The same setup works for me on debian and (as I tried recently) on Ubuntu
Intrepid Ibex alpha as well.
Here is some details, but this bug is specific to Ubuntu Hardy Heron.
# sc
The file is always created to have read/execute permission for the owner.
Here is an excerpt of the code from
_make_batch_script(batch_job_launch_msg_t *msg, char *path)
in src/slurmd/slurmstepd/mgr.c:
if (chown(script, (uid_t) msg->uid, (gid_t) -1) < 0) {
error("chown(%s)