Since upgrade from ubuntu 24.04 to ubuntu 26.04 sysbox cease to work, i got this message when trying to launch my stack with docker compose
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: failed to pre-register with sysbox-fs: failed to pre-register container with sysbox-fs: rpc error: code = Internal desc = Initialization error for container-id
And when I verify the log of sysbox-fs with journactl -u sysbox-fs I found:
sysbox-fs[20604]: 2026/04/27 23:43:05 mount helper error: fusermount3: mount failed: Permission denied
sysbox-fs[20604]: time="2026-04-27 23:43:05" level=error msg="fusermount: exit status 1"
I try several thing like reinstall sysbox even full uninstall and then reinstall, restart sysbox sysbox -fs and sysbox-mgr, reloading fuse but nothing seems to work
Since upgrade from ubuntu 24.04 to ubuntu 26.04 sysbox cease to work, i got this message when trying to launch my stack with docker compose
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: failed to pre-register with sysbox-fs: failed to pre-register container with sysbox-fs: rpc error: code = Internal desc = Initialization error for container-id
And when I verify the log of sysbox-fs with journactl -u sysbox-fs I found:
sysbox-fs[20604]: 2026/04/27 23:43:05 mount helper error: fusermount3: mount failed: Permission denied
sysbox-fs[20604]: time="2026-04-27 23:43:05" level=error msg="fusermount: exit status 1"
I try several thing like reinstall sysbox even full uninstall and then reinstall, restart sysbox sysbox -fs and sysbox-mgr, reloading fuse but nothing seems to work