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/4375 | |
| parent | 63d2e9d409831aa8582787234cae4741847504b7 (diff) | |
| download | qemu-analysis-main.tar.gz qemu-analysis-main.zip | |
Diffstat (limited to 'results/scraper/fex/4375')
| -rw-r--r-- | results/scraper/fex/4375 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/results/scraper/fex/4375 b/results/scraper/fex/4375 new file mode 100644 index 000000000..819948c9a --- /dev/null +++ b/results/scraper/fex/4375 @@ -0,0 +1,24 @@ +InstallFEX error with fex-emu-binfmt32/64 +As many people here I am trying to use FEX on an OCI Ampere (so arm64), trying to build a Dockerfile on debian:bullseye-slim. I keep getting this error and don't find much documentation online on systemd-binfmt. + +``` +systemd-binfmt: unrecognized service +dpkg: error processing package fex-emu-binfmt32 (--configure): + installed fex-emu-binfmt32 package post-installation script subprocess returned error exit status 1 +[...] +Errors were encountered while processing: + fex-emu-binfmt32 + fex-emu-binfmt64 +``` + +Here is the Dockerfile sample if it can help : + +```dockerfile +FROM debian:bullseye-slim + +RUN apt update && apt install -y curl python3 sudo expect-dev software-properties-common + +RUN curl --silent https://raw.githubusercontent.com/FEX-Emu/FEX/main/Scripts/InstallFEX.py --output /tmp/InstallFEX.py + +RUN python3 /tmp/InstallFEX.py +``` \ No newline at end of file |