qBittorrent 5.1.0-r0-ls392 getrandom() error

If you run qBittorrent in / with Docker.
Post Reply
Jossarian
Newbie
Newbie
Posts: 2
Joined: Mon May 05, 2025 11:25 pm

qBittorrent 5.1.0-r0-ls392 getrandom() error

Post by Jossarian »

I'm running qBittorent inside Docker container on my Synology NAS. Exact setup is explained here:
https://mariushosting.com/synology-inst ... portainer/
Everything was fine until Watchtower fetched new version of qBittorent container and it just stopped working (no access to WebUI).

Logs show following output:

Code: Select all

[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1026
User GID:    100
───────────────────────────────────────
Linuxserver.io version: 5.1.0-r0-ls392
Build-date: 2025-05-04T06:56:29+00:00
───────────────────────────────────────
    
[custom-init] No custom files found, skipping...
crond[143]: crond (busybox 1.37.0) started, log level 5
crond[143]: user:root entry:*/15	*	*	*	*	run-parts /etc/periodic/15min
crond[143]: user:root entry:0	*	*	*	*	run-parts /etc/periodic/hourly
crond[143]: user:root entry:0	2	*	*	*	run-parts /etc/periodic/daily
crond[143]: user:root entry:0	3	*	*	6	run-parts /etc/periodic/weekly
crond[143]: user:root entry:0	5	1	*	*	run-parts /etc/periodic/monthly
WebUI will be started shortly after internal preparations. Please wait...
getrandom() error. Reason: Function not implemented. Error code: 38.
WebUI will be started shortly after internal preparations. Please wait...
getrandom() error. Reason: Function not implemented. Error code: 38.
WebUI will be started shortly after internal preparations. Please wait...
getrandom() error. Reason: Function not implemented. Error code: 38.
WebUI will be started shortly after internal preparations. Please wait...
getrandom() error. Reason: Function not implemented. Error code: 38.
And it stays like this forewer ...
I've tried restarting this container and recreating it but doesn't help. Any ideas what is wrong?
Jossarian
Newbie
Newbie
Posts: 2
Joined: Mon May 05, 2025 11:25 pm

Re: qBittorrent 5.1.0-r0-ls392 getrandom() error

Post by Jossarian »

Someone reported this issue already:
https://github.com/linuxserver/docker-q ... issues/383

It seems that qBittorent versions 5.1.0+ will not work on old Linux kernels like the ones present on older Synology NAS models.
Changed my docker compose to pull 5.0.4 version instead of latest.
Post Reply