Re: [slurm-users] Site factor plugin example?

2023-10-13 Thread Angel de Vicente
Hello Loris, "Loris Bennett" writes: > Did you ever find an example or write your own plugin which you could > provide as a example? I'm afraid not (though I didn't persevere, because for the moment we are trying to encourage our users not to waste resources with a different approach). But, in

Re: [slurm-users] Slurm versions 23.02.6 and 22.05.10 are now available (CVE-2023-41914)

2023-10-13 Thread Gerhard Strangar
Tim Wickberg wrote: > A number of race conditions have been identified within the > slurmd/slurmstepd processes that can lead to the user taking ownership > of an arbitrary file on the system. Is it any different than the CVE-2023-41915 in PMIx or does it just have an additional number but it's

Re: [slurm-users] Slurm versions 23.02.6 and 22.05.10 are now available (CVE-2023-41914)

2023-10-13 Thread Ryan Novosielski
If you look at the downloads page, this has happened before: https://www.schedmd.com/archives.php This should probably be updated as well, to indicate the new floor after this CVE. But the point is, basically, you’re going to hit this if you don’t upgrade at least every ~18 months. -- #BlackL

Re: [slurm-users] Slurm versions 23.02.6 and 22.05.10 are now available (CVE-2023-41914)

2023-10-13 Thread Ole Holm Nielsen
On 10/13/23 12:22, Taras Shapovalov wrote: Oh, does this mean that no one should use Slurm versions <= 21.08 any more? SchedMD recommends to use the currently supported versions (currently 22.05 or 23.02). Next month 23.11 will be released and 22.05 will become unsupported. The question fo

Re: [slurm-users] Slurm versions 23.02.6 and 22.05.10 are now available (CVE-2023-41914)

2023-10-13 Thread Taras Shapovalov
Oh, does this mean that no one should use Slurm versions <= 21.08 any more? Best regards, Taras From: slurm-users on behalf of Bjørn-Helge Mevik Sent: Thursday, October 12, 2023 11:56 To: slurm-us...@schedmd.com Subject: Re: [slurm-users] Slurm versions 23.02.6

Re: [slurm-users] Site factor plugin example?

2023-10-13 Thread Loris Bennett
Hi Angel, Angel de Vicente writes: > Hello, > > I want to experiment with writing our own site factor plugin. In the > documentation I found the API details > (https://slurm.schedmd.com/site_factor.html), but it would be much > easier for me if I had some example site factor plugin to start with