The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Package:Rtorrent
Rtorrent
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.
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 userUSER="$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 rpcscgi_port = localhost:5000
service
to run:
root # rtorrent