 Guide: rTorrent + ruTorrent installation
Guide: rTorrent + ruTorrent installation
| 
					Guide: rTorrent + ruTorrent installation
				 | 
| 
					14th Apr, 2014, 05:07 AM 
				 Post: #19 | |||
| 
 | |||
| RE: Guide: rTorrent + ruTorrent installation 
					Ok, sorry that I didn't answer earlier, to all of you who want to use it with sickbeard/couchpotato, because I used here scgi_local (local socket) you need to change in rtorrent.rc (defaulet /home/xbian/.rtorrent.rc)  this line: scgi_local = /tmp/rtorrent.sock to scgi_port = 127.0.0.1:5000 and in: /etc/nginx/sites-available/rutorrent scgi_pass unix:/tmp/rtorrent.sock; to scgi_pass localhost:5000; /var/www/rutorrent/conf/config.php $scgi_port = 0; $scgi_host = "unix:///tmp/rtorrent.sock"; to $scgi_port = 5000; $scgi_host = "127.0.0.1"; It'll now work. It will solve your problem vokus also, but basicaly it means your rtorrent crashed and just reboot and your problem would be solved. | |||
| 
					« Next Oldest | Next Newest »
				 |