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
This can make debugging job-submission issues rather difficult as these commands and their output gets quite long.
Example log showing an SSH failure:
DEBUG - [jobs-submit cmd] cat .../01/job | ssh myhost bash --login -c ''"'"'exec "$0" "$@"'"'"'' cylc jobs-submit --debug ... [jobs-submit ret_code] 255 [jobs-submit err] Permission denied (publickey,password,keyboard-interactive,hostbased). WARNING - platform: myplatform - Could not connect to myhost. * myhost has been added to the list of unreachable hosts * jobs-submit will retry if another host is available. ERROR - [jobs-submit cmd] cat .../01/job | ssh myhost2 bash --login -c ''"'"'exec "$0" "$@"'"'"'' cylc jobs-submit --debug ... [jobs-submit ret_code] 255 [jobs-submit err] Permission denied (publickey,password,keyboard-interactive,hostbased).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This can make debugging job-submission issues rather difficult as these commands and their output gets quite long.
Example log showing an SSH failure:
The text was updated successfully, but these errors were encountered: