Re: [slurm-users] RHEL8 support - Missing Symbols in SelectType libraries

2020-02-27 Thread Stephan Walter
...@lists.schedmd.com] On Behalf Of Tina Friedrich Sent: Friday, February 21, 2020 6:03 PM To: slurm-users@lists.schedmd.com Subject: Re: [slurm-users] RHEL8 support - Missing Symbols in SelectType libraries Hi James, thank you! I can confirm that 'fixes' it. slurmd now starts, the

Re: [slurm-users] RHEL8 support - Missing Symbols in SelectType libraries

2020-02-21 Thread Chris Samuel
On 21/2/20 9:02 am, Tina Friedrich wrote: In case that's of interest - this is actually SLURM 18.08.3 that I've now gotten to run (I haven't quite managed to upgrade to 19 yet). I've made minor modifications to the spec file - the unhardening of the flags and the the python dependency. From wh

Re: [slurm-users] RHEL8 support - Missing Symbols in SelectType libraries

2020-02-21 Thread Tina Friedrich
_hardened_cflags “-Wl,-z,lazy” > %global _hardened_ldflags “-Wl,-z,lazy” > > > > -James > > -Original Message- > From: slurm-users On Behalf Of Tina > Friedrich > Sent: Friday, February 21, 2020 10:40 AM > To: slurm-users@lists.schedmd.com > Subject: Re:

Re: [slurm-users] RHEL8 support - Missing Symbols in SelectType libraries

2020-02-21 Thread Erwin, James
_hardened_build %global _hardened_cflags “-Wl,-z,lazy” %global _hardened_ldflags “-Wl,-z,lazy” -James -Original Message- From: slurm-users On Behalf Of Tina Friedrich Sent: Friday, February 21, 2020 10:40 AM To: slurm-users@lists.schedmd.com Subject: Re: [slurm-users] RHEL8 support

Re: [slurm-users] RHEL8 support - Missing Symbols in SelectType libraries

2020-02-21 Thread Tina Friedrich
Hello, shame this seems to be the last message in this thread! I'm currently banging against the same problem on a test system. Did anyone get that to run? If yes, how exactly did you build the packages? Tina On 01/11/2019 18:19, Michael Jennings wrote: > On Friday, 01 November 2019, at 10:41:

Re: [slurm-users] RHEL8 support - Missing Symbols in SelectType libraries

2019-11-01 Thread Michael Jennings
On Friday, 01 November 2019, at 10:41:26 (-0700), Brian Andrus wrote: > That's pretty much how I did it too. > > But... > > When you try to run slurmd, it chokes on the missing symbols issue. I don't yet have a full RHEL8 cluster to test on, and this isn't really my area of expertise, but have

Re: [slurm-users] RHEL8 support - Missing Symbols in SelectType libraries

2019-11-01 Thread Brian Andrus
That's pretty much how I did it too. But... When you try to run slurmd, it chokes on the missing symbols issue. Are you able to start slurmd? Brian On 11/1/2019 10:37 AM, Michael Jennings wrote: On Tuesday, 29 October 2019, at 15:11:38 (+), Christopher Benjamin Coffey wrote: Brian, I've

Re: [slurm-users] RHEL8 support - Missing Symbols in SelectType libraries

2019-11-01 Thread Michael Jennings
On Friday, 01 November 2019, at 11:37:37 (-0600), Michael Jennings wrote: > I build with Mezzanine, but the equivalent would roughly be this: > > rpmbuild -ts slurm-19.05.3-2.tar.bz2 > cat the_above_diff.patch | (cd ~/rpmbuild/SPECS ; patch -p0) > rpmbuild --with x11 --with lua --with pmix

Re: [slurm-users] RHEL8 support - Missing Symbols in SelectType libraries

2019-11-01 Thread Michael Jennings
On Tuesday, 29 October 2019, at 15:11:38 (+), Christopher Benjamin Coffey wrote: > Brian, I've actually just started attempting to build slurm 19 on > centos 8 yesterday. As you say, there are packages missing now from > repos like: They're not missing; they're just harder to get at now, for

Re: [slurm-users] RHEL8 support

2019-10-30 Thread Brian Andrus
Lol. Sure. All I did was require python3 and install it. (I prefer python3 to python2 just because...) You could probably do it with python2 if you prefer -- 65c65 < BuildRequires: python --- > BuildRequires: python3 - So, a few new things I had to do: yum config-ma

Re: [slurm-users] RHEL8 support

2019-10-30 Thread Christopher Benjamin Coffey
Yes, I'd be interested too. Best, Chris -- Christopher Coffey High-Performance Computing Northern Arizona University 928-523-1167 On 10/30/19, 3:54 AM, "slurm-users on behalf of Andy Georges" wrote: Hi Brian, On Mon, Oct 28, 2019 at 10:42:59AM -0700, Brian Andrus wrote:

Re: [slurm-users] RHEL8 support

2019-10-30 Thread Andy Georges
Hi Brian, On Mon, Oct 28, 2019 at 10:42:59AM -0700, Brian Andrus wrote: > Ok, I had been planning on getting around to it, so this prompted me to do > so. > > Yes, I can get slurm 19.05.3 to build (and package) under CentOS 8. > > There are some caveats, however since many repositories and package

Re: [slurm-users] RHEL8 support - Missing Symbols in SelectType libraries

2019-10-29 Thread Brian Andrus
I prefer building packages. I did have to extract and change the .spec file to accommodate some of the changes as well as set up the environment to complete. Brian On 10/29/2019 8:11 AM, Christopher Benjamin Coffey wrote: Brian, I've actually just started attempting to build slurm 19 on cent

Re: [slurm-users] RHEL8 support - Missing Symbols in SelectType libraries

2019-10-29 Thread Christopher Benjamin Coffey
Brian, I've actually just started attempting to build slurm 19 on centos 8 yesterday. As you say, there are packages missing now from repos like: rpmbuild -ta slurm-19.05.3-2.tar.bz2 --define '%_with_lua 1' --define '%_with_x11 1' warning: Macro expanded in comment on line 22: %_prefix path

Re: [slurm-users] RHEL8 support - Missing Symbols in SelectType libraries

2019-10-28 Thread Philip Kovacs
>On Monday, October 28, 2019, 03:18:06 PM EDT, Brian Andrus > wrote: >I spoke too soon. >While I can successfully build/run slurmctld, slurmd is failing because ALL of >the SelectType libraries are missing symbols. >Example from select_cons_tres.so: ># slurmd >slurmd: error: plugin_load_from

Re: [slurm-users] RHEL8 support - Missing Symbols in SelectType libraries

2019-10-28 Thread Brian Andrus
I spoke too soon. While I can successfully build/run slurmctld, slurmd is failing because ALL of the SelectType libraries are missing symbols. Example from select_cons_tres.so: /*# slurmd*//* *//*slurmd: error: plugin_load_from_file: dlopen(/usr/lib64/slurm/select_cons_tres.so): /usr/lib64/

Re: [slurm-users] RHEL8 support

2019-10-28 Thread Brian Andrus
Ok, I had been planning on getting around to it, so this prompted me to do so. Yes, I can get slurm 19.05.3 to build (and package) under CentOS 8. There are some caveats, however since many repositories and packages are changed. The only bits I don't have yet are the nvml, pmix and ucx I do

Re: [slurm-users] RHEL8 support

2019-10-28 Thread Benjamin Redling
On 28/10/2019 08.26, Bjørn-Helge Mevik wrote: > Taras Shapovalov writes: > >> Do I understand correctly that Slurm19 is not compatible with rhel8? It is >> not in the list https://slurm.schedmd.com/platforms.html > > It says > > "RedHat Enterprise Linux 7 (RHEL7), CentOS 7, Scientific Linux 7 (

Re: [slurm-users] RHEL8 support

2019-10-28 Thread Bjørn-Helge Mevik
Taras Shapovalov writes: > Do I understand correctly that Slurm19 is not compatible with rhel8? It is > not in the list https://slurm.schedmd.com/platforms.html It says "RedHat Enterprise Linux 7 (RHEL7), CentOS 7, Scientific Linux 7 (and newer)" Perhaps that includes RHEL8, and CentOS 8, not

[slurm-users] RHEL8 support

2019-10-26 Thread Taras Shapovalov
Hey guys, Do I understand correctly that Slurm19 is not compatible with rhel8? It is not in the list https://slurm.schedmd.com/platforms.html Has anyone successfully built Surm19 on rhel8 (or centos8)? Best regards, Taras