Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Condor on Linux and AMD Opteron?
- Date: 09 Apr 2005 17:23:53 +0200
- From: Andreas Hirczy <ahi@xxxxxxxxxxxxx>
- Subject: Re: [Condor-users] Condor on Linux and AMD Opteron?
"Michael Yoder" <yoderm@xxxxxxxxxx> writes:
> > is there somebody who has managed to run condor on AMD Opteron
> > architecture on Linux (preferable Debian) in 64 bit mode?
> >
> > The binaries for i386 do not work correctly:
> >
> > [root@faepop01 ~]# condor_init
> > Error determining who should own the Condor-related directories.
> > Either create a "condor" account, or set the CONDOR_IDS environment
> > variable to the valid uid.gid pair that should be used by Condor.
> >
> > [root@faepop01 ~]# id condor
> > uid=580(condor) gid=99(nobody) groups=99(nobody)
> >
> > [root@faepop01 ~]# ls -la /home/
> > drwxr-sr-x 2 condor nobody 4096 2005-03-14 11:43 condor
>
> I believe this error is due to the user condor's gid being 'nobody'.
> Condor expects both a user and group "condor". You may be able to get
> away with a gid of nobody if you set CONDOR_IDS = 580.99 in your config
> file, but I'd recommend making a condor group.
Sorry, both tips did not work - by the way I have used condor for quite some
time now with group nobody and did never experience any problems related to
that.
I found "condor_init" is calling "condor_config_val" and not every dependency
gets resolved:
[root@faepop01 ~]# ldd `which condor_config_val`
linux-gate.so.1 => (0x00000000)
libresolv.so.2 => /emul/ia32-linux/lib/tls/libresolv.so.2 (0x55586000)
libdl.so.2 => /emul/ia32-linux/lib/tls/libdl.so.2 (0x55598000)
libstdc++.so.5 => /emul/ia32-linux/usr/lib/libstdc++.so.5 (0x5559c000)
libm.so.6 => /emul/ia32-linux/lib/tls/libm.so.6 (0x55656000)
libgcc_s.so.1 => not found
libc.so.6 => /emul/ia32-linux/lib/tls/libc.so.6 (0x55679000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x55555000)
libgcc_s.so.1 => not found
There is a library /lib/libgcc_s.so.1 available, but only for 64 bit
mode. Copying from a 32 bit machine to /emul/ia32-linux/lib made condor_init
and the daemons condor_master, condor_schedd, condor_startd running - will
test some more next week.
Thanks,
Andreas
--
Andreas Hirczy <ahi@xxxxxxxxxxxxx> http://itp.tugraz.at/~ahi/
Graz University of Technology phone: +43/316/873-81 90
Institute of Theoretical and Computational Physics fax: +43/316/873-86 78
Petersgasse 16, A-8010 Graz mobile: +43/699/19 14 24 60