On 28.03.2012 08:49, [email protected] wrote: > > Hi Xavier, > > On Tue, Mar 27, 2012 at 06:19:04PM -0600, Xavier Barthelemy wrote: >> I am trying to set up slurm 2.3.4 on an small set of ubuntu 10.04. > > why don't you compile the debian sid [1] package on your server? > It has everything you need in place. > Best Regards > > [1] http://packages.debian.org/sid/slurm-llnl thank you for maintaining the packages!
On our Debian/Squeeze cluster I started with backports of the 2.3.2-1 packages fom Debian/testing. For the current versions in testing (2.3.3-2) and sid (2.3.4-1) I needed squeeze/backports for postgresql-server-dev-9.1 (and it's dependent packages). I had one problem when backporting slurm-llnl: the build stopped with an error on a missing pam_slurm.so. With this change in debian/rules I got through: - dh_install -plibpam-slurm debian/slurm-llnl/lib/security/pam_slurm.so lib/security + dh_install -plibpam-slurm debian/slurm-llnl/lib64/security/pam_slurm.so lib/security best regards, Ralf -- Ralf Utermann, Universität Augsburg, Institut für Physik
