Skip to content

Stalled out following Task [Copying Context] #304

Answered by abuccts
jaredAMD asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, could you try the following command to check Ansible debug log?

 ANSIBLE_VERBOSITY=4 sb deploy -l localhost -i superbench/superbench:v0.4.0-rocm4.2-pytorch1.7

-l localhost should do the same as local.ini, ANSIBLE_VERBOSITY=4 will tell which command Ansible is actually running.

Because TASK [Copying Context] is the first task that requires sudo in sb deploy, could you also verify command like sudo ls works fine in the local account? If it requires password, pls try with sb deploy -l localhost --host-password [sudo pass] ..., although in my environment Ansible always prints error message instead of stuck in this case.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jaredAMD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants