summary refs log tree commit diff stats
path: root/results/scraper/fex/4375
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/fex/4375')
-rw-r--r--results/scraper/fex/437524
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