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
mkdir "a" "tmp tmp"
sudo mount --bind "a" "tmp tmp"
containerexec bash
The error message is
Failed to configure container with operation 'raise OSError(errno, msg)': [Errno 2] mount(b'/tmp/BenchExec_run_pot4cxqd/overlayfs/fuse_mount/home/wendler/git/benchexec/tmp tmp', b'/tmp/BenchExec_run_pot4cxqd/mount/home/wendler/git/benchexec/tmp tmp', None, 4096, None) failed: No such file or directory
If one switches to the kernel-based overlayfs by passing --read-only-dir / --overlay-dir . it works, so the problem is in our code for handling fuse-overlayfs mounts.
The text was updated successfully, but these errors were encountered:
PhilippWendler
changed the title
Mount points with spaces lead to a crash in combination with fuse-overlayfs
Mount points with spaces lead to an error in combination with fuse-overlayfs
Dec 10, 2024
The following fails:
The error message is
If one switches to the kernel-based overlayfs by passing
--read-only-dir / --overlay-dir .
it works, so the problem is in our code for handling fuse-overlayfs mounts.The text was updated successfully, but these errors were encountered: