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
Good day! As suggested by Pascal Breuninger, I am creating a ticket for a conversation thread in slack for an error I receive trying to create a devcontainer in azure.
Here is my setup for the Azure Provider
When I try to create the workspace I get an error:
[09:29:47] info error parsing workspace info: rerun as root: exit status 1 [09:29:47] debug Connection to SSH Server closed [09:29:47] debug Done creating devcontainer [09:29:47] debug done inject [09:29:47] debug done injecting [09:29:47] debug Done InjectAgentAndExecute [09:29:47] debug Done executing ssh server helper command [09:29:47] debug done exec [09:29:47] fatal Process exited with status 1 run agent command github.com/loft-sh/devpod/pkg/devcontainer/sshtunnel.ExecuteCommand.func2 D:/a/devpod/devpod/pkg/devcontainer/sshtunnel/sshtunnel.go:120 runtime.goexit C:/Users/runneradmin/go/pkg/mod/golang.org/[email protected]/src/runtime/asm_amd64.s:1695
and further up in the logs there is an info statement regarding a docker error.
[09:37:59] info Error trying to reach docker daemon: docker ps: exit status 1
I am able to devpod machine ssh to the VM and when connected I can only run the docker ps command if I use sudo.
Lastly, the full URN of the image in use is: Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest
Thank you for looking into this. I appreciate it.
The text was updated successfully, but these errors were encountered:
Hi @nckl, thanks for opening the issue. We've release a new version (v0.0.7) of the provider including a fix for windows. Can you upgrade and test again please?
Good day! As suggested by Pascal Breuninger, I am creating a ticket for a conversation thread in slack for an error I receive trying to create a devcontainer in azure.
Here is my setup for the Azure Provider
When I try to create the workspace I get an error:
[09:29:47] info error parsing workspace info: rerun as root: exit status 1 [09:29:47] debug Connection to SSH Server closed [09:29:47] debug Done creating devcontainer [09:29:47] debug done inject [09:29:47] debug done injecting [09:29:47] debug Done InjectAgentAndExecute [09:29:47] debug Done executing ssh server helper command [09:29:47] debug done exec [09:29:47] fatal Process exited with status 1 run agent command github.com/loft-sh/devpod/pkg/devcontainer/sshtunnel.ExecuteCommand.func2 D:/a/devpod/devpod/pkg/devcontainer/sshtunnel/sshtunnel.go:120 runtime.goexit C:/Users/runneradmin/go/pkg/mod/golang.org/[email protected]/src/runtime/asm_amd64.s:1695
and further up in the logs there is an info statement regarding a docker error.
[09:37:59] info Error trying to reach docker daemon: docker ps: exit status 1
I am able to devpod machine ssh to the VM and when connected I can only run the docker ps command if I use sudo.
Lastly, the full URN of the image in use is: Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest
Thank you for looking into this. I appreciate it.
The text was updated successfully, but these errors were encountered: