Skip to content
New issue

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

failed to run: An error occurred trying to start process #973

Open
arbhavanam opened this issue Nov 14, 2024 · 0 comments
Open

failed to run: An error occurred trying to start process #973

arbhavanam opened this issue Nov 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@arbhavanam
Copy link

⚠️ Problem Description

Hello,

When i am trying to run the script with these parameters (for AVD infra), getting the following error.

am i executing any command wrongly?

command : ./checklist_graph.sh --technology=avd --format=json > ./graph_results.json

Error :

ResourceUnavailable: Program 'checklist_graph.sh' failed to run: An error occurred trying to start process '/tmp/123/checklist_graph.sh' with working directory '/tmp/123'. Exec format errorAt line:1 char:1

  • ./checklist_graph.sh --technology=avd --format=json > ./graph_results …
  • 
    

🛠️ Steps to Reproduce

installed Azure cli on my widows 11 machine.
Opened Azure cli prompt
connected to my subscription
downloaded the script with the below command

wget –quiet –output-document ./checklist_graph.sh https://github.com/Azure/review-checklists/blob/main/scripts/checklist_graph.sh

changed the permission with the below command

chmod +xr ./checklist_graph.sh

tried executing the script with the below command

./checklist_graph.sh --technology=avd --format=json > ./graph_results.json

📸 Screenshots or Logs

No response

💡 Environment Details

No response

🚀 Additional Context

No response

@arbhavanam arbhavanam added the bug Something isn't working label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant