You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @andrewgwalker and apologies you ran into this. This issue has been fixed as part of the 1.0.6 and 1.1.0 releases via PR #10569, which I have confirmed locally. Please let me know if you have any follow up questions before I close this issue.
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Nomad version
Output from
nomad version
Nomad v1.0.4+ent (72adb9f)
Operating system and Environment details
Red Hat Enterprise Linux Server release 7.9 (Maipo)
Issue
Trying to run a job from the nomad command line tool produces a segmentation fault when the vars file does not exist.
Reproduction steps
Try and run any job and pass in a var file that does not actually exist e.g
nomad job run --var-file="non_existent_file.vars" workers.nomad
Expected Result
An error message regarding the non-existent vars file.
Actual Result
Job file (if appropriate)
N/A
Nomad Server logs (if appropriate)
Nomad Client logs (if appropriate)
The text was updated successfully, but these errors were encountered: