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

"Authentication failed" errors from node.execute() #252

Open
sajith opened this issue Sep 18, 2023 · 0 comments
Open

"Authentication failed" errors from node.execute() #252

sajith opened this issue Sep 18, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@sajith
Copy link
Member

sajith commented Sep 18, 2023

I came across some fablib errors when working through some mflib notebooks in FABRIC jupyter-examples repository. I got stuck at create topology three times: twice while creating the slice, and once when testing connectivity between nodes.

On the two occasions when slice creation failed, fablib (and therefore the notebook) got stuck waiting for network configuration. However, on FABRIC portal, the slices were in "StableOK" state. According to the logs, it seemed that Interface.get_ip_addr_ssh() kept failing because Node.execute() kept failing. I could individually ssh into all of the nodes in these slices in question at the time, so it is not clear to me why this happened.

image

image

The third time I tried the notebook, slice creation worked, but the next step (getting IP addresses and setting up routes) failed, again because Node.execute() failed in a similar fashion.

image

(Could not copy the log text because my JupyterHub session had expired.)

@sajith sajith added the bug Something isn't working label Sep 18, 2023
@sajith sajith self-assigned this Sep 18, 2023
@sajith sajith changed the title Investigate "Authentication failed" errors from node.execute() "Authentication failed" errors from node.execute() Sep 18, 2023
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