Lots of errors when running transmission

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
daylight
Posts: 1
Joined: Mon Jun 25, 2018 2:26 pm

Lots of errors when running transmission

Post by daylight »

Can someone tell me how can I fix these errors when running Transmission 2.92 ?
root@DD-WRT /tmp/mnt/sda2/root/.config/transmission-daemon $ transmission-daemon -f
[2018-06-25 16:24:05.482] tr_crypto_utils OpenSSL error: error:24064064:lib(36):func(100):reason(100) (crypto-utils-openssl.c:407)
[2018-06-25 16:24:05.482] Transmission 2.92 (0) started (session.c:767)
[2018-06-25 16:24:05.482] RPC Server Adding address to whitelist: 192.168.1.* (rpc-server.c:878)
[2018-06-25 16:24:05.483] RPC Server Serving RPC and Web requests on 0.0.0.0:9091/transmission/ (rpc-server.c:1123)
[2018-06-25 16:24:05.483] RPC Server Password required (rpc-server.c:1133)
[2018-06-25 16:24:05.483] UDP Failed to set receive buffer: requested 4194304, got 344064 (tr-udp.c:97)
[2018-06-25 16:24:05.483] UDP Please add the line "net.core.rmem_max = 4194304" to /etc/sysctl.conf (tr-udp.c:99)
[2018-06-25 16:24:05.483] UDP Failed to set send buffer: requested 1048576, got 344064 (tr-udp.c:105)
[2018-06-25 16:24:05.483] UDP Please add the line "net.core.wmem_max = 1048576" to /etc/sysctl.conf (tr-udp.c:107)
[2018-06-25 16:24:05.483] DHT Reusing old id (tr-dht.c:383)
[2018-06-25 16:24:05.483] tr_crypto_utils OpenSSL error: error:24064064:lib(36):func(100):reason(100) (crypto-utils-openssl.c:407)
[2018-06-25 16:24:05.483] DHT Bootstrapping from 82 IPv4 nodes (tr-dht.c:172)
[2018-06-25 16:24:05.484] Using settings from "/tmp/root/.config/transmission-daemon" (daemon.c:642)
[2018-06-25 16:24:05.484] Saved "/tmp/root/.config/transmission-daemon/settings.json" (variant.c:1199)
[2018-06-25 16:24:05.484] transmission-daemon requiring authentication (daemon.c:669)
[2018-06-25 16:24:05.484] Loaded 3 torrents (session.c:2172)
[2018-06-25 16:24:05.484] tr_crypto_utils OpenSSL error: error:24064064:lib(36):func(100):reason(100) (crypto-utils-openssl.c:407)
[2018-06-25 16:24:05.484] Port Forwarding (NAT-PMP) initnatpmp succeeded (0) (natpmp.c:73)
[2018-06-25 16:24:05.484] Port Forwarding (NAT-PMP) sendpublicaddressrequest succeeded (2) (natpmp.c:73)
[2018-06-25 16:24:13.482] Port Forwarding Starting (port-forwarding.c:107)
[2018-06-25 16:24:13.483] tr_crypto_utils OpenSSL error: error:24064064:lib(36):func(100):reason(100) (crypto-utils-openssl.c:345)
[2018-06-25 16:24:13.483] tr_crypto_utils OpenSSL error: error:05067003:lib(5):func(103):reason(3) (crypto-utils-openssl.c:385)
[2018-06-25 16:24:13.483] tr_crypto_utils OpenSSL error: error:05066064:lib(5):func(102):reason(100) (crypto-utils-openssl.c:407)
[2018-06-25 16:24:13.483] tr_crypto_utils OpenSSL error: error:24064064:lib(36):func(100):reason(100) (crypto-utils-openssl.c:407)
[2018-06-25 16:24:13.483] web will verify tracker certs using envvar CURL_CA_BUNDLE: none (web.c:383)
[2018-06-25 16:24:13.483] web NB: this only works if you built against libcurl with openssl or gnutls, NOT nss (web.c:384)
[2018-06-25 16:24:13.483] web NB: invalid certs will show up as 'Could not connect to tracker' like many other errors (web.c:385)
[2018-06-25 16:24:13.483] tr_crypto_utils OpenSSL error: error:24064064:lib(36):func(100):reason(100) (crypto-utils-openssl.c:345)
[2018-06-25 16:24:13.484] tr_crypto_utils OpenSSL error: error:24064064:lib(36):func(100):reason(100) (crypto-utils-openssl.c:385)
[2018-06-25 16:24:14.482] tr_crypto_utils OpenSSL error: error:05067003:lib(5):func(103):reason(3) (crypto-utils-openssl.c:345)
[2018-06-25 16:24:14.482] tr_crypto_utils OpenSSL error: error:05066064:lib(5):func(102):reason(100) (crypto-utils-openssl.c:385)
[2018-06-25 16:24:19.482] tr_crypto_utils OpenSSL error: error:24064064:lib(36):func(100):reason(100) (crypto-utils-openssl.c:407)
mike.dld
Transmission Developer
Posts: 306
Joined: Wed Dec 25, 2013 10:56 pm

Re: Lots of errors when running transmission

Post by mike.dld »

The crypto-utils-openssl.c file in 2.92 only has 335 lines of code. The errors in your log are from lines 345, 385, and 407, which means that your version is patched. Either provide more information (where did you install this version from, on what system), or ask the actual author of the changes made for support.
mike.dld
Transmission Developer
Posts: 306
Joined: Wed Dec 25, 2013 10:56 pm

Re: Lots of errors when running transmission

Post by mike.dld »

In general, the error codes seem to point to issues with random numbers generation. You could check if /dev/random and/or /dev/urandom devices are missing or have improper permissions.
Post Reply