Discussion:
14.03 on RHEL5.10
Nathan Harper
2014-07-16 13:49:33 UTC
Permalink
Hi,

Has anyone had any luck getting Slurm 14.03 working on RHEL5.10 (or
CentOS5.10)? There have been some other mailing list posts, but the only
suggested solution might be disabling optimisation (which didn't work for
me.

I'm setting up a new install with a mix of EL6.4 and EL5.10 nodes.
rpmbuild -ta <tarball> works fine on 6.4, but no luck with 5.10:

# service slurm start
scontrol: Resetting MaxJobCnt from 4294967294 to 1 (MaxJobId - FirstJobId +
1)
scontrol: error: is_valid_path: path is NULL!
scontrol: error: Bad value "(null)" for PluginDir
scontrol: fatal: Unable to process configuration file
--
*Nathan Harper* // IT Systems Architect

*e: * nathan.harper-0eSKoRi+iP310XsdtD+***@public.gmane.org // *t: * 0117 906 1104 // *m: * 07875 510891 //
*w: * www.cfms.org.uk <http://www.cfms.org.uk%22> // [image: Linkedin grey
icon scaled] <http://uk.linkedin.com/pub/nathan-harper/21/696/b81>
CFMS Services Ltd // Bristol & Bath Science Park // Dirac Crescent // Emersons
Green // Bristol // BS16 7FR

[image: 4.2 CFMS_Artwork_RGB] <http://www.cfms.org.uk>

------------------------------
CFMS Services Ltd is registered in England and Wales No 05742022 - a
subsidiary of CFMS Ltd
CFMS Services Ltd registered office // Victoria House // 51 Victoria Street
// Bristol // BS1 6AD
Trey Dockendorf
2014-07-16 14:05:33 UTC
Permalink
I ran into similar issues.

# sacctmgr
sacctmgr: error: PreemptType and PreemptMode values incompatible
sacctmgr: fatal: Unable to process configuration file

# egrep 'PreemptType|PreemptMode' /etc/slurm/slurm.conf
PreemptMode=SUSPEND,GANG
PreemptType=preempt/partition_prio

This is with slurm-14.03.3-2

- Trey

=============================

Trey Dockendorf
Systems Analyst I
Texas A&M University
Academy for Advanced Telecommunications and Learning Technologies
Phone: (979)458-2396
Email: treydock-mRW4Vj+***@public.gmane.org
Jabber: treydock-mRW4Vj+***@public.gmane.org

----- Original Message -----
Sent: Wednesday, July 16, 2014 8:50:17 AM
Subject: [slurm-dev] 14.03 on RHEL5.10
Hi,
Has anyone had any luck getting Slurm 14.03 working on RHEL5.10 (or
CentOS5.10)? There have been some other mailing list posts, but the
only suggested solution might be disabling optimisation (which
didn't work for me.
I'm setting up a new install with a mix of EL6.4 and EL5.10 nodes.
# service slurm start
scontrol: Resetting MaxJobCnt from 4294967294 to 1 (MaxJobId -
FirstJobId + 1)
scontrol: error: is_valid_path: path is NULL!
scontrol: error: Bad value "(null)" for PluginDir
scontrol: fatal: Unable to process configuration file
--
Nathan Harper // IT Systems Architect
// w: www.cfms.org.uk // Linkedin grey icon scaled
CFMS Services Ltd // Bristol & Bath Science Park // Dirac Crescent //
Emersons Green // Bristol // BS16 7FR
4.2 CFMS_Artwork_RGB
CFMS Services Ltd is registered in England and Wales No 05742022 - a
subsidiary of CFMS Ltd
CFMS Services Ltd registered office // Victoria House // 51 Victoria
Street // Bristol // BS1 6AD
Nathan Harper
2014-07-16 16:43:39 UTC
Permalink
Slight update - after changing the things in slurm.conf that it is
complaining about, 'service slurm start' now doesn't throw any errors.
However, attempting to run anything give a segfault:

# sacctmgr
Segmentation fault
--
*Nathan Harper* // IT Systems Architect

*e: * nathan.harper-0eSKoRi+iP310XsdtD+***@public.gmane.org // *t: * 0117 906 1104 // *m: * 07875 510891 //
*w: * www.cfms.org.uk <http://www.cfms.org.uk%22> // [image: Linkedin grey
icon scaled] <http://uk.linkedin.com/pub/nathan-harper/21/696/b81>
CFMS Services Ltd // Bristol & Bath Science Park // Dirac Crescent // Emersons
Green // Bristol // BS16 7FR

[image: 4.2 CFMS_Artwork_RGB] <http://www.cfms.org.uk>

------------------------------
CFMS Services Ltd is registered in England and Wales No 05742022 - a
subsidiary of CFMS Ltd
CFMS Services Ltd registered office // Victoria House // 51 Victoria Street
// Bristol // BS1 6AD
Post by Trey Dockendorf
I ran into similar issues.
# sacctmgr
sacctmgr: error: PreemptType and PreemptMode values incompatible
sacctmgr: fatal: Unable to process configuration file
# egrep 'PreemptType|PreemptMode' /etc/slurm/slurm.conf
PreemptMode=SUSPEND,GANG
PreemptType=preempt/partition_prio
This is with slurm-14.03.3-2
- Trey
=============================
Trey Dockendorf
Systems Analyst I
Texas A&M University
Academy for Advanced Telecommunications and Learning Technologies
Phone: (979)458-2396
----- Original Message -----
Sent: Wednesday, July 16, 2014 8:50:17 AM
Subject: [slurm-dev] 14.03 on RHEL5.10
Hi,
Has anyone had any luck getting Slurm 14.03 working on RHEL5.10 (or
CentOS5.10)? There have been some other mailing list posts, but the
only suggested solution might be disabling optimisation (which
didn't work for me.
I'm setting up a new install with a mix of EL6.4 and EL5.10 nodes.
# service slurm start
scontrol: Resetting MaxJobCnt from 4294967294 to 1 (MaxJobId -
FirstJobId + 1)
scontrol: error: is_valid_path: path is NULL!
scontrol: error: Bad value "(null)" for PluginDir
scontrol: fatal: Unable to process configuration file
--
Nathan Harper // IT Systems Architect
// w: www.cfms.org.uk // Linkedin grey icon scaled
CFMS Services Ltd // Bristol & Bath Science Park // Dirac Crescent //
Emersons Green // Bristol // BS16 7FR
4.2 CFMS_Artwork_RGB
CFMS Services Ltd is registered in England and Wales No 05742022 - a
subsidiary of CFMS Ltd
CFMS Services Ltd registered office // Victoria House // 51 Victoria
Street // Bristol // BS1 6AD
Kiran Thyagaraja
2014-07-16 19:29:37 UTC
Permalink
Hi,

I found the "solution" to the problem a while ago while perusing through
the Slurm bugzilla reports. Turns out, one has to build the rpms with
-O0 optimization.

So, here is what I have in my .rpmmacros file.

--
%_query_all_fmt %%{name}-%%{version}-%%{release}.%%{arch}
%_topdir /opt/rpmbuild
%_tmppath /tmp
%_smp_mflags -j4
%with_cflags CFLAGS='-g -O0'
--

The rebuild your rpms,

rpmbuild -ta slurm-14.03.5.tar.gz

I've noticed that this problem doesn't exist on RHEL 6.X systems.

Thanks,
Kiran
Re: [slurm-dev] Re: 14.03 on RHEL5.10
Slight update - after changing the things in slurm.conf that it is
complaining about, 'service slurm start' now doesn't throw any errors.
# sacctmgr
Segmentation fault
--
*Nathan Harper*// IT Systems Architect
*t: * 0117 906 1104 // *m: * 07875 510891 // *w: * www.cfms.org.uk
<http://www.cfms.org.uk%22> // Linkedin grey icon scaled
<http://uk.linkedin.com/pub/nathan-harper/21/696/b81>
CFMS Services Ltd// Bristol & Bath Science Park // Dirac Crescent //
Emersons Green // Bristol // BS16 7FR
4.2 CFMS_Artwork_RGB <http://www.cfms.org.uk>
------------------------------------------------------------------------
CFMS Services Ltd is registered in England and Wales No 05742022 - a
subsidiary of CFMS Ltd
CFMS Services Ltd registered office // Victoria House // 51 Victoria
Street // Bristol // BS1 6AD
I ran into similar issues.
# sacctmgr
sacctmgr: error: PreemptType and PreemptMode values incompatible
sacctmgr: fatal: Unable to process configuration file
# egrep 'PreemptType|PreemptMode' /etc/slurm/slurm.conf
PreemptMode=SUSPEND,GANG
PreemptType=preempt/partition_prio
This is with slurm-14.03.3-2
- Trey
=============================
Trey Dockendorf
Systems Analyst I
Texas A&M University
Academy for Advanced Telecommunications and Learning Technologies
Phone: (979)458-2396 <tel:%28979%29458-2396>
----- Original Message -----
Sent: Wednesday, July 16, 2014 8:50:17 AM
Subject: [slurm-dev] 14.03 on RHEL5.10
Hi,
Has anyone had any luck getting Slurm 14.03 working on RHEL5.10 (or
CentOS5.10)? There have been some other mailing list posts, but the
only suggested solution might be disabling optimisation (which
didn't work for me.
I'm setting up a new install with a mix of EL6.4 and EL5.10 nodes.
# service slurm start
scontrol: Resetting MaxJobCnt from 4294967294 to 1 (MaxJobId -
FirstJobId + 1)
scontrol: error: is_valid_path: path is NULL!
scontrol: error: Bad value "(null)" for PluginDir
scontrol: fatal: Unable to process configuration file
--
Nathan Harper // IT Systems Architect
// t: 0117 906 1104 // m: 07875 510891
// w: www.cfms.org.uk <http://www.cfms.org.uk> // Linkedin grey
icon scaled
CFMS Services Ltd // Bristol & Bath Science Park // Dirac
Crescent //
Emersons Green // Bristol // BS16 7FR
4.2 CFMS_Artwork_RGB
CFMS Services Ltd is registered in England and Wales No 05742022 - a
subsidiary of CFMS Ltd
CFMS Services Ltd registered office // Victoria House // 51 Victoria
Street // Bristol // BS1 6AD
Continue reading on narkive:
Loading...