Hello all,
Yesterday I decided to recreate my bare metal Rocky Linux install inside a VM on Proxmox. I have gotten everything up and running with gpu passthrough for the most part. Curiously I have a few containers which refuse to start. Specifically this is about:
This is the hardware it runs on:
amd ryzen 7 3700x
asus x570-p
corsair 64gb ddr4
proxmox installed on 2x 256gb samsung 850 pro ssd
vm installed on a local samsung 960 pro 1tb m.2 ssd (i call the vm sapphire).
The docker container log for the containers spits out these strange (to me) errors:
Now I have read online that the exec format error is a problem that occurs when the container image is incompatible with the host machine. but it ran fine bare metal. I guess there's some weird thing going on in VM translation or something.
I also tried running in cpu host mode, but that changed nothing.
Can anybody please help me out here?
Thanks in advance!
Yesterday I decided to recreate my bare metal Rocky Linux install inside a VM on Proxmox. I have gotten everything up and running with gpu passthrough for the most part. Curiously I have a few containers which refuse to start. Specifically this is about:
- binhex/arch-delugevpn
- ghcr.io/haveagitgat/tdarr
- lscr.io/linuxserver/overseerr
- lscr.io/linuxserver/radarr
- lscr.io/linuxserver/lidarr
- lscr.io/linuxserver/prowlarr
- lscr.io/linuxserver/readarr
Code:
balloon: 0
bios: ovmf
boot: order=sata0;ide2;net0
cores: 10
cpu: x86-64-v2-AES
efidisk0: sapphire_local:vm-100-disk-0,efitype=4m,pre-enrolled-keys=1,size=1M
hostpci0: 0000:08:00
ide2: templates:iso/Rocky-9.3-x86_64-dvd.iso,media=cdrom,size=10267584K
machine: q35
memory: 49152
meta: creation-qemu=8.1.2,ctime=1706632301
name: sapphire
net0: virtio=BC:24:11:CE:1D:3D,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
sata0: sapphire_local:vm-100-disk-1,discard=on,size=512G,ssd=1
scsihw: virtio-scsi-single
smbios1: uuid=e4700abb-56b2-4405-b81f-dbfd94b274b5
sockets: 1
vmgenid: 828f4bcc-3d8b-4655-937b-4b3fbc00e65b
This is the hardware it runs on:
amd ryzen 7 3700x
asus x570-p
corsair 64gb ddr4
proxmox installed on 2x 256gb samsung 850 pro ssd
vm installed on a local samsung 960 pro 1tb m.2 ssd (i call the vm sapphire).
The docker container log for the containers spits out these strange (to me) errors:
- readarr
- exec /init: exec format error
- delugevpn
- exec /usr/bin/dumb-init: exec format error
- tdarr
- Starting Tdarr_Server
- s6-envuidgid: fatal: unknown user: abc
- Starting Tdarr_Node
- s6-envuidgid: fatal: unknown user: abc
- overseerr
- s6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-overseerr-config/type: must be oneshot, longrun, or bundle
20 - s6-rc: fatal: unable to take locks: No such file or directory
- s6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-overseerr-config/type: must be oneshot, longrun, or bundle
Now I have read online that the exec format error is a problem that occurs when the container image is incompatible with the host machine. but it ran fine bare metal. I guess there's some weird thing going on in VM translation or something.
I also tried running in cpu host mode, but that changed nothing.
Can anybody please help me out here?
Thanks in advance!
Last edited: