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 am still trying to get into it. In case anyone wonder, I need this for a container engine. Here is the issue, where I write some notes to it: ihucos/plash#69
Note that this is not about mounting an unionfs and then chrooting into it but calling unionfs from inside a chroot.
EDIT:
I think the snippet I posted makes you run chroot as root on top of an user-owned file system. Its's really just for debugging.
The text was updated successfully, but these errors were encountered:
When unionfs-fuse is used from inside an chroot,
utime
fails for some invocations:This would work with e.g ubuntus
touch
binary, it depends on how exactly utime-like system calls are called.Here an example for something that works as expected
And something that does fail with EINVAL
I am still trying to get into it. In case anyone wonder, I need this for a container engine. Here is the issue, where I write some notes to it: ihucos/plash#69
Note that this is not about mounting an unionfs and then chrooting into it but calling unionfs from inside a chroot.
EDIT:
I think the snippet I posted makes you run chroot as root on top of an user-owned file system. Its's really just for debugging.
The text was updated successfully, but these errors were encountered: