We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
the healhcheck script is copied with permission 655 and when condor tries to execute it it fails with permission denied.
09/27/17 16:59:16 Create_Process: Cannot access specified executable "/usr/local/bin/healhcheck_wn_condor": errno = 13 (Permission denied) 09/27/17 16:59:16 CronJob: Error running job 'WN_HEALTHCHECK'
I've fixed it in my fork.
https://github.com/afortiorama/htcondor/blob/master/manifests/config/worker.pp
The text was updated successfully, but these errors were encountered:
I tried to push the change in the development branch but I'm not authorized.
Sorry, something went wrong.
Hi @afortiorama ,
Thanks for the issue and solution. Please make a pull request.
Merge pull request #87 from kreczko/kreczko/issue/77
b2d08a5
Fixing permissions for worker healthcheck script (issue #77)
No branches or pull requests
Hi,
the healhcheck script is copied with permission 655 and when condor tries to execute it it fails with permission denied.
09/27/17 16:59:16 Create_Process: Cannot access specified executable "/usr/local/bin/healhcheck_wn_condor": errno = 13 (Permission denied)
09/27/17 16:59:16 CronJob: Error running job 'WN_HEALTHCHECK'
I've fixed it in my fork.
https://github.com/afortiorama/htcondor/blob/master/manifests/config/worker.pp
The text was updated successfully, but these errors were encountered: