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

I cannot get it to work on Linux Mint #1501

Open
stedwick opened this issue Dec 19, 2024 · 1 comment
Open

I cannot get it to work on Linux Mint #1501

stedwick opened this issue Dec 19, 2024 · 1 comment
Labels

Comments

@stedwick
Copy link

What happened?

I can't create any workspaces on Linux Mint w/ podman. Seems to be failing on git clone. I'm attaching the error log.

logc.txt

What did you expect to happen instead?

git works fine when I run it in the terminal

git clone https://github.com/microsoft/vscode-remote-try-node /home/philip/.devpod/agent/contexts/default/workspaces/vscode-remote-try-node/content/ Cloning into '/home/philip/.devpod/agent/contexts/default/workspaces/vscode-remote-try-node/content'... remote: Enumerating objects: 384, done. remote: Counting objects: 100% (175/175), done. remote: Compressing objects: 100% (28/28), done. remote: Total 384 (delta 160), reused 147 (delta 147), pack-reused 209 (from 2) Receiving objects: 100% (384/384), 119.37 KiB | 4.77 MiB/s, done. Resolving deltas: 100% (192/192), done.

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

Honestly not sure. I'm on a brand new Linux Mint installation.

My devcontainer.json:

{
    "name": "...",
    ...
}

Local Environment:

  • DevPod Version: [use devpod version] - v0.6.5
  • Operating System: windows | linux | mac - Linux Mint 22
  • ARCH of the OS: AMD64 | ARM64 | i386 - AMD64

DevPod Provider:

  • Cloud Provider: google | aws | azure | digitalOcean - local only
  • Kubernetes Provider: [use kubectl version] - local only
  • Local/remote provider: docker | ssh - using podman
  • Custom provider: provide imported provider.yaml config file

Anything else we need to know?

Under providers I have docker path set to podman

Thank you for any help you can provide! 🖖

@stedwick
Copy link
Author

Okay it works from the CLI:

devpod up github.com/microsoft/vscode-remote-try-node --ide openvscode
12:30:13 info Creating devcontainer...
12:30:14 info Clone repository
12:30:14 info URL: https://github.com/microsoft/vscode-remote-try-node
12:30:15 done Successfully cloned repository
12:30:15 info Inspecting image mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye
12:30:15 info 94eebe0485e0e44a9e100a290bef5bece3a8b9789606d2b3c1d3926c1f70c8ee
12:30:17 info Setup container...
12:30:19 info Chown workspace...
12:30:19 info Chown projects...
12:30:19 info Run command : yarn install...
12:30:20 info yarn install v1.22.22
12:30:20 info [1/4] Resolving packages...
12:30:20 info [2/4] Fetching packages...
12:30:22 info [3/4] Linking dependencies...
12:30:22 info [4/4] Building fresh packages...
12:30:22 info Done in 2.09s.
12:30:22 done Successfully ran command : yarn install

But from the appimage it still fails with: Inject Error: Error: write child: broken pipe\n\nEOF

loge.txt

Do I have my appimages set up wrong somehow? Installed with Gear Lever: https://mijorus.it/projects/gearlever/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant