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

ubuntu-toolbox not working #212

Closed
castrojo opened this issue May 3, 2023 · 3 comments · Fixed by #213
Closed

ubuntu-toolbox not working #212

castrojo opened this issue May 3, 2023 · 3 comments · Fixed by #213

Comments

@castrojo
Copy link
Member

castrojo commented May 3, 2023

We're building a toolbox in this repo now so we can have a more tightly coupled experience. It's not working right though even though it's building:

❯ distrobox enter ubuntu-toolbox
Container ubuntu-toolbox is not running.
Starting container ubuntu-toolbox
run this command to follow along:

 podman logs -f ubuntu-toolbox

 Error: could not start entrypoint.
{"msg":"exec container process `/usr/bin/entrypoint`: Too many levels of symbolic links","level":"error","time":"2023-05-03T19:33:05.457826Z"}
@bigpod98
Copy link
Contributor

bigpod98 commented May 3, 2023

Let me look into it

@bigpod98
Copy link
Contributor

bigpod98 commented May 3, 2023

i found the culprit but im still looking into a proper solve

@bigpod98
Copy link
Contributor

bigpod98 commented May 3, 2023

scratch what i previously said now i know exactly whats going on during build on our side /bin/sh gets at some point linked to itself instead of keeping the default of linking to /bin/dash

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

Successfully merging a pull request may close this issue.

2 participants