-
Notifications
You must be signed in to change notification settings - Fork 10
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
/proc/*/maps
gets broken.
#21
Comments
Thx for the report, as you already "said", the bug is reported and known upstream, but strangely it is not yet assigned etc. |
I am a newbie in this area, is there anything I can do on our side? |
Unless you are a developer or something similar (in that case you could debug or even fix it maybe), A potential workaround is: |
@toby63 I see. Thanks for your information. I recommend this issue continue to open until this kernel issue will be fixed because some users who encountered this problem look for issues in this repository. |
@utam0k Yes, I will leave this Issue open, until it is hopefully solved. |
To address this issue you can use the same approach as it was done for overlayfs on Ubuntu: but adapt it for shiftfs. But you have to be very careful with the case when overlayfs is on top of shiftfs and test this cast properly too :) And unfortunately this approach is not work for kernel module cause you need to change a lot of basic kernel files. |
@mihalicyn Good to know, but rebuilding a kernel is probably not an option for many people. |
Description of the Bug/Problem:
The path
proc/*/maps
is not the path in a container, but the host's path .NET doesn't work well because it depends on this path.In a container
How to Reproduce:
It is probably easiest to use shiftfs with lxd
Expected behavior:
with fuse-overlayfs
System information:
https://github.com/toby63/shiftfs-dkms/tree/k5.16
Additional information/context:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1968027
The text was updated successfully, but these errors were encountered: