I’ve checked and double checked, reverted, googled, I can’t figure this out.
~/.rtorrent.rc
has:
network.scgi.open_port = localhost:9693
and rutorrent’s config (/srv/rutorrent/conf/config.php
) has:
$scgi_port = 9693;
$scgi_host = "127.0.0.1";
HOWEVER, the config file by default had the port set to 5000, and was working before. all I did was change the port range from what it was before to 8889-8889.
I’ve restarted a million times rtorrent and the whole server, rutorrent refuses to connect. All I get is:
No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.
This is my entire config:
#START HERE --
directory.default.set = /media/nas-share/Downloads
encoding.add = UTF-8
encryption = allow_incoming,try_outgoing,enable_retry
execute.nothrow = chmod,777,/home/seedbox/.config/rpc.socket
execute.nothrow = chmod,777,/home/seedbox/.sessions
network.port_random.set = yes
network.port_range.set = 8889-8889
network.scgi.open_port = localhost:9693
network.tos.set = throughput
pieces.hash.on_completion.set = no
protocol.pex.set = no
schedule = watch_directory,5,5,load.start=/home/seedbox/rwatch/*.torrent
system.file_allocate.set = yes
session.path.set = /home/seedbox/.sessions/
throttle.global_down.max_rate.set = 0
throttle.global_up.max_rate.set = 0
throttle.max_peers.normal.set = 1000
throttle.max_peers.seed.set = -1
throttle.max_uploads.global.set = 1000
throttle.min_peers.normal.set = 1
throttle.min_peers.seed.set = -1
trackers.use_udp.set = yes
# -- END HERE --
I did add some logging flags before reverting the entire config back, and rtorrent seemed to be accepting connections just fine, but rutorrent wasn’t showing anything.