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

Re: [Condor-users] Condor and amd64



FYI (and for me, in the future), I found the solution, thanks to a few commands : 

#ldd /tmp/condor_master
/usr/bin/ldd: line 1: /lib/ld-linux.so.2: No such file or directory
ldd: /lib/ld-linux.so.2 exited with unknown exit code (127)

So, solved it (for debian amd64) with :
#apt-get install ia32-libs

So for now, working like a charm :)

++
Nicolas

----------------
On Thu, 23 Feb 2006 15:52:40 +0100
Nicolas GUIOT <nicolas.guiot@xxxxxxx> wrote:

> Hi all,
> 
> I have condor on a few 32 bits machines, and now O would like to set it
> up on some 64 bits node.
> I first searched for 64bits packages on condor website, but didn't find
> any.
> Then I read an email in the list where one said "It appears that there
> is no difference in the condor binaries for 32 vs 64 bit
> kernel/distro.", so I did exactly the same install as for others
> machines I have, but condor couldn't start, and I had the following
> error : 
> 
> guiot@avron# /etc/init.d/condor start 
> Starting up
> Condor /etc/init.d/condor: line 35: /nfs/condor/sbin/condor_master: No such file or directory
> guiot@avron#                                                                    
> 
> I checked from this same machine, and i _can_ see the file : 
> guiot@avron# ls -l /ibpc/io/condor/sbin/condor_master 
> -rwxr-xr-x  1 condor users 2964064 2005-08-03 14:01 /ibpc/io/condor/sbin/condor_master
> 
> Even if I log in as user "condor", I have the same error, so I don't
> think that it comes from permission problems. Both machines have debian
> 3.1, and here are the kernels  : 
> Linux avron 2.6.8-11-amd64-k8-smp #1 SMP Sun Oct 2 23:21:12 CEST 2005 x86_64 GNU/Linux 
> Linux monceau 2.6.8-2-k7-smp #1 SMP Tue Aug 16 14:38:08 UTC 2005 i686 GNU/Linux
> 
> 
> If you have any idea, thanks for your help
> Nicolas
> 

-----------------------------------------------
CNRS - UPR 9080 : Laboratoire de Biochimie Theorique
Institut de Biologie Physico-Chimique
13 rue Pierre et Marie Curie
75005 PARIS - FRANCE

Tel : +33 158 41 51 70
Fax : +33 158 41 50 26
------------------------------------------------