Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Windows, Samba share and Run as owner
- Date: Mon, 18 Jan 2016 17:22:14 +0000
- From: Sean Milligan <Sean.Milligan@xxxxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Windows, Samba share and Run as owner
The problem with storing your user's credentials is related to this line in the config file:
ALLOW_WRITE = $(CONDOR_HOST), $(IP_ADDRESS), *@$(CONDOR_HOST), *@$(UID_DOMAIN)
I'd look at what @$(CONDOR_HOST) and @$(UID_DOMAIN) would expand to and make sure it matches your username. I personally just put in my domain like this as well as the internal IP addresses of the machines in my pool:
ALLOW_WRITE = $(CONDOR_HOST), $(IP_ADDRESS), *.example.com, *.hq.example.com, 10.91.*, 10.50.*
-----Original Message-----
From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf Of Mathieu Peyréga
Sent: Monday, January 18, 2016 8:54 AM
To: htcondor-users@xxxxxxxxxxx
Subject: Re: [HTCondor-users] Windows, Samba share and Run as owner
Le 18/01/2016 17:34, Sean Milligan a écrit :
> what is the output you are receiving when you use the following commands:
>
> condor_store_cred add -c
> condor_store_cred add
>
> Is this still just using a single machine?
Yes, it's still on a single machine... sandboxing right now... before trying to go for a 2...N machine pool
The credential storage commands give the following results :
I added a restart after first error message.
C:\Users\Mathieu>condor_store_cred add -c
Account: condor_pool@WORKGROUP
Enter password:
Operation succeeded.
C:\Users\Mathieu>condor_store_cred add
Account: Mathieu@LUTECE
Enter password:
Operation failed.
Make sure your ALLOW_WRITE setting includes this host.
C:\Users\Mathieu>condor_restart -all
Sent "Restart" command to master LUTECE
C:\Users\Mathieu>condor_store_cred add
Account: Mathieu@LUTECE
Enter password:
Operation failed.
Make sure your ALLOW_WRITE setting includes this host.
The command given at page 621 of the user manual
condor_status -f "%s\t" Name -f "%s\n"
ifThenElse(isUndefined(LocalCredd),\"UNDEF\",LocalCredd)
still gives :
slot1@LUTECE UNDEF
slot2@LUTECE UNDEF
slot3@LUTECE UNDEF
slot4@LUTECE UNDEF
slot5@LUTECE UNDEF
slot6@LUTECE UNDEF
slot7@LUTECE UNDEF
slot8@LUTECE UNDEF
which is supposed to mean that something is going wrong... But I have no clue right now. Googling around seems to show that the startup order of the daemons may be an issue ? But this was for rather old versions of HTCondor and mail list archives do not show anything recent about this (at least with a working recipe)
I'm still stucked right now.
Regards,
Mathieu
--
tel : +33 (0)6 87 30 83 59
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/