Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] How can I resolve this permission problem?
- Date: Wed, 02 Aug 2017 16:43:40 +0000
- From: Zach Miller <zmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] How can I resolve this permission problem?
Hello,
You have "Executable = /bin/bash" and no input specified, so I would expect that to exit right away, which it did. The log shows that it exited normally.
Your submit file is essentially running:
bash < /dev/null
And HTCondor is faithfully executing that. Perhaps you meant some other executable or are missing your input file?
Cheers,
-zach
> -----Original Message-----
> From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf
> Of Minjun Hong
> Sent: Wednesday, August 02, 2017 11:32 AM
> To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
> Subject: Re: [HTCondor-users] How can I resolve this permission problem?
>
> Thanks for your reply, Zach Miller.
> Even if I modify the mis-typing, nothing has been progressed.
>
> +Add:
> When I submit by using the python script, it has been always stuck in "I"
> state within the condor job queue at 1.2 sec after submit and shortly
> disappeared from the queue.
> Then, there is nothing in the output file although result of the log file
> looks worked well as I attached in my first mail.
>
> I think there is not information much enough to debug my wrong
> configuration.
>
>
> On Thu, Aug 3, 2017 at 12:14 AM, Zach Miller <zmiller@xxxxxxxxxxx
> <mailto:zmiller@xxxxxxxxxxx> > wrote:
>
>
> Hello,
>
>
> I can't comment on the python part, but I did notice a typo in your
> posted config:
>
> use SECURITY : HOST_BASED
> ALOOW_WRITE = *@test-*
> ALOOW_READ = *@test-*
>
> Those should say "ALLOW" and not "ALOOW".
>
>
> Cheers,
> -zach
>
> _______________________________________________
> HTCondor-users mailing list
> To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx
> <mailto:htcondor-users-request@xxxxxxxxxxx> with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
> <https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users>
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/htcondor-users/
> <https://lists.cs.wisc.edu/archive/htcondor-users/>
>
>