-
Notifications
You must be signed in to change notification settings - Fork 160
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
shiftfs issues when calling sysbox-runc on unbuntu 22.04 fresh installation #595
Comments
Hi @PMooreWand,
That error typically means there is a problem with shiftfs; I've seen it before when shiftfs is not build from a branch that matches the kernel. Questions:
|
hey @ctalledo,
k5.16 5.15.x (longterm version) (and probably 5.16.x) - |
Just to add to this, I did the shiftfs build after my kernel provided one hit the issue previously:
|
@ctalledo I rolled back to my previous kernel 5.15.0-46-generic and reinstalled sysbox which is now working, I'm happy enough to close this off as a bad kernel upgrade on my part and not a sysbox issue. |
Sounds good @PMooreWand ; I am 100% certain that the problem is related to shiftfs not playing well with the kernel version you had, but not quite sure why. I've seen this happen when the Ubuntu kernel is missing some patches (particularly in the overlayfs filesystem) that are required for it to interact with shiftfs correctly. Let's close for now. |
I've upgrade kernel to |
I've had to do a rebuild my workstation recently with ubuntu 20.04 using sysbox 0.5.2 and hit an issue with the mkdirall under the /var/lib/sysbox:
Docker daemon is set up for rootless fine and will create containers when not calling the sysbox-runc
Without sysbox-runc called.
Versions below,
appears to create full set of dirs except shiftfs one in /var/lib/sysbox:
Shiftfs is loaded in the kernel by the looks of it :
core.17208.tar.gz
The text was updated successfully, but these errors were encountered: