Description
Current Behavior
Get this error message since this release. I got this on almost all of the linuxserver images like sonarr, lidarr etc.
If I revert to the version before this one everything is fine. The newer ones all have this issue.
s6-sudod: fatal: unable to spawn /package/admin/s6-rc/command/s6-rc-oneshot-run: Exec format error
s6-sudod: fatal: unable to spawn /package/admin/s6-rc/command/s6-rc-oneshot-run: Exec format error
s6-sudoc: fatal: unable to get confirmation from server: No error information
s6-sudoc: fatal: unable to get confirmation from server: No error information
s6-rc: warning: unable to start service fix-attrs: command exited 111
s6-rc: warning: unable to start service init-migrations: command exited 111
s6-sudod: fatal: unable to spawn /package/admin/s6-rc/command/s6-rc-oneshot-run: Exec format error
s6-sudoc: fatal: unable to get confirmation from server: No error information
s6-rc: warning: unable to start service init-envfile: command exited 111
Expected Behavior
No response
Steps To Reproduce
docker compose on Ubuntu:
#Radarr
radarr:
image: ghcr.io/linuxserver/radarr:5.18.4.9674-ls259
logging:
options:
max-size: 10m
container_name: radarr
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
volumes: - /var/lib/docker/volumes/radarr:/config
- /mnt/READYNAS/Films:/movies
- /mnt/READYNAS/tempDownload:/downloads
ports: - 7878:7878
restart: always
Environment
- OS: Ubuntu on Rpi
- How docker service was installed: packagemanager
CPU architecture
arm64
Docker creation
#Radarr
radarr:
image: ghcr.io/linuxserver/radarr:5.18.4.9674-ls259
logging:
options:
max-size: 10m
container_name: radarr
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- /var/lib/docker/volumes/radarr:/config
- /mnt/READYNAS/Films:/movies
- /mnt/READYNAS/tempDownload:/downloads
ports:
- 7878:7878
restart: always
Container logs
s6-sudod: fatal: unable to spawn /package/admin/s6-rc/command/s6-rc-oneshot-run: Exec format error
s6-sudod: fatal: unable to spawn /package/admin/s6-rc/command/s6-rc-oneshot-run: Exec format error
s6-sudoc: fatal: unable to get confirmation from server: No error information
s6-sudoc: fatal: unable to get confirmation from server: No error information
s6-rc: warning: unable to start service fix-attrs: command exited 111
s6-rc: warning: unable to start service init-migrations: command exited 111
s6-sudod: fatal: unable to spawn /package/admin/s6-rc/command/s6-rc-oneshot-run: Exec format error
s6-sudoc: fatal: unable to get confirmation from server: No error information
s6-rc: warning: unable to start service init-envfile: command exited 111
Metadata
Metadata
Assignees
Type
Projects
Status