You are not logged in.

#1 2012-05-05 16:21:22

Elanthius
Member
Registered: 2012-05-05
Posts: 2

rutorrent can't connect after upgrade

I ran yaourt -Syu --aur and I think it updated rutorrent and php. Rutorrent was moved to a new directory but I think I got that resolved so now at least the URL resolved by editting /etc/http/conf/httpd.conf but I'm still getting "Torrent list not available, connection to rTorrent not established". Normally I would think that was related to SCGI but I have


[root@archer ~]# grep SCGI /etc/httpd/conf/httpd.conf
SCGIMount /RPC2 127.0.0.1:5000

and

[root@archer ~]# grep -i SCGI /usr/share/webapps/rutorrent/conf/config.php 
	$scgi_port = 5000;
	$scgi_host = "127.0.0.1";

Can anyone suggest what I might be missing?

Offline

#2 2012-05-05 17:52:52

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: rutorrent can't connect after upgrade

Is your SCGI port still set in your ~/.rtorrent.rc?


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#3 2012-05-05 17:54:29

Elanthius
Member
Registered: 2012-05-05
Posts: 2

Re: rutorrent can't connect after upgrade

Also yes,

[root@archer ~]# grep -i SCGI ~rtorrent/.rtorrent.rc 
scgi_port = localhost:5000

Offline

#4 2012-05-05 18:27:22

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: rutorrent can't connect after upgrade

What PHP and rutorrent versions are you running at the moment? You are sure you fully restarted your HTTP server after the upgrade? Sometimes a restart of {light,}httpd isn't enough to kill the running PHP instances, and you have to kill them manually.

If that does not work, try a manual install of rutorrent (I don't use an AUR package myself, I usually just grab the upstream tarball and untar it in /srv/http/).

Last edited by .:B:. (2012-05-05 19:00:18)


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

Board footer

Powered by FluxBB