Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Master won't start
- Date: Thu, 9 Mar 2006 16:33:15 -0600
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Master won't start
On Thu, Mar 09, 2006 at 05:11:40PM -0500, Steve Huston wrote:
> On 2006/03/09 17:00, Erik Paulson wrote:
> > I'm a bit confused - I don't see any output from the
> > write() system call to even print an error message, and
> > it's dying in umask().
>
> Me neither - hence my own confusion as well.
>
> > Just to make it explicit, can you send the complete
> > transcript of
> > strace -o /some/path/to/a/traceefile condor_master -f -t
> > as well as the output from condor_master (if any)
>
> Attached as master_trace, output was:
> ===
> armstrong:~# strace -o master_trace /u/condor/sbin/condor_master -f -t
> [ Process PID=12249 runs in 32 bit mode. ]
>
> Neither the environment variable CONDOR_CONFIG,
> /etc/condor/, nor ~condor/ contain a condor_config file.
> Either set CONDOR_CONFIG to point to a valid config file,
> or put a "condor_config" file in /etc/condor or ~condor/
> Exiting.
> ===
>
> > Similiarly, can you also try
> > strace -o /some/path/to/a/tracerfile2 condor_config_val -verbose LOG
> > (or some other setting you know must be there)
>
> Attached as config_val_trace, output was:
> armstrong:~# strace -o config_val_trace /u/condor/bin/condor_config_val
> -verbose LOG
> [ Process PID=12288 runs in 32 bit mode. ]
>
> Neither the environment variable CONDOR_CONFIG,
> /etc/condor/, nor ~condor/ contain a condor_config file.
> Either set CONDOR_CONFIG to point to a valid config file,
> or put a "condor_config" file in /etc/condor or ~condor/
> Exiting.
> ===
>
> After trying this on the old machine, and it worked fine, I tried it on
> a different 64-bit machine (instead of a quad opteron, a dual EM64T)
> with the same results. That leaves out Opteron vs Intel, but not 64 bit
> or FC3. I'll see if I can find another FC3 machine that is 32 bit I can
> use to test this more.
>
The condor_config_val one is less scary - it can't open an ldap library, which
explains why it can't find the condor user - where are the ldap
nss libraries on your machine?
-Erik