well this was kinda helpful but lead me to another/different error
opened 04:15PM - 16 Dec 23 UTC
closed 06:49AM - 28 Dec 23 UTC
closed:not-transmission
### What is the issue?
sorry i wanted to post on forums but unable to registe… r, I'm not entirely sure this is where this belongs
OpenWrt 23.05.0 r23497-6637af95aa / LuCI openwrt-23.05 branch git-23.236.53405-fc638c8
install fresh the transmission-daemon (and luci app)
notice the daemon cant start at this point
initial error
> Wed Dec 6 13:27:29 2023 user.notice transmission: Starting with 505940000 virt mem
>Wed Dec 6 13:27:29 2023 user.err : jail: failed to load dependencies
>Wed Dec 6 13:27:29 2023 daemon.err transmission-daemon[25589]: jail: failed to load dependencies
>Wed Dec 6 13:27:29 2023 daemon.info procd: Instance transmission::instance1 s in a crash loop 9 crashes, 0 seconds since last crash
after which I tried transmission-daemon -f
which led me to install libmbedtls12 , transmission-cli & transmission-web
however the service is still failing to start
> root@GL-MT6000:~# transmission-daemon -f
> Error relocating /usr/bin/transmission-daemon: evthread_set_condition_callbacks: symbol not found
> Error relocating /usr/bin/transmission-daemon: evthread_set_id_callback: symbol not found
> Error relocating /usr/bin/transmission-daemon: evthread_set_lock_callbacks: symbol not found
some referenced post:
[openwrt forums](https://forum.openwrt.org/t/transmission-daemon-errors/180068)
[gl-inet forums](https://forum.gl-inet.com/t/gl-mt6000-flint2-transmission-daemon-error/35898)
### Which application of Transmission?
transmission-daemon
### Which version of Transmission?
4.0.3-4
the new error:
[2023-12-29 07:22:08.225] ERR crypto-utils-mbedtls.cc:232 MbedTLS error: CTR_DRBG - The requested random buffer length is too big (-54) (crypto-utils-mbedtls.cc:232)
googling lead me to this post, which is closed but i dont see any suggestions on what i can do to resolve it, and its from 2022
#5795