Does the schedd log say anything about attempts to connect to it by
something else?
On Thu, Jul 14, 2011 at 2:52 PM, Smith, Herb<herb.smith@xxxxxxxxxx
<mailto:herb.smith@xxxxxxxxxx>> wrote:
Here is what it reports:____
__ __
__ __
07/14 14:39:12 STORE_CRED: In mode 'add'____
07/14 14:39:12 Storing credential to local schedd____
07/14 14:39:12 Initialized the following authorization table:____
07/14 14:39:12 Authorizations yet to be resolved:____
07/14 14:39:12 allow READ: */xxx.yyy.0.172____
07/14 14:39:12 allow NEGOTIATOR: */xxx.yyy.0.172____
07/14 14:39:12 allow ADMINISTRATOR: */xxx.yyy.0.172____
07/14 14:39:12 allow OWNER: */zzz.www.178.224 */xxx.yyy.0.172
*/xxx.yyy.0.172 ____
07/14 14:39:12 condor_read(): Socket closed when trying to read 5
bytes from local schedd____
07/14 14:39:12 IO: EOF reading packet header____
07/14 14:39:12 store_cred: failed to recv answer.____
Operation failed.____
Make sure your ALLOW_WRITE setting includes this host.____
__ __
The XXX.YYY IP address is the one that is setup as the host and has
all the read and write privileges. The ZZZ.WWW one is coming from
the fact that I'm hooked into my company's network through a
satellite modem and that IP address is somehow associated with that
process. Not sure why that is showing up, however, since everything
is local to this machine, I didn't think that would cause an
issue.____
__ __
Herb____
__ __
*From:*condor-users-bounces@xxxxxxxxxxx
<mailto:condor-users-bounces@xxxxxxxxxxx>
[mailto:condor-users-bounces@xxxxxxxxxxx
<mailto:condor-users-bounces@xxxxxxxxxxx>] *On Behalf Of *Ziliang Guo
*Sent:* Thursday, July 14, 2011 2:35 PM
*To:* Condor-Users Mail List
*Subject:* Re: [Condor-users] No Credential____
__ __
Inside the config file, set TOOL_DEBUG=D_FULLDEBUG somewhere and
when you run the store_cred program again, pass in -d as an
argument. That will spit out the debug output onto the terminal and
hopefully tell you exactly why the program was unable to add your
credentials. If you cannot modify the config file, you can set an
environment variable, _CONDOR_TOOL_DEBUG to D_FULLDEBUG.____
On Thu, Jul 14, 2011 at 2:12 PM, Smith, Herb<herb.smith@xxxxxxxxxx
<mailto:herb.smith@xxxxxxxxxx>> wrote:____
Everything is on the same machine....____
____
*From:*condor-users-bounces@xxxxxxxxxxx
<mailto:condor-users-bounces@xxxxxxxxxxx>
[mailto:condor-users-bounces@xxxxxxxxxxx
<mailto:condor-users-bounces@xxxxxxxxxxx>] *On Behalf Of *Ziliang Guo
*Sent:* Thursday, July 14, 2011 1:39 PM____
*To:* Condor-Users Mail List
*Subject:* Re: [Condor-users] No Credential____
____
Where is the credd located? The same machine you are trying to run
condor_store_cred on or a different machine?____
On Thu, Jul 14, 2011 at 1:17 PM, Smith, Herb<herb.smith@xxxxxxxxxx
<mailto:herb.smith@xxxxxxxxxx>> wrote:____
No, all it says it to make sure that the ALLOW_WRITE setting
includes this host. ____
I have ALLOW_WRITE set to *, so I assumed that would cover it.____
____
*From:*condor-users-bounces@xxxxxxxxxxx
<mailto:condor-users-bounces@xxxxxxxxxxx>
[mailto:condor-users-bounces@xxxxxxxxxxx
<mailto:condor-users-bounces@xxxxxxxxxxx>] *On Behalf Of *Ziliang Guo
*Sent:* Thursday, July 14, 2011 1:14 PM
*To:* Condor-Users Mail List
*Subject:* Re: [Condor-users] No Credential____
____
Does it provide any reason for why the operation failed?
--