Installation of rutorrent on Ubuntu VPS, page 1

brytekvip lock it in on October 4th, 2014 / post 65869
I have been struggling to install rutorrent on my Ubuntu VPS server over the past week.

I seem to be getting errors everywhere, as I have little knowledge of Linux systems.

Is there anybody out there that could possibly compile it for me? Or assist me in compiling it?

Many thanks,
brytek :-D
robergtolightning Power User on October 4th, 2014 / post 65875
#brytek I have no idea, just writing to show support, for I have recently installed Xubuntu and understand shiks.  :blink:
Keep on goin'! One day we'll master it!  :smile:
Oh, and of course, I'll have it in mind in case I get to know it.-

Good Luck!
slash ProDanceCulture on October 4th, 2014 / post 65876
i thought rutorrent was a front-end type of package for rtorrent, where rtorrent is the software that does the torrent sharing. i also know jack about linux and compiling stuff, i ask viktor to setup, cause yeah, rtorrent requires the libtorrent, and there's no such a page for it as there is for ffmpeg, so there i had to quit eventually, asking viktor to finish it for me.. =)
munkynstar Moderator on October 4th, 2014 / post 65877
brytek wrote:
I have been struggling to install rutorrent on my Ubuntu VPS server over the past week.

I seem to be getting errors everywhere, as I have little knowledge of Linux systems.

Is there anybody out there that could possibly compile it for me? Or assist me in compiling it?

Many thanks,
brytek :-D


Whats your error(s) brytek, I setup my rtorrent, with rutorrent on  my Pi...been working for almost a year..I'm a Linux/Unix admin so I can help out if you want..
robergtolightning Power User on October 6th, 2014 / post 65937
WOW  :w00t: Linux/Unix Admin! #munkyn, wish I kew just a little of what you know, must be great. My respect! :closedeyes:
slash ProDanceCulture on October 7th, 2014 / post 65943
ghm.. i withdraw my comment about front-end and stuff..

i've always thought phpmyadmin, while being more than simple frond end, was still a front-end for sql and db type of direct operations.. now i've found phpmyadmin folder in /etc/ and in other places, so phpmyadmin is an deep seated application, not just some pages... same might be with rutorrent, so i don't know... funny, all these years, i have only once had a seedbox... =) usually i operate directly with rtorrent.

btw, if you are able to install rtorrent, its functionality via the shell access is pretty good too.. i haven't seen rutorrent once, but rtorrent itself is very configurable, superseed3 is running rtorrent and all i do is have my scripts put torrent files into special folder where rtorrent checks and then it starts the torrent and later i have another script erase the .torrent file, and rtorrent stops the torrent. very easy... only has problems with stop_on_ratio directive..
robergtolightning Power User on October 7th, 2014 / post 65948
#slash Hi! I think it must be quite easier if I knew more on liux(just beginning with xubuntu), but may I ask how does rtorrent manage .magnet files? I understand that if you download a torrent file and store it in a folder rtorrent and works with it, but magnet are different, I guess.-
Thanks!
munkynstar Moderator on October 7th, 2014 / post 65958
slash wrote:
ghm.. i withdraw my comment about front-end and stuff..

i've always thought phpmyadmin, while being more than simple frond end, was still a front-end for sql and db type of direct operations.. now i've found phpmyadmin folder in /etc/ and in other places, so phpmyadmin is an deep seated application, not just some pages... same might be with rutorrent, so i don't know... funny, all these years, i have only once had a seedbox... =) usually i operate directly with rtorrent.

btw, if you are able to install rtorrent, its functionality via the shell access is pretty good too.. i haven't seen rutorrent once, but rtorrent itself is very configurable, superseed3 is running rtorrent and all i do is have my scripts put torrent files into special folder where rtorrent checks and then it starts the torrent and later i have another script erase the .torrent file, and rtorrent stops the torrent. very easy... only has problems with stop_on_ratio directive..



Slash /etc is where near enough all config (.cfg/.conf) files for most binaries (applications) unless its stipulated a  non standard folder or partition :yes:
munkynstar Moderator on October 7th, 2014 / post 65959
robergto wrote:
#slash Hi! I think it must be quite easier if I knew more on liux(just beginning with xubuntu), but may I ask how does rtorrent manage .magnet files? I understand that if you download a torrent file and store it in a folder rtorrent and works with it, but magnet are different, I guess.-
Thanks!


brytek/Robert my advice to you is run: -

#apt-get remove rutorrent  (or whatever you have installed to try and setup rtorrent/rutorrent) and start afresh

or what I would do

#apt-get purge rutorrent/rtorrent  (this will remove all the configs as well and leave you as is before you began

and start afresh...

when I installed rtorrent last year I documented it from the link I got it from, i have reformated the page now so as that its easier to understand  on my site, so if you follow it all the way though you shouldn't have any problems installing rtorrent/rutorrent (bare in mind its currently at 3.6 where as mine was installed at 3.4 which works fine a year on...

I have added text files for the config that you will need as the formatting on my site has wrapped them around the page...

also bare in mind that if you copy and paste text into a linux  from windows or web page, you  will no doubt copy carriage return so its better to copy to notepad or notepad ++ so you don't get any syntax errors...either in your commands that you run or configs that you have to add (~.rtorrent.rc or the virtualhosts to get rtorrent to work.. - I have copied the configs to text files with links on the page, so this should alleviate any issue...

Anyway enough...here's the link for you, any questions let me know ( this was installed on raspbian, so it will work the same as debian and ubuntu as all 3 O/S are the near enough the same, so you won't have any issues

https://northernmunky.co.uk/2013/07/20/setup-rutorrent-server/

:mbounce:
slash ProDanceCulture on October 8th, 2014 / post 65961
munkyn wrote:
slash wrote:
ghm.. i withdraw my comment about front-end and stuff..

i've always thought phpmyadmin, while being more than simple frond end, was still a front-end for sql and db type of direct operations.. now i've found phpmyadmin folder in /etc/ and in other places, so phpmyadmin is an deep seated application, not just some pages... same might be with rutorrent, so i don't know... funny, all these years, i have only once had a seedbox... =) usually i operate directly with rtorrent.

Slash /etc is where near enough all config (.cfg/.conf) files for most binaries (applications) unless its stipulated a  non standard folder or partition :yes:


well, yeah, this is exactly what i "realized", - that phpmyadmin is an application first, and www front-end second..

btw, about CR, - as long as you copy-paste one line/command at a time, the carriage return won't hurt, iven if it gets in there, cause it'll just trigger [enter-pressed-event] and command will execute on paste.. that is all of course relevant to copy-paste commands to a telnet client or whatever/how shell access you using from a page.
brytekvip lock it in on October 8th, 2014 / post 65969
I followed the guide and have rtorrent running, however the web end (rutorrent) gives me a 404 Not Found error. (When I vist myip/rutorrent)

"The requested URL /rutorrent was not found on this server."

Any thoughts as to why this is happening, maybe a misconfiguration the visual hosts file?

Also, is there a method I can test rtorrent through the command line, like use rtorrent through command line?

Big thanks to everybody who has helped and put time and effort into helping me so far :-)
slash ProDanceCulture on October 8th, 2014 / post 65970
>> rtorrent

will run the program, if it's in the path, otherwise with the path..

>> screen rtorrent

will put rtorrent into a screen, thus enabling its detachment with CTRL+AD so that you could break telnet connection and rtorrent will keep running.
munkynstar Moderator on October 8th, 2014 / post 65978
robergto wrote:
#slash Hi! I think it must be quite easier if I knew more on liux(just beginning with xubuntu), but may I ask how does rtorrent manage .magnet files? I understand that if you download a torrent file and store it in a folder rtorrent and works with it, but magnet are different, I guess.-
Thanks!


robert...  you can look at using magnet links here https://wiki.rtorrent.org/MagnetUri however if you have rutorrent setup you can just paste your  magnet URL into the box when adding a new torrent...



alternatively you can use a watch folder and drop torrents in there locally or when I am out and about I use bitorrent sync on my phone which is sync'd with my rtorrent watch folder... I run bittorrent sync after downloading the torrent to my phone, it then uploads the torrent (syncs the folder) for me and automatically starts to download ( I have  postfix mail server setup so it emails me once completed)  :thumbsup:
munkynstar Moderator on October 8th, 2014 / post 65979
slash wrote:
munkyn wrote:
slash wrote:
ghm.. i withdraw my comment about front-end and stuff..

i've always thought phpmyadmin, while being more than simple frond end, was still a front-end for sql and db type of direct operations.. now i've found phpmyadmin folder in /etc/ and in other places, so phpmyadmin is an deep seated application, not just some pages... same might be with rutorrent, so i don't know... funny, all these years, i have only once had a seedbox... =) usually i operate directly with rtorrent.

Slash /etc is where near enough all config (.cfg/.conf) files for most binaries (applications) unless its stipulated a  non standard folder or partition :yes:


well, yeah, this is exactly what i "realized", - that phpmyadmin is an application first, and www front-end second..

btw, about CR, - as long as you copy-paste one line/command at a time, the carriage return won't hurt, iven if it gets in there, cause it'll just trigger [enter-pressed-event] and command will execute on paste.. that is all of course relevant to copy-paste commands to a telnet client or whatever/how shell access you using from a page.



very true slash....only really an issue or to be aware of when pasting content into a config or text file as the shell will try interpret it, why  I posted the config file is text links!! :thumbsup:  :thumbsup:  :thumbsup:
munkynstar Moderator on October 8th, 2014 / post 65981
[quote=brytek]I followed the guide and have rtorrent running, however the web end (rutorrent) gives me a 404 Not Found error. (When I vist myip/rutorrent)

"The requested URL /rutorrent was not found on this server."

Any thoughts as to why this is happening, maybe a misconfiguration the visual hosts file?

Also, is there a method I can test rtorrent through the command line, like use rtorrent through command line?

Big thanks to everybody who has helped and put time and effort into helping me so far :-)[/quote

brytek... don't forget your rtorrent will be accessible via the following: -

https and not http

a 404 is file not found...so I would check any typos because in Linux rutorent and Rutorrent are two separate folders (case sensative)  if this doesn't  resolve it.. I would open the following files..

#tail -f /var/log/apache2/access.log
# tail -f /var/log/apache2/error.log

to see what is going when you start up rtorrent to ascertain the problem...

They're rtorrent logs located in your rtorrent user home directory, which may or may not help you in finding out your issue or help you work out what is going wrong...

# /home/rtorrent_user/.rtorrent/logs/rtorrent.log
#/home/rtorrent_user/.rtorrent/logs/tracker.log
#/home/rtorrent_user/.rtorrent/logs/peer.log
you cannot post in this forum.
click here to to create a user account to participate in our forum.