-
Notifications
You must be signed in to change notification settings - Fork 68
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
Deal with dmsg warning/errors #104
Comments
Let's figure out if we want to fix the issue above before or after 0.2 (I would propose only leaving it for after 0.2 if it takes a lot of time). |
I'm open either way, but would be good to to 0.2 so we can think about other things for a bit. More generally, it'd be good to detect failures that we can diagnose, e.g., the need to run |
Was the core issue here resolved by #106? (There's a separate issue of "we're very noisy and don't give good feedback on errors".) |
We fixed the
issue We have not fixed the |
On ubuntu (5.15.0-87-generic)(root backed by ext4 via LVM), we get
On debian(6.4.0-1-amd64)(root based by ext4), we have
|
(nested mounts)
[ +0.013092] overlayfs: failed to clone lowerpath
we're catching this so it's fine with nested mountsfixable with
-o userxattr
The text was updated successfully, but these errors were encountered: