Is there an existing issue for this?
Name of mod
universal-calibre
Name of base container
linuxserver/calibre-web:0.6.25
Current Behavior
Installation of mod fails due to finding release in archive.ubuntu.com:
Expected Behavior
Installation should work
Steps To Reproduce
docker compose:
image: >-
linuxserver/calibre-web:0.6.25@sha256:ab176faac42ad33f5fa898f7c975fa590f4507b35afaf6c4cc3e9acf4ba860fa
stop_grace_period: 1m
environment:
- PUID=1000
- PGID=1000
- DOCKER_MODS=linuxserver/mods:universal-calibre
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${APP_DATA_DIR}/data/books:/books
restart: on-failure
container_name: calibre-web_server_1
Environment
- OS:
- How docker service was installed:
CPU architecture
x86-64
Docker creation
Container logs
[mod-init] Running Docker Modification Logic
[mod-init] Adding linuxserver/mods:universal-calibre to container
[mod-init] Downloading linuxserver/mods:universal-calibre from lscr.io
[mod-init] Installing linuxserver/mods:universal-calibre
[mod-init] linuxserver/mods:universal-calibre applied to container
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support the app dev(s) visit:
Calibre-Web: https://paypal.me/calibreweb
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
**** Adding calibre dependencies to package install list ****
[pkg-install-init] **** Installing all mod packages ****
Ign:1 http://archive.ubuntu.com/ubuntu noble InRelease
Ign:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Ign:3 http://archive.ubuntu.com/ubuntu noble-security InRelease
Err:4 http://archive.ubuntu.com/ubuntu noble Release
404 Not Found [IP: 91.189.92.24 80]
Err:5 http://archive.ubuntu.com/ubuntu noble-updates Release
404 Not Found [IP: 91.189.92.24 80]
Err:6 http://archive.ubuntu.com/ubuntu noble-security Release
404 Not Found [IP: 91.189.92.24 80]
Reading package lists...
E: The repository 'http://archive.ubuntu.com/ubuntu noble Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu noble-updates Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu noble-security Release' does not have a Release file.
Reading package lists...
Building dependency tree...
Reading state information...
Package xz-utils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package libxtst6
E: Unable to locate package libxrandr2
E: Unable to locate package libxkbfile1
E: Unable to locate package libxcomposite1
E: Unable to locate package libopengl0
E: Unable to locate package libnss3
E: Unable to locate package libxkbcommon0
E: Unable to locate package libegl1
E: Unable to locate package libxdamage1
E: Unable to locate package libgl1
E: Unable to locate package libglx-mesa0
E: Package 'xz-utils' has no installation candidate
tar (child): xz: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Installing Calibre version v8.16.2
/etc/s6-overlay/s6-rc.d/init-mod-universal-calibre-setup/run: line 26: /app/calibre/calibre_postinstall: No such file or directory
**** The 2 warnings above about setting up completion and desktop integration are expected and harmless. You can safely ignore them. ****
[custom-init] No custom files found, skipping...
[2025-12-09 20:42:55,692] WARN {warnings.py:110} /lsiopy/lib/python3.12/site-packages/pycountry/__init__.py:10: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
Is there an existing issue for this?
Name of mod
universal-calibre
Name of base container
linuxserver/calibre-web:0.6.25
Current Behavior
Installation of mod fails due to finding release in
archive.ubuntu.com:Expected Behavior
Installation should work
Steps To Reproduce
docker compose:
Environment
CPU architecture
x86-64
Docker creation
Container logs
[mod-init] Running Docker Modification Logic [mod-init] Adding linuxserver/mods:universal-calibre to container [mod-init] Downloading linuxserver/mods:universal-calibre from lscr.io [mod-init] Installing linuxserver/mods:universal-calibre [mod-init] linuxserver/mods:universal-calibre applied to container [migrations] started [migrations] no migrations found ─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support the app dev(s) visit: Calibre-Web: https://paypal.me/calibreweb To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 1000 User GID: 1000 ─────────────────────────────────────── **** Adding calibre dependencies to package install list **** [pkg-install-init] **** Installing all mod packages **** Ign:1 http://archive.ubuntu.com/ubuntu noble InRelease Ign:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease Ign:3 http://archive.ubuntu.com/ubuntu noble-security InRelease Err:4 http://archive.ubuntu.com/ubuntu noble Release 404 Not Found [IP: 91.189.92.24 80] Err:5 http://archive.ubuntu.com/ubuntu noble-updates Release 404 Not Found [IP: 91.189.92.24 80] Err:6 http://archive.ubuntu.com/ubuntu noble-security Release 404 Not Found [IP: 91.189.92.24 80] Reading package lists... E: The repository 'http://archive.ubuntu.com/ubuntu noble Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu noble-updates Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu noble-security Release' does not have a Release file. Reading package lists... Building dependency tree... Reading state information... Package xz-utils is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Unable to locate package libxtst6 E: Unable to locate package libxrandr2 E: Unable to locate package libxkbfile1 E: Unable to locate package libxcomposite1 E: Unable to locate package libopengl0 E: Unable to locate package libnss3 E: Unable to locate package libxkbcommon0 E: Unable to locate package libegl1 E: Unable to locate package libxdamage1 E: Unable to locate package libgl1 E: Unable to locate package libglx-mesa0 E: Package 'xz-utils' has no installation candidate tar (child): xz: Cannot exec: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now Installing Calibre version v8.16.2 /etc/s6-overlay/s6-rc.d/init-mod-universal-calibre-setup/run: line 26: /app/calibre/calibre_postinstall: No such file or directory **** The 2 warnings above about setting up completion and desktop integration are expected and harmless. You can safely ignore them. **** [custom-init] No custom files found, skipping... [2025-12-09 20:42:55,692] WARN {warnings.py:110} /lsiopy/lib/python3.12/site-packages/pycountry/__init__.py:10: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources