rtorrent -D -n -o import=/opt/etc/rtorrent/rtorrent.conf
rtorrent: error while loading shared libraries: libxmlrpc_util.so.3: cannot open shared object file: No such file or directory
find / -type f -name 'libxmlrpc_util*'
/tmp/mnt/sda2/entware/lib/libxmlrpc_util.so.4.52
Yes, I can see in my config, those were causing the issue during startup.Modify in /opt/etc/rtorrent/rtorrent.conf
from
use_udp_trackers = yes
to
trackers.use_udp.set = yes
and from
peer_exchange = yes
to
protocol.pex.set = yes
And restart services
Code:services restart
- yes, I have used those settings couple months ago and it started working fine. But couple days ago it started throwing lib issue, and symlink did help. The URL you've provided is a fix for the rtorrent not starting up due to the wrong/deprecated variables in the config file, which doesn't resolve the lib issueDon't need the symlink anymore, this will be fixed în next entware update https://github.com/Entware/rtndev/commit/b1432bdb56990edccc173f038256a3efad19d958
Thanks @Al Ryzhov
throttle.max_uploads.set = 8
session.path.set = /xxx/session
schedule2 = watch_directory, 5, 5, load.start=/xxx/watchdir/*.torrent
schedule2 = untied_directory, 5, 5, stop_untied=
schedule2 = low_diskspace, 5, 60, ((close_low_diskspace, 100M))
network.bind_address.set = 0.0.0.0
network.port_range.set = 51411-51411
pieces.hash.on_completion.set = yes
trackers.use_udp.set = yes
protocol.encryption.set = allow_incoming,enable_retry,prefer_plaintext
dht.mode.set = auto
dht.port.set = 51412
protocol.pex.set = yes
network.scgi.open_local = /opt/var/rpc.socket
encoding.add = UTF-8
throttle.max_uploads.global.set = 32
max_downloads_global = 64
throttle.max_downloads.global.set = 0
throttle.global_up.max_rate.set_kb = 200
directory.default.set = /xxx/torrents
Starting rtorrent... failed.
Collected errors:
* pkg_run_script: package "rtorrent-easy-install" postinst script returned status 255.
* opkg_configure: rtorrent-easy-install.postinst returned 255.
Which plugins you removed? I've same problem without any pluginsIf I remove all plugins ruTorrent works fine but If I install again the issue persist. Also uninstalling ruTorrent with plugins...after reinstall have the same issue
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!