You are not logged in.

#1 2010-05-06 00:35:28

supaflyx3
Member
Registered: 2010-05-02
Posts: 27

guide for rtorrent+rutorrent installation?

Sorry for so many threads >_<

I want to use rtorrent with rutorrent, but i only see a guide for rtorrent in the wiki, does anyone have a guide specifically for arch on installing rtorrent+rutorrent?

Offline

#2 2010-05-06 06:20:34

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

Re: guide for rtorrent+rutorrent installation?

1) Please use the forum search
2) Please search the internet

I'm confident there are enough pointers given by both searches to put the pieces together.


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

Offline

#3 2010-05-06 08:23:31

supaflyx3
Member
Registered: 2010-05-02
Posts: 27

Re: guide for rtorrent+rutorrent installation?

which i've already done.

Offline

#4 2010-05-06 08:26:30

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: guide for rtorrent+rutorrent installation?

Then demonstrate that by attempting to install it and reporting back what (if any) difficulties you encounter... It's only software, after all. Don't be that guy.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2010-05-06 09:01:34

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: guide for rtorrent+rutorrent installation?

Indeed. I use rtorrent and rutorrent, and it never even occurred to me to look for "a guide specifically for arch". As you should already be aware, Arch is as vanilla as it can be - in other words, generic install infor, or install info for another distro, can be used or easily adapted for Arch purposes.

Offline

#6 2011-02-28 19:00:39

arti74
Member
From: Poland
Registered: 2009-10-21
Posts: 27

Re: guide for rtorrent+rutorrent installation?

supaflyx3 wrote:

Sorry for so many threads >_<

I want to use rtorrent with rutorrent, but i only see a guide for rtorrent in the wiki, does anyone have a guide specifically for arch on installing rtorrent+rutorrent?

My quick guide for starters (works for me in ArchLinux both x64 & i686) - maybe stick it somewhere wink

What do you need to install (pacman + yaourt)
rtorrent (I'm using rtorrent-svn), rutorrent, php, apache, php-apache, php-cgi, mod_scgi, php-xsl (not sure if necessery), rutorrent-plugins, php-geoip, screen (for starting rutorrent with screen)

Configure and run rtorrent according to WIKI https://wiki.archlinux.org/index.php/Rtorrent

Configure an run Apache according to WIKI https://wiki.archlinux.org/index.php/Apache#Apache
(after all you may add httpd module to the rc.conf)

Settings:

# chmod 777 -R /srv/http/rutorrent/


changes in /etc/httpd/conf/httpd.conf:
Listen 127.0.0.1:80

Add in the end of LoadModule Section:
LoadModule scgi_module modules/mod_scgi.so
LoadModule php5_module modules/libphp5.so

After # Various default settings add new Section:
# php5
Include conf/extra/php5_module.conf

Add in the end of file:
SCGIMount /RPC2 127.0.0.1:5000


changes in /etc/php/php.ini:
uncomment in html_errors:  log_errors and  Default Value: On

Dynamic Extensions - uncomment:
extension=curl.so
extension=json.so
extension=pdo_sqlite.so
extension=sockets.so
extension=sqlite3.so
extension=sqlite.so
extension=xmlrpc.so
extension=xsl.so

Set open_basedir to look like this:
open_basedir = /usr/bin/:/usr/local/bin/:/srv/http/:/home/:/tmp/:/usr/share/pear/:"path_to_your_torrents_folder"

to enable geoip plugin:
In /etc/php/conf.d/geoip.ini uncomment:
extension=geoip.so

You don't need every plugin, you don't need plugins at all wink Plugins may cause rutorrent trouble.
Read this and choose: http://code.google.com/p/rutorrent/wiki … g_plug-ins:
(you can delete individual plugin folder from /srv/http/rutorrent/plugins/ )

You may now restart httpd module:
# /etc/rc.d/httpd restart

and start rutorrent in the browser:
http://localhost/rutorrent/

ENJOY! smile

Last edited by arti74 (2011-08-06 23:18:13)

Offline

Board footer

Powered by FluxBB