-
Notifications
You must be signed in to change notification settings - Fork 30
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
Invalid entry point for Ubuntu 20.04 #42
Comments
I've just tried that and it worked for me on Fedora 36. What's your host toolbox version and host distribution? |
I am running Ubuntu 22.04 and installed toolbox v0.0.99.2 from the Ubuntu package registry. |
Can you try in a fresh virtual machine to rule out anything in your local setup? |
I was able to reproduce this in a vm (freshly created with ubuntu-22.04.1 iso). I updated all packages before installing / running toolbox.
|
Can you give us the output of |
There are lost of hits for that error in the toolbx repo: https://github.com/containers/toolbox/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+Error%3A+invalid+entry+point+PID+of+container |
I ran this on the vm:
|
This is likely containers/toolbox#871 and should be fixed by containers/toolbox#897 which is in 0.99.3. Please ask your distribution to ship that. |
It seems it's not solved on 20.04 and also not on 22.04 :-( |
Please open a new issue with more details |
Duplicate of containers/toolbox#821 |
@andrewshadura @Jmennius could these two commits be added to the Ubuntu packages: |
I will upload a new toolbox version to Debian unstable and will try to backport those patches to stable too, but I don’t have direct upload access to Ubuntu, so that will require a lot more of effort. |
Oh, in fact, Debian’s not affected. |
Prepared an update for Jammy: https://salsa.debian.org/debian/podman-toolbox/-/commits/ubuntu/jammy |
@debarshiray, as @panlinux points out in https://bugs.launchpad.net/ubuntu/+source/golang-github-containers-toolbox/+bug/1993888/comments/5, these two commits do not appear to be enough. Could you please double check if there’s anything else that might be missing? |
Thanks for working on https://bugs.launchpad.net/ubuntu/+source/golang-github-containers-toolbox/+bug/1993888 @andrewshadura ! I was away on vacation from the 14th of July until today, and I will be away for GUADEC starting from tomorrow till the 31st of July. Do you know the exact error? Otherwise I will debug it myself using a bunch of Ubuntu virtual machines once I am back. The root problem is described in containers/toolbox@6063eb2 , and if you follow the references you will find containers/toolbox@6ad9c63 as a previous attempt at fixing the same problem. I also wrote a blog post describing the issue. In short, we are using the same This is done through That's the overall idea. |
The image of Ubuntu 20.04 does not work for me. Ubuntu 22.04 works fine.
The text was updated successfully, but these errors were encountered: