[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Condor + SUSE + rpm



Hello John,

I am using CONDOR exclusively on SuSE (8.2 and 9.0 9.1).

I had just to install another version of CONDOR (6.7.2) to accomodate the kernel 2.6.x. (condor-6.6.6.6 schedd died on kernel 2.6.x)

shared 'condorenv' :
-------------------------
KERNEL=`uname -r | cut -c1-5`
SUSE=`cut -d' ' -f5 /etc/issue` kernel 2.6.x.

if [ $SUSE = 8.2 ]
then
        export CONDOR_LOCATION=/home/grid/opt/condor-6.6.6
else
        export CONDOR_LOCATION=/home/grid/opt/condor-6.7.2
fi
(...)
---------------------------------------------------------

To install CONDOR 6.7.2, I just downloaded its RedHat 9 RPM, and with 'mc' I copied all the opt stuff to /home/grid/opt/condor-6.7.2 (/home/grid is shared by nfs mount between all my nodes).

master condor_config:
RELEASE_DIR = $ENV(CONDOR_LOCATION)

Simple and it works ;-)

Cheers,

Alain

---------------------------
Kewley, J (John) wrote:
Are there any SUSE and/or rpm experts out there?

When I install the Condor rpm (dynamic, RH9 version) on SUSE 9.0, I get warnings about certain perl modules not being installed. I have installed
with "-nodeps" with no problems except YASS gives lots more warnings when it is run.


Any ideas?

JK


_______________________________________________
Condor-users mailing list
Condor-users@xxxxxxxxxxx
http://lists.cs.wisc.edu/mailman/listinfo/condor-users



-- ------------------------------------------------------------ Dr Alain EMPAIN <alain.empain@xxxxxxxxx> <alain@xxxxxxxxxx> Bioinformatics, Molecular Genetics, Fac. Med. Vet., University of Liège, Belgium Bd de Colonster, B43 B-4000 Liège (Sart-Tilman) WORK: +32 4 366 3821 FAX: +32 4 366 4122 HOME: rue des Martyrs,7 B- 4550 Nandrin +32 85 51 23 41 GSM: +32 497 70 17 64 ------------------------------------------------------------------------------- [ Creative Commons ] Ne pas confondre 'Piraterie' et 'Partage des connaissances' : Faire circuler la connaissance est au coeur même de l'activité de création et d'invention. La connaissance scientifique est basée sur des siècles de partage créatif. 'Du bon usage de la piraterie' F. Latrive (PDF) http://www.freescape.eu.org/piraterie/complet.html -------------------------------------------------------------------------------