diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
| commit | f2ec263023649e596c5076df32c2d328bc9393d2 (patch) | |
| tree | 5dd86caab46e552bd2e62bf9c4fb1a7504a44db4 /results/scraper/fex/2698 | |
| parent | 63d2e9d409831aa8582787234cae4741847504b7 (diff) | |
| download | qemu-analysis-main.tar.gz qemu-analysis-main.zip | |
Diffstat (limited to 'results/scraper/fex/2698')
| -rw-r--r-- | results/scraper/fex/2698 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/results/scraper/fex/2698 b/results/scraper/fex/2698 new file mode 100644 index 000000000..579afc301 --- /dev/null +++ b/results/scraper/fex/2698 @@ -0,0 +1,30 @@ +Running ./unbreak_chroot.sh without binfmt +I am running fex inside lxc unprivileged container, which make binfmt register impossible. +I got this when running unbreak script + +``` +./unbreak_chroot.sh +Moving rootfs files back to original location +Moving rootfs folders back to original location +Moving rootfs apt folders back to original location +Changing rootfs permissions on /tmp +Mounting rootfs paths +[sudo] password for user: +Mounting aarch64 paths +mount: /home/user/.fex-emu/RootFS/Ubuntu_22_04/usr/lib/aarch64-linux-gnu: special device /lib/aarch64-linux-gnu does not exist. + dmesg(1) may have more information after failed mount system call. +Starting FEXServer +chmod: cannot access '/tmp/1000-Ubuntu_22_04.chroot': No such file or directory +Chrooting into container +chroot: failed to run command ‘/bin/bash’: Exec format error +Cleaning up chroot +Unmounting aarch64 mounts +umount: /home/user/.fex-emu/RootFS/Ubuntu_22_04/lib/aarch64-linux-gnu: not mounted +Unmounting container mounts +Removing container mount folders +Backing up chroot files +Fixing any potential permission issues +chown: cannot access '/home/user/.fex-emu/RootFS/Ubuntu_22_04/libx32': No such file or directory +``` + +The script relies on binfmt to work. Is it possible to remove this requirement? \ No newline at end of file |