Guide: rTorrent + ruTorrent installation
|
11th May, 2015, 09:58 PM
Post: #46
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
Hi! File is not available through http://iqes.pl/upload/rtorrent_pi.sh link
|
|||
2nd Jul, 2015, 06:38 PM
Post: #47
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
Hello!
Wow! This is extremal popular thread! rTorrent+ruTorrents could be optional package in Xbian! Would be sweet! But till than - maybe author or someone else could post somewhere working rtorrent_pi.sh... Or - even better - maybe someone with knowledge would be so nice and tell us how to use those: https://github.com/koper89 + http://forum.xbian.org/archive/index.php/thread-2342.html or maybe this: https://bintray.com/koper89/Xbian-rtorrent Thanks for your support! |
|||
28th Jul, 2015, 09:19 PM
Post: #48
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
no activity on this thread for a while. is there anybody who still has the right script? I've tried to install https://github.com/Kerwood/rtorrent.auto.install but no succes. There seems to be some trouble connecting RU torrent with rtorrent.
|
|||
5th Aug, 2015, 02:01 PM
Post: #49
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
Here is a copy of the script, since the link is now broken:
Code: -#!/bin/bash |
|||
25th Oct, 2015, 08:40 AM
Post: #50
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
When i tried last year this script, it worked, and many thanx to koper89
I tried it again today and it failed to complete the setup After some debugging i noticed that ""sudo apt-get -yqq install php5-fpm libgd2-xpm libpcrecpp0 libxpm4"" returns ""E: Unable to locate package libgd2-xpm"" I switched libgd2-xpm to libgd2-xpm-dev and everything is up and running Most probably it is not the best solution and it could bring up other issues so try it at your own risk |
|||
18th Nov, 2015, 11:01 PM
Post: #51
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
Hi,
I execute the script and work fine. But a while the rtorrent stop to work, when I try to restart this error happend : chmod: cannot access ‘/tmp/rtorrent.dtach’: No such file or directory I try reinstall many times e always happen the same thing. Someone know how to fix? |
|||
14th Feb, 2016, 12:28 AM
Post: #52
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
is this script still working? i prefer to use rtorret instead of transmission, but it seems that noone can get rtorrent working on xbian?
|
|||
20th Apr, 2016, 06:06 AM
Post: #53
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation | |||
30th Nov, 2016, 08:00 PM
Post: #54
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
(20th Apr, 2016 06:06 AM)Peiote Wrote:no that is not the answer, he is asking about the script not deluge(14th Feb, 2016 12:28 AM)Jannik Nielsen Wrote: is this script still working? i prefer to use rtorret instead of transmission, but it seems that noone can get rtorrent working on xbian?Deluge works fine (14th Feb, 2016 12:28 AM)Jannik Nielsen Wrote: is this script still working? i prefer to use rtorret instead of transmission, but it seems that noone can get rtorrent working on xbian?if your on a wheezy based distro it should work. if your on jessie i dont know if you install the plugins (it dos this by default) you may get some errors (i did if its all plugin cant start it ususlly means a dependeny is missing. run the following command to fix it. Code: apt-get install unzip unrar mediainfo ffmpeg and if your not running xbian you need to either change the user or add "xbian" as a user on your system im using banaNAS (simple nas) for on a bananapi m1 and compiled a SATA PM kernel banaNAS is debian based and its rtorrent is working, its my understanding that rtorrent wont work on jessie so if it dosent work for you install a wheezy based distro. |
|||
1st Dec, 2016, 05:10 AM
(This post was last modified: 1st Dec, 2016 07:00 AM by Nachteule.)
Post: #55
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
Tried to get it run and were successfully
There are some issues which has to be solved: 1) libgd2-xpm package does not exist anymore, it has been renamed (probably replaced by libgd3) Solution (workaround): Use libgd2-xpm-dev instead, apt-get will resolve missing dependencies automatically. Not ideal, because a lot of dev packages will be installed - but it works 2) nginx does not start without ipv6 Solution: modprobe ipv6 before starting nginx or put it into file /etc/modules Code: # /etc/modules: kernel modules to load at boot time. Now rtorrent should start (as user root) and working properly 3) Run rtorrent as user xbian:xbian 3.1) change /etc/init.d/rtorrent Code: ... 3.2 Remove execute ... lines in /home/xbian/.rtorrent.rc Code: # Start opening ports at a random position within the port range. (because of rtorrent does not run under root, it does no have right do execute commands chgrp and chmod. This has to be done in /etc/init.d/rtorrent (see above)) 3.3 change ownership of /home/xbian/rtorrent Terminal sudo chown -R xbian:xbian /home/xbian/rtorrent 3.4 restart rtorrent Terminal /etc/init.d/rtorrent restart If you get the errormessage Quote:Starting rtorrent: chmod: cannot access ‘/tmp/rtorrent.dtach’: No such file or directory please run Terminal sudo rm -f /tmp/rtorrent.sock and start rtorrent again 3.5 Reboot issue To make sure that starting rtorrent working properly after (re)boot please modify file /etc/default/rcS Code: # /etc/default/rcS TMPTIME must not be set to 0, because this flushes /tmp folder when system boots and rtorrent sockets has been vanished |
|||
20th Dec, 2016, 08:55 AM
Post: #56
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
(1st Dec, 2016 05:10 AM)Nachteule Wrote: If you get the errormessagei acutally use Code: dtach -A /tmp/rtorrent.dtach rtorrent no need to restart rtorrent or make a batch file. it just works |
|||
11th Mar, 2021, 07:00 PM
Post: #57
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
(20th Dec, 2016 08:55 AM)Overlord_Laharl Wrote:(1st Dec, 2016 05:10 AM)Nachteule Wrote: If you get the errormessagei acutally use Thanks for the great guide. |
|||
25th Jan, 2022, 04:17 PM
Post: #58
|
|||
|
|||
RE: Guide: rTorrent + ruTorrent installation
Informing Today's Craft Beer Drinkers the Tale of The other day's Breweries
Beer background is a vulnerable thing. A lot of it has actually been shed to time due to the fact that things, artefacts, and also recipes did not have a caretaker at a vital time. Closings can happen rapidly, and beer history is just swept aside or discarded. madison beer canada sweatshirt Locating a Beer to Celebrate Indiana For Upland Brewing, the brewery's 15th anniversary was a reason to look into Indiana's brewing history. Upland Developing director Patrick Lynch says that the brewery wished to do something special for its home state, as well as their research aimed them toward a historic beer called Champagne Velvet from the former Terre Haute Developing Business (THBC). kail lowry initial necklace |
|||
« Next Oldest | Next Newest »
|