-
Notifications
You must be signed in to change notification settings - Fork 222
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
Fail to enter Toolbox #169
Comments
Since PR #166 the However, the migration only happens when all containers are stopped. eg., right after booting the system. In your case, your container was already started (ie. |
Thanks for getting in touch. Closing. |
@debarshiray I seem to be stuck in this same state, but with newly created containers using toolbox in Silverblue 30:
|
Actually I fail to enter Toolbox after using
The |
I have observed the same issue during "toolbox enter" after creating a new container with the toolbox in Fedora Silverblue 30. |
Either way, I have seen the |
I ran edit: Same result I try today. |
What is the ownership of the userdata directory for a container that's working as intended? @debarshiray in my case this has nothing to do with the migrate function/feature of podman. it happens with a fresh new container.
|
I'm having similar problems. This was done on a freshly installed fedora silverblue 30. Prior to this the only things I had done on the system were rpm-ostree upgrade, rebooting and toolbox create.
|
I am in the same situation and it seems to be a permission issue. A quick glance at a freshly created container in drwx------. 3 100000 100000 100 May 23 12:19 userdata
drwx--x--x. 3 <myUser> <myUser> 22 May 23 12:19 .
drwx--x--x. 3 <myUser> <myUser> 124 May 23 12:19 .. For testing purposes only, I recursively chown on that directory (e.g. You can now successfully enter the toolbox container, however, by doing this you have screw up quite a few things (i.e. the container filesystem underneath, which will break sudo & such). I am not familiar enough with toolbox, podman to debug this any further but please ask me If I can be of any help with logs etc. |
I am also affected by the same error. I lookup to podman git and I think this is related to #3187. |
We are conflating a number of unrelated Podman bugs in this issue. None of those are actionable as Toolbox issues, and by now it's been proved that the Let's just wait for a new Podman release to come out and see where things stand. In the meantime I'd suggest downgrading to |
Fedora 30, podman 1.3.1, Toolbox 0.0.9-1.
I failed to enter Toolbox.
I am not sure whether this issue related to containers/podman#2935 or not.
The text was updated successfully, but these errors were encountered: