You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently updated to Fedora 31 Silverblue beta and I'm not able to enter toolbox anymore. I tried to delete the F30 toolbox and created a new one with F31.
When trying toolbox -v enter I ended up with:
toolbox: resolved absolute path for /usr/bin/toolbox to /usr/bin/toolbox
toolbox: checking if /etc/subgid and /etc/subuid have entries for user zlopez
toolbox: TOOLBOX_PATH is /usr/bin/toolbox
toolbox: checking if 'podman system migrate' exists
toolbox: migration not needed: 1.5.1 is unchanged
toolbox: Fedora generational core is f31
toolbox: base image is fedora-toolbox:31
toolbox: container is fedora-toolbox-31
toolbox: checking if container fedora-toolbox-31 exists
toolbox: calling org.freedesktop.Flatpak.SessionHelper.RequestSession
toolbox: starting container fedora-toolbox-31
toolbox: /etc/profile.d/toolbox.sh already mounted in container fedora-toolbox-31
Error: unable to start container "fedora-toolbox-31": error reading container (probably exited) json message: EOF
toolbox: failed to start container fedora-toolbox-31
The text was updated successfully, but these errors were encountered:
Sadly toolbox is not working with current F31 podman.
Best bet in my opinion for SB31 is to try podman-1.6.0-0.2.rc2.git9181c65.fc31 from koji, but even that tends to surface problems, like this:
$ toolbox -v enter -r 31
:
:
Error: unable to start container "fedora-toolbox-31": remount '/var/home/petersen/.local/share/containers/storage/overlay/b0a3ed174ba2143628674a8dffa1859017ef8726d10465fea23345c1f710e825/merged/run/host/usr': Operation not permitted: OCI runtime permission denied error
I am not sure if this can be fixed in Toolbox or Podman..
Though with recent podman-1.6-dev it works fine in Fedora 31 Workstation.
debarshiray
changed the title
toolbox: failed to start container on Fedora 31 Silverblue beta
Regression in 'create': fails to start on Silverblue because it tries to bind-mount /usr from the host as read-write
Sep 30, 2019
Hi,
I recently updated to Fedora 31 Silverblue beta and I'm not able to enter toolbox anymore. I tried to delete the F30 toolbox and created a new one with F31.
When trying
toolbox -v enter
I ended up with:The text was updated successfully, but these errors were encountered: