Guide: rTorrent + ruTorrent installation
|
10th Apr, 2014, 11:07 AM
Post: #16
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
Thanks Koper, your script worked great. I am having a little difficulty in trying to connect sickbeard and couchpotato with rtorrent. Because you use unix sockets, how can I connect with rtorrent? In couchpotato I put scgi://localhost:5000/ but it doesn't work.
|
|||
10th Apr, 2014, 06:08 PM
Post: #17
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
I'm having the same issue!
|
|||
13th Apr, 2014, 08:02 PM
Post: #18
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
It's not working i get an error rtorrent: Error in option file: ~/.rtorrent.rc:77: Could not prepare socket for listening: Address already in use
|
|||
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. |
|||
16th Apr, 2014, 07:24 AM
Post: #20
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
When I change it to those settings however, the web ui stops working and no longer starts up rtorrent.
|
|||
19th Apr, 2014, 12:38 AM
Post: #21
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
You changed all of them? if yes try disableing rutorrent plugins httprcp i rpc. You need to change this 3 files .rtorrent.rc config.php in rutorrent and nginx rutorrent file. It should work I just tried it on fresh install and it works
|
|||
22nd Apr, 2014, 04:59 AM
Post: #22
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
Yep changed them all, I am however installing this on raspbian, so maybe there is a difference? I even disabled the plugin like you said, still doesnt work. I guess I will have to xbian to see.
|
|||
22nd Apr, 2014, 06:04 AM
Post: #23
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
Hmm, if it's not a problem I could check out your setup via ssh it should work perfectly on raspian, but for sure you should change user and folders in this to get it work (because here it's "installing" it as xbian user, and in xbian home folder)
|
|||
23rd Apr, 2014, 12:19 PM
Post: #24
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
Hi all,
Just wanted to say thanks for this awesome script! Got rtorrent and rutorrent up and running quickly and it makes a great xbian citizen w/ XBMC w/ the nice levels. I also wanted to mange rtorrent remotely with a client such as Transdroid on my android, but it appears scgi wasn't configured to allow this. It also wasn't configured for authentication, and I didn't want to open nginx up to the entire world, so I enabled basic auth on it. Here's what I did: nano /etc/nginx/sites-enabled/rutorrent Paste in following (edit port, auth realm, and auth file) and save. server { listen 9999; ##Replace with port to listen on - preferably not same as rutorrent server_name localhost; location ^~ /scgi { auth_basic "Restricted"; ##auth zone - whatever you want to use auth_basic_user_file torpasswd; ##auth file - relative to /etc/nginx/. include scgi_params; scgi_pass unix:/tmp/rtorrent.sock; } } Now you need an auth file at /etc/nginx/torpasswd (or whatever auth file name you specified) Easiest way is to use this online tool here: http://www.askapache.com/online-tools/htpasswd-generator/ -> Be sure to put in the realm used in "auth_basic" in nginx config above, and select md5 and Basic Auth. nano /etc/nginx/torpasswd -> paste in digest algorithm above sudo /etc/init.d/nginx restart Enjoy! In transdroid, you specify user name and password, and then for SCGI mount point you put "/scgi", and also specify the port number you mapped it to. NAT the port through your router and you've got access anywhere with Dynamic DNS! ~James |
|||
11th May, 2014, 09:36 AM
Post: #25
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
Hi and thanks for what seems to be a great script!
I know I probably shouldn't post this here, and I don't mean to be disrespectful in any way. I just thought I'd mention that I tried to install this on latest Raspbmc, and it seems that it started ok, but gave me alot of errors at the end. Pasting errors here, if there is a simple fix to this I would really appreaciate your help. But like I said, I know this isn't the right Place to be asking for support in my case =) Code: rtorrent_pi.sh |
|||
14th May, 2014, 01:03 AM
Post: #26
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
If you can please post log file (source to log is on variables in the script)
|
|||
14th May, 2014, 02:25 AM
Post: #27
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
(14th May, 2014 01:03 AM)koper89 Wrote: If you can please post log file (source to log is on variables in the script) After I posted this I continiued with a manual install of rtorrent on raspbmc, and the day after when I hit reboot through ssh the system never got back online, after plugging it in to a screen I saw that something had messed up the entire system... the initial boot sequence was full of weird symbols... so, sorry, can't post any logs. |
|||
8th Jul, 2014, 03:29 PM
Post: #28
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
(14th Apr, 2014 05:07 AM)koper89 Wrote: 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) Anyone can help me? Made the modification but still no comunication with CouchPotato nor Sickbeard... Also a new message appeared in my rutorrent: [08.07.2014 02:31:31] 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 See below log from my couchpotato [ couchpotato.api] Failed doing api request "download.rtorrent.test": Traceback (most recent call last): File "/usr/local/share/couchpotato/couchpotato/api.py", line 105, in run_handler res = api[route](**kwargs) File "/usr/local/share/couchpotato/couchpotato/core/downloaders/base.py", line 164, in _test t = self.test() File "/usr/local/share/couchpotato/couchpotato/core/downloaders/rtorrent/main.py", line 82, in test if self.connect(True): File "/usr/local/share/couchpotato/couchpotato/core/downloaders/rtorrent/main.py", line 74, in connect self.rt._verify_conn() File "/usr/local/share/couchpotato/libs/rtorrent/__init__.py", line 106, in _verify_conn assert "system.client_version" in self._get_rpc_methods(), "Required RPC method not available." File "/usr/local/share/couchpotato/libs/rtorrent/__init__.py", line 150, in _get_rpc_methods return(self._rpc_methods or self._update_rpc_methods()) File "/usr/local/share/couchpotato/libs/rtorrent/__init__.py", line 139, in _update_rpc_methods self._rpc_methods = self._get_conn().system.listMethods() File "/usr/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/usr/local/share/couchpotato/libs/rtorrent/lib/xmlrpc/scgi.py", line 188, in __request verbose=self.__verbose File "/usr/local/share/couchpotato/libs/rtorrent/lib/xmlrpc/scgi.py", line 98, in request return self.single_request(host, handler, request_body, verbose) File "/usr/local/share/couchpotato/libs/rtorrent/lib/xmlrpc/scgi.py", line 121, in single_request sock.connect(addrinfo[0][4]) File "/usr/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args) error: [Errno 111] Connection refused |
|||
14th Jul, 2014, 07:10 PM
Post: #29
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
Hey, I just installed Xbian on my pi and was looking for a torrent client. I have few requirements.
1. I dont keep my on always, so will rtorrent start along with pi? 2. I have a WD My cloud and want the download to be saved there. I rtorrent capable to downloading directly into my NAS (My Cloud) 3. Does it have a webui that i can use from my laptop/mobile? Thanks! |
|||
15th Jul, 2014, 02:47 AM
Post: #30
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
[quote='koper89' pid='22167' dateline='1397416034']
I installed this per OP but i do not know how to access rtorrent via web GUI. When i typed "rtorrent" in putty this is what i am getting Code: rtorrent: Error in option file: ~/.rtorrent.rc:77: Could not prepare socket for listening: Address already in use |
|||
« Next Oldest | Next Newest »
|