Difference between pages "Package talk:Rutorrent" and "Package:Rtorrent"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
(Created page with "==== optional security lock down stuff ==== {{warning|possibly broken, untested}} first figure out what php you're using {{console|body=###i##eselect php list fpm [1] php5...")
 
m
 
Line 1: Line 1:
==== optional security lock down stuff ====
{{Ebuild
{{warning|possibly broken, untested}}
|Summary=BitTorrent Client using libtorrent
|CatPkg=net-p2p/rtorrent
|Homepage=http://libtorrent.rakshasa.no/
}}
{{warning|this page is untested, and a work in progress.}}
{{PageNeedsUpdates}}
Rtorrent is a command line bittorrent client.


first figure out what php you're using
===Installation===
if you intend to use rtorrent with {{package|www-apps/rutorrent}} or another front end make sure you emerge with the xmlrpc flag.  (for now we'll also throw in the daemon until proven its not needed.  the daemon is strange as its implemented in screen?  its probably so you can attach/detach anywhere infinite times.)
{{console|body=###i## echo "net-p2p/rtorrent xmlrpc daemon" >> /etc/portage/package.use #xmlrpc use flag for web interface.
###i## emerge rtorrent}}


{{console|body=###i##eselect php list fpm
===Configuration===
[1]  php5.5 *
The $USER should be changed to the torrent user you wish to download as.
###i## eselect php list cgi
{{file|name=/etc/conf.d/rtorrentd|lang=|desc=select user|body=
[1]  php5.5 *
USER="$USER"
###i## eselect php list apache2
[1]  php5.5 *
###i## eselect php list cli
[1]  php5.5 *
}}
}}


edit the respective php.ini
====Example====
logged in as the torrent user:
{{console|body=###i## cd
###i## wget https://gist.githubusercontent.com/bryanjswift/1525912/raw/34fe28d70709e6b12840bcede3b82e5ed2abccce/.rtorrent.rc}}
~/.rtorrent.rc is now an example & running config.


Edit the open_basedir in
===xml rpc===
/etc/php/fpm-php5.5/php.ini
{{file|name=~/.rtorrent.rc|lang=|desc=turn on xml rpc|body=
{{file|name=/etc/php/fpm-php5.5/php.ini|lang=|desc=php basedir|body=
scgi_port = localhost:5000
open_basedir = /var/www/localhost/htdocs/rutorrent/conf:/var/www/localhost/htdocs/rutorrent/php:/var/www/localhost/htdocs/rutorrent/
}}
}}


uhh ill have to definitely fix this.  i think its right, or if not its really close.  possibly need to insert a web-app install command to make files appear where they belong.  [[User:Threesixes|Threesixes]] ([[User talk:Threesixes|talk]]) 07:30, March 8, 2015 (UTC)
===service===
to run:
{{console|body=###i## rtorrent}}
 
 
{{EbuildFooter}}

Revision as of 07:39, March 8, 2015

Rtorrent

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

   Warning

this page is untested, and a work in progress.

Rtorrent is a command line bittorrent client.

Installation

if you intend to use rtorrent with www-apps/rutorrent or another front end make sure you emerge with the xmlrpc flag. (for now we'll also throw in the daemon until proven its not needed. the daemon is strange as its implemented in screen? its probably so you can attach/detach anywhere infinite times.)

root # echo "net-p2p/rtorrent xmlrpc daemon" >> /etc/portage/package.use #xmlrpc use flag for web interface.
root # emerge rtorrent

Configuration

The $USER should be changed to the torrent user you wish to download as.

   /etc/conf.d/rtorrentd - select user
USER="$USER"

Example

logged in as the torrent user:

root # cd
root # wget https://gist.githubusercontent.com/bryanjswift/1525912/raw/34fe28d70709e6b12840bcede3b82e5ed2abccce/.rtorrent.rc

~/.rtorrent.rc is now an example & running config.

xml rpc

   ~/.rtorrent.rc - turn on xml rpc
scgi_port = localhost:5000

service

to run:

root # rtorrent