Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] permission denied for admin commands
- Date: Tue, 15 Aug 2006 17:21:07 -0500
- From: mjinks@xxxxxxxxxxxx
- Subject: [Condor-users] permission denied for admin commands
Whenever I issue a command like "condor_restart", my nodes' logs always
show a refusal, for example:
8/15 17:06:55 DaemonCore: PERMISSION DENIED to unknown user from host <128.135.17.55:56038> for command 453 (RESTART)
I've read that his may be caused by DNS issues, but... what DNS issues?
All of our condor machines have, in their config file:
CONDOR_HOST = seoul.uchicago.edu
HOSTALLOW_ADMINISTRATOR = seoul.uchicago.edu
HOSTALLOW_OWNER = $(FULL_HOSTNAME), $(HOSTALLOW_ADMINISTRATOR)
...and seoul, our central manager, has proper A and PTR entries in the
DNS. So, what else might be causing the problem, or which log file
might I look at for clues?
Thanks,
-michael