-
Notifications
You must be signed in to change notification settings - Fork 512
Open
Labels
Description
What happened?
#1238 is not fixed
$ devpod up . --devcontainer-path ./.devcontainer/.local/devcontainer.json --ide none --debug
14:40:08 info Workspace test-devcontainer-devpod already exists
14:40:08 debug No pro instance available, skipping provider upgrade check
14:40:08 debug Acquire workspace lock...
14:40:08 debug Acquired workspace lock...
14:40:08 info Creating devcontainer...
14:40:08 debug Adding ssh keys to agent, disable via 'devpod context set-options -o SSH_ADD_PRIVATE_KEYS=false'
14:40:08 debug Inject and run command: '/nix/store/drdcgg1rxcgir1y2swrpavjbhkycs8kv-devpod-0.6.15/bin/devpod' helper ssh-server --stdio --debug
14:40:08 debug Execute command locally
14:40:08 debug Run ssh-add ~/.ssh/id_ed25519_rpi5
14:40:08 debug Attempting to create SSH client
14:40:08 debug SSH client created
14:40:08 debug SSH session created
14:40:08 debug Forwarding ssh-agent using ~/.ssh/agent/s.Pv4fiUmGtK.agent.A5sZP2qmrU
14:40:08 info Execute SSH server command: wrapper -c '/nix/store/drdcgg1rxcgir1y2swrpavjbhkycs8kv-devpod-0.6.15/bin/devpod' agent workspace up --workspace-info 'H4sIAAAAAAAA/6RTwW7bMAz9F55ty0nWovCtS7s1WLcUnTNguxSKxMZKZMkQZTdF4H8fZDtOiq2HYbmZeo/ke3w5wIt1O6q4wKVTG2UgA1bYElmjjECWSGwqK5mwxuPeE5P4zGvt2Ugj5pF8LLEJGK4MunggjZhkS9ZAdJoF2QGUhAze40IEdQcY5sUe4+kMcQYRVM42SqILTQwvMaCs2KGDCGzllTUUnm6W8y+3j08P1/ld+Gy4rs+gbQSLb9fzfPFjkf98yhdfb5erHLJD27YRlFwUyoQt2wiUxLNJxhoMZLK163VoK7j+ZHW30RvzyAm2Ub6o16x0ut7iu1aFjhKb+bH8wH0BGSSd/yOYJd0sdl47Wisc8iA9VyWS52UFGUzT6WWcTuJ0lk9m2XSWTS5+QQSak18Ryj8QH9IsvQqI4don+8N+fIPGj4LD7VyN4Rz9rsyoPSNvHTLppNhsJm4vNspNXqf04irebNfF7lXQ1a4ZRMdpcplMLthaGTZeXdoXoy2Xq8d7yKDwvqKMDS4mwpZM22cfUzEwmEONnJDYkciavi1EoMwWhf+s/NyhROMV13TaG/co+gv3kdBIdP4dpA7axngpQ57rIP6Za+qCIGrytuyJu3qNzqDHrlF41Gp5SmSXpD5B/3fu9m9B/7ha3N/cPvabDLW75ff8TeGf/w1HF0OubO0hm6bjr/0NAAD//wEAAP//RG1+7T4EAAA=' --debug
14:40:08 info Exit error: start command: exec: "wrapper": executable file not found in $PATH
14:40:08 debug Connection to SSH Server closed
14:40:08 debug Done creating devcontainer
14:40:08 info start command: exec: "wrapper": executable file not found in $PATH
14:40:08 debug Done executing ssh server helper command
14:40:09 fatal Process exited with status 1
run agent command
github.com/loft-sh/devpod/pkg/devcontainer/sshtunnel.ExecuteCommand.func2
github.com/loft-sh/devpod/pkg/devcontainer/sshtunnel/sshtunnel.go:129
runtime.goexit
runtime/asm_amd64.s:1693
$ devpod version
v0.6.15What did you expect to happen instead?
No issue while running devpod.
As suggested in previous issue, add a shell fallback detection on $SHELL
How can we reproduce the bug? (as minimally and precisely as possible)
Local Environment:
- DevPod Version: v0.6.15
- Operating System: NixOS-WSL
- ARCH of the OS: AMD64
DevPod Provider:
- Cloud Provider: None
- Kubernetes Provider: None
- Local/remote provider: docker
Reactions are currently unavailable