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

Cannot ssh into machine #4

Open
briancain opened this issue Apr 16, 2024 · 0 comments
Open

Cannot ssh into machine #4

briancain opened this issue Apr 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@briancain
Copy link
Owner

briancain commented Apr 16, 2024

What happened?

brian@brian-LNQ0KYW6HD:devpod-provider-nomad λ devpod ssh --debug                                                                                                                    ±[main]

? Please select a workspace from the list below devpod-provider-nomad
11:33:19 debug Adding ssh keys to agent, disable via 'devpod context set-options -o SSH_ADD_PRIVATE_KEYS=false'
11:33:19 debug Acquire workspace lock...
11:33:19 debug Acquired workspace lock...
11:33:19 debug Acquire machine lock...
11:33:19 debug Acquired machine lock...
11:33:19 debug Run status provider command: ${NOMAD_PROIDER} status
11:33:19 fatal get status: bash: status: command not found

I think this is because only machine based providers are supposed to have a status command. Since this is not a machine provider, maybe remove the status command from the provider config and it'll work?

What did you expect to happen instead?

Can properly ssh.

How can we reproduce the bug? (as minimally and precisely as possible)

n/a, any devcontainer should work.

Local Environment:

  • DevPod Version: [use devpod version]
  • Operating System: windows | linux | mac
  • ARCH of the OS: AMD64 | ARM64 | i386
  • Nomad version [use nomad version]

DevPod Provider:

  • Custom provider: provide imported provider.yaml config file

Anything else we need to know?

@briancain briancain added the bug Something isn't working label Apr 16, 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