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

Re: [Condor-users] 6.8.8 in FC9



On Fri, Aug 08, 2008 at 05:01:30PM +0200, Bruno Goncalves wrote:
> Does anyone have any more ideas about this? I've tried everything I
> can think of...

i can help you look into it.  you'll probably want to take this off-list and
open a ticket by sending email to condor-admin.  (attn: Zach Miller)

i did notice that in the files that Tim Cairnes attached earlier in this
thread, all three ended with error messages.  i'm not sure if that's related
to this issue or not.


> > [root@guru ~]# setenforce 0
> > setenforce: SELinux is disabled
> > [root@guru ~]# /usr/local/condor/sbin/condor_master -f
> > ERROR: the uid specified in CONDOR_IDS config file variable (501)
> > does not exist in your password information.
> > Please set CONDOR_IDS to the '.' seperated uid, gid pair that
> > should be used by condor.

i would try running the master with strace, and sending that output in along
with your ticket:
  strace /usr/local/condor/sbin/condor_master -f

also, as a sanity check, try this:
  grep 501 /etc/password


cheers,
-zach