SlideShare a Scribd company logo
1 of 6
Download to read offline
04/09/13

Installing rTorrent and ruTorrent on Ubuntu Server | Ben Vassie

Ben Vassie
Documenting my adventures with Linux

Installing rTorrent and ruTorrent on
Ubuntu Server
Posted on 1 May 2013
I’ve always wanted to install rTorrent and ruTorrent but been put off by the fact that you
have to compile pretty much every component, after reading a few tutorials I decided to give
it a go and document it as I went along.
To save us adding sudo before each command we will change to the root user
sudo su

Install the required dependencies
apt-get install subversion build-essential automake libtool libcppunit-dev

Install Apache and enable the Simple Common Gateway Interface (SCGI)
apt-get install apache2 php5 php5-cli php5-curl libapache2-mod-scgi
ln -s /etc/apache2/mods-available/scgi.load /etc/apache2/mods-enabled/scgi.

Install XML-RPC
cd /tmp
svn checkout http://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/stable xmlrpc-c
cd xmlrpc-c
./configure --disable-cplusplus
make
make install

Install libTorrent
vassie.me/installing-rtorrent-and-rutorrent-on-ubuntu-server

1/6
04/09/13

Installing rTorrent and ruTorrent on Ubuntu Server | Ben Vassie

cd /tmp
wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.13.2.tar.gz
tar xvf libtorrent-0.13.2.tar.gz
cd libtorrent-0.13.2
./autogen.sh
./configure
make
make install

Install rTorrent
cd /tmp
wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.9.2.tar.gz
tar xvf rtorrent-0.9.2.tar.gz
cd rtorrent-0.9.2
./autogen.sh
./configure --with-xmlrpc-c
make
make install
ldconfig

Configure rTorrent

exit # Return to your normal user
cd # Return to you home directory
wget https://gist.github.com/vassie79/5495074/raw/db591696606da72cfcb5f2c6d94dc30bdbf3391e

Contents of .rtorrent.rc shown below
Click To Expand Code

Depending on your requirements, hardware, connection speed etc. you may want to edit
the setting in .rtorrent.rc .
Create required directories for rTorrent, if you want to change the directory names and/or
paths, remember to also edit .rtorrent.rc
mkdir -p ~/rtorrent/.session
mkdir ~/rtorrent/watch
mkdir ~/rtorrent/download

Install ruTorrent
sudo su
cd /tmp
wget https://rutorrent.googlecode.com/files/rutorrent-3.5.tar.gz
tar xvf rutorrent-3.5.tar.gz
mv rutorrent /var/www
wget https://rutorrent.googlecode.com/files/plugins-3.5.tar.gz
tar xvf plugins-3.5.tar.gz
mv plugins /var/www/rutorrent
vassie.me/installing-rtorrent-and-rutorrent-on-ubuntu-server

2/6
04/09/13

Installing rTorrent and ruTorrent on Ubuntu Server | Ben Vassie

rm -rf /var/www/rutorrent/plugins/darkpal # Depreciated plugin
chown -R www-data:www-data /var/www/rutorrent

Secure ruTorrent
a2enmod ssl
a2enmod auth_digest
a2enmod scgi
openssl req $@ -new -x509 -days 365 -nodes -out /etc/apache2/apache.pem -keyout
chmod 600 /etc/apache2/apache.pem

Create a username and password for ruTorrent by changing username below to a
username of your choice. Also change hostname to match the hostname of the server
you are installing rTorrent on
htdigest -c /etc/apache2/passwords hostname username

You will prompted to enter create a password for your user

cd /etc/apache2/sites-available/
rm -rf default
wget https://gist.github.com/vassie79/5495059/raw/2e052e9b9465b83321306eb5055e1ade77bfe56a

Contents of default shown below
Click To Expand Code

You will need to edit the default file after downloading it
nano default

Change hostname after AuthName to match the hostname of the server you are
installing rTorrent on (you need to edit both entries)
a2ensite default-ssl
/etc/init.d/apache2 reload

Enable Byobu, this will allow us to run rTorrent in a screen session
exit # Return to your normal user
cd # Return to you home directory
byobu-enable

Once Byobu has been enabled, press F2 to create a new session, then launch rTorrent
rtorrent
vassie.me/installing-rtorrent-and-rutorrent-on-ubuntu-server

3/6
04/09/13

Installing rTorrent and ruTorrent on Ubuntu Server | Ben Vassie

You can then press F6 to detach from the session and logout, rTorrent will continue to
run and you can access it via http://ipaddress/rutorrent , you will prompted for a
username and password, enter what was used when securing ruTorrent.
This entry was posted in Linux, Ubuntu Server and tagged rTorrent, ruTorrent by Ben.
Bookmark the permalink [http://vassie.me/installing-rtorrent-and-rutorrent-onubuntu-server] .

16 comments

0

★

Leave a message...
Post as Leonir Lopes

Leonir Lopes

My Disqus
a minute ago

•

Share

⤤

Community

⚙

Best

For those using PUTTY
SCREEN is an alternative to the BYOBU
Install screen:
# apt-get install screen
Start rTorrent in a detached shell using screen:
# screen -fa -d -m rtorrent
(To start rTorrent automatically after reboots, add the above command
to /etc/rc.local)

▽ △
jobam

Edit
•

Reply

Share ›

2 months ago

no it does't work:
Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.
Where is the right locayion of the rtorrent.rc file?
Reply
Mod

>

B en

Share ›
jobam • 2 months ago

▽ △

.rtorrent.rc should be in your home directory
Reply

▽ △

vassie.me/installing-rtorrent-and-rutorrent-on-ubuntu-server

Share ›
4/6
04/09/13

Installing rTorrent and ruTorrent on Ubuntu Server | Ben Vassie

jobam

•

2 months ago

This is my problem:
(20:17:35) Using 'epoll' based polling.
(20:17:35) Using 'epoll' based polling.
(20:17:35) Using 'epoll' based polling.
(20:17:35) Could not read resource file: ~/.rtorrent.rc
[Throttle off/off KB] [Rate 0.0/ 0.0 KB] [Port: 6889] [U 0/0] [D 0/0] [H 0/3
Reply
B en

Share ›

Mod

jobam • 2 months ago

>

▽ △

That's normal (I believe) the "epoll" messages should disappear
shortly after launching rtorrent. Is rtorrent running OK?
Reply

▽ △

S c ot t B ell

•

Share ›

2 months ago

Must have taken a wrong turn, my terminal window is constantly
scrolling:
uî¿ 12.04.2 0:* 19â¼ 3d23h 0.02 2x3.5GHz 3.9G11% 2013-07-10 08:06:
No idea what I have done :S
Reply
Mod

>

B en

Share ›
Scott Bell • 2 months ago

▽ △

Are you connecting to your server using Putty?
Share ›

S c ot t B ell

>

Reply

Ben • 2 months ago

▽ △

I have sat down and attempted this again this morning.
I have pasted in the commands line by line as I think
some were being missed out yesterday with pasting
them in the entire chunks that you have them presented.
It is looking a lot better now and I am able to load
rutorrent on my main PC via the web interface.
Reply

>

▽ △

S c ot t B ell

Share ›

Ben • 2 months ago

In this instance yes, I was using putty.
I was mistyping some of the commands into the vSphere
console window.

B en

Mod

Share ›

>

▽ △
vassie.me/installing-rtorrent-and-rutorrent-on-ubuntu-server

Reply

Scott Bell • 2 months ago
5/6
04/09/13

Installing rTorrent and ruTorrent on Ubuntu Server | Ben Vassie
B en M o d
Scott Bell • 2 months ago

>

Putty and Byobu don't get on that well
http://askubuntu.com/questions...

•

3 months ago

▽ △

Raafat

Reply

Share ›

Thank you really was a great article
Reply

▽ △

x enc ored

•

Share ›

3 months ago

Didn't work for me ,I am running Virtualmin on my server if that has
anything to do with it.
Reply

>

B en

Share ›

xencored • 3 months ago

▽ △

What error are you getting?

▽ △

frees t y lin135

Reply
•

Share ›

4 months ago

Worked great for me using beaglebone black running ubuntu server
13.04. Thanks a ton!

▽ △

t ux fic t ion

Reply
•

Share ›

4 months ago

Trying it now, thanks.
Reply

▽ △

vassie.me/installing-rtorrent-and-rutorrent-on-ubuntu-server

Share ›

6/6

More Related Content

Viewers also liked (7)

Личность педагога или
Личность педагога илиЛичность педагога или
Личность педагога или
 
Naidoc
NaidocNaidoc
Naidoc
 
Naidoc
NaidocNaidoc
Naidoc
 
A2A Geothermal energy
A2A Geothermal energyA2A Geothermal energy
A2A Geothermal energy
 
Amazon ecommerce
Amazon ecommerceAmazon ecommerce
Amazon ecommerce
 
A2A Fossil fuel ppt
A2A Fossil fuel pptA2A Fossil fuel ppt
A2A Fossil fuel ppt
 
Direct Method in ESL Demonstration
Direct Method in ESL DemonstrationDirect Method in ESL Demonstration
Direct Method in ESL Demonstration
 

More from leonirlopes

Your own mail server with virtualmin – low end box
Your own mail server with virtualmin – low end boxYour own mail server with virtualmin – low end box
Your own mail server with virtualmin – low end box
leonirlopes
 
Torrentflux baixando propagando torrents e arquivos
Torrentflux  baixando propagando torrents e arquivosTorrentflux  baixando propagando torrents e arquivos
Torrentflux baixando propagando torrents e arquivos
leonirlopes
 
Mfl59166626 rev04
Mfl59166626 rev04Mfl59166626 rev04
Mfl59166626 rev04
leonirlopes
 
Ht c350-br-por-0316
Ht c350-br-por-0316Ht c350-br-por-0316
Ht c350-br-por-0316
leonirlopes
 
Java como programar.volume_4_john_lennonn
Java como programar.volume_4_john_lennonnJava como programar.volume_4_john_lennonn
Java como programar.volume_4_john_lennonn
leonirlopes
 
java paradigma oo
java paradigma oojava paradigma oo
java paradigma oo
leonirlopes
 
Como burlar internet da vivo on 200 mb no android
Como burlar internet da vivo on 200 mb no androidComo burlar internet da vivo on 200 mb no android
Como burlar internet da vivo on 200 mb no android
leonirlopes
 
Como ganhar na loteria usando sistemas
Como ganhar na loteria usando sistemasComo ganhar na loteria usando sistemas
Como ganhar na loteria usando sistemas
leonirlopes
 

More from leonirlopes (12)

ISO/IEC 38500 - IT Governance Standard
ISO/IEC 38500 - IT Governance StandardISO/IEC 38500 - IT Governance Standard
ISO/IEC 38500 - IT Governance Standard
 
CMMI - Capability Maturity Model Integration
CMMI - Capability Maturity Model IntegrationCMMI - Capability Maturity Model Integration
CMMI - Capability Maturity Model Integration
 
MPS.BR
MPS.BRMPS.BR
MPS.BR
 
Modelos de Governança de TI: COBIT e ITIL
Modelos de Governança de TI: COBIT e ITILModelos de Governança de TI: COBIT e ITIL
Modelos de Governança de TI: COBIT e ITIL
 
Your own mail server with virtualmin – low end box
Your own mail server with virtualmin – low end boxYour own mail server with virtualmin – low end box
Your own mail server with virtualmin – low end box
 
Torrentflux baixando propagando torrents e arquivos
Torrentflux  baixando propagando torrents e arquivosTorrentflux  baixando propagando torrents e arquivos
Torrentflux baixando propagando torrents e arquivos
 
Mfl59166626 rev04
Mfl59166626 rev04Mfl59166626 rev04
Mfl59166626 rev04
 
Ht c350-br-por-0316
Ht c350-br-por-0316Ht c350-br-por-0316
Ht c350-br-por-0316
 
Java como programar.volume_4_john_lennonn
Java como programar.volume_4_john_lennonnJava como programar.volume_4_john_lennonn
Java como programar.volume_4_john_lennonn
 
java paradigma oo
java paradigma oojava paradigma oo
java paradigma oo
 
Como burlar internet da vivo on 200 mb no android
Como burlar internet da vivo on 200 mb no androidComo burlar internet da vivo on 200 mb no android
Como burlar internet da vivo on 200 mb no android
 
Como ganhar na loteria usando sistemas
Como ganhar na loteria usando sistemasComo ganhar na loteria usando sistemas
Como ganhar na loteria usando sistemas
 

Recently uploaded

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Recently uploaded (20)

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 

Installing r torrent and rutorrent on ubuntu server

  • 1. 04/09/13 Installing rTorrent and ruTorrent on Ubuntu Server | Ben Vassie Ben Vassie Documenting my adventures with Linux Installing rTorrent and ruTorrent on Ubuntu Server Posted on 1 May 2013 I’ve always wanted to install rTorrent and ruTorrent but been put off by the fact that you have to compile pretty much every component, after reading a few tutorials I decided to give it a go and document it as I went along. To save us adding sudo before each command we will change to the root user sudo su Install the required dependencies apt-get install subversion build-essential automake libtool libcppunit-dev Install Apache and enable the Simple Common Gateway Interface (SCGI) apt-get install apache2 php5 php5-cli php5-curl libapache2-mod-scgi ln -s /etc/apache2/mods-available/scgi.load /etc/apache2/mods-enabled/scgi. Install XML-RPC cd /tmp svn checkout http://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/stable xmlrpc-c cd xmlrpc-c ./configure --disable-cplusplus make make install Install libTorrent vassie.me/installing-rtorrent-and-rutorrent-on-ubuntu-server 1/6
  • 2. 04/09/13 Installing rTorrent and ruTorrent on Ubuntu Server | Ben Vassie cd /tmp wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.13.2.tar.gz tar xvf libtorrent-0.13.2.tar.gz cd libtorrent-0.13.2 ./autogen.sh ./configure make make install Install rTorrent cd /tmp wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.9.2.tar.gz tar xvf rtorrent-0.9.2.tar.gz cd rtorrent-0.9.2 ./autogen.sh ./configure --with-xmlrpc-c make make install ldconfig Configure rTorrent exit # Return to your normal user cd # Return to you home directory wget https://gist.github.com/vassie79/5495074/raw/db591696606da72cfcb5f2c6d94dc30bdbf3391e Contents of .rtorrent.rc shown below Click To Expand Code Depending on your requirements, hardware, connection speed etc. you may want to edit the setting in .rtorrent.rc . Create required directories for rTorrent, if you want to change the directory names and/or paths, remember to also edit .rtorrent.rc mkdir -p ~/rtorrent/.session mkdir ~/rtorrent/watch mkdir ~/rtorrent/download Install ruTorrent sudo su cd /tmp wget https://rutorrent.googlecode.com/files/rutorrent-3.5.tar.gz tar xvf rutorrent-3.5.tar.gz mv rutorrent /var/www wget https://rutorrent.googlecode.com/files/plugins-3.5.tar.gz tar xvf plugins-3.5.tar.gz mv plugins /var/www/rutorrent vassie.me/installing-rtorrent-and-rutorrent-on-ubuntu-server 2/6
  • 3. 04/09/13 Installing rTorrent and ruTorrent on Ubuntu Server | Ben Vassie rm -rf /var/www/rutorrent/plugins/darkpal # Depreciated plugin chown -R www-data:www-data /var/www/rutorrent Secure ruTorrent a2enmod ssl a2enmod auth_digest a2enmod scgi openssl req $@ -new -x509 -days 365 -nodes -out /etc/apache2/apache.pem -keyout chmod 600 /etc/apache2/apache.pem Create a username and password for ruTorrent by changing username below to a username of your choice. Also change hostname to match the hostname of the server you are installing rTorrent on htdigest -c /etc/apache2/passwords hostname username You will prompted to enter create a password for your user cd /etc/apache2/sites-available/ rm -rf default wget https://gist.github.com/vassie79/5495059/raw/2e052e9b9465b83321306eb5055e1ade77bfe56a Contents of default shown below Click To Expand Code You will need to edit the default file after downloading it nano default Change hostname after AuthName to match the hostname of the server you are installing rTorrent on (you need to edit both entries) a2ensite default-ssl /etc/init.d/apache2 reload Enable Byobu, this will allow us to run rTorrent in a screen session exit # Return to your normal user cd # Return to you home directory byobu-enable Once Byobu has been enabled, press F2 to create a new session, then launch rTorrent rtorrent vassie.me/installing-rtorrent-and-rutorrent-on-ubuntu-server 3/6
  • 4. 04/09/13 Installing rTorrent and ruTorrent on Ubuntu Server | Ben Vassie You can then press F6 to detach from the session and logout, rTorrent will continue to run and you can access it via http://ipaddress/rutorrent , you will prompted for a username and password, enter what was used when securing ruTorrent. This entry was posted in Linux, Ubuntu Server and tagged rTorrent, ruTorrent by Ben. Bookmark the permalink [http://vassie.me/installing-rtorrent-and-rutorrent-onubuntu-server] . 16 comments 0 ★ Leave a message... Post as Leonir Lopes Leonir Lopes My Disqus a minute ago • Share ⤤ Community ⚙ Best For those using PUTTY SCREEN is an alternative to the BYOBU Install screen: # apt-get install screen Start rTorrent in a detached shell using screen: # screen -fa -d -m rtorrent (To start rTorrent automatically after reboots, add the above command to /etc/rc.local) ▽ △ jobam Edit • Reply Share › 2 months ago no it does't work: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Where is the right locayion of the rtorrent.rc file? Reply Mod > B en Share › jobam • 2 months ago ▽ △ .rtorrent.rc should be in your home directory Reply ▽ △ vassie.me/installing-rtorrent-and-rutorrent-on-ubuntu-server Share › 4/6
  • 5. 04/09/13 Installing rTorrent and ruTorrent on Ubuntu Server | Ben Vassie jobam • 2 months ago This is my problem: (20:17:35) Using 'epoll' based polling. (20:17:35) Using 'epoll' based polling. (20:17:35) Using 'epoll' based polling. (20:17:35) Could not read resource file: ~/.rtorrent.rc [Throttle off/off KB] [Rate 0.0/ 0.0 KB] [Port: 6889] [U 0/0] [D 0/0] [H 0/3 Reply B en Share › Mod jobam • 2 months ago > ▽ △ That's normal (I believe) the "epoll" messages should disappear shortly after launching rtorrent. Is rtorrent running OK? Reply ▽ △ S c ot t B ell • Share › 2 months ago Must have taken a wrong turn, my terminal window is constantly scrolling: uî¿ 12.04.2 0:* 19â¼ 3d23h 0.02 2x3.5GHz 3.9G11% 2013-07-10 08:06: No idea what I have done :S Reply Mod > B en Share › Scott Bell • 2 months ago ▽ △ Are you connecting to your server using Putty? Share › S c ot t B ell > Reply Ben • 2 months ago ▽ △ I have sat down and attempted this again this morning. I have pasted in the commands line by line as I think some were being missed out yesterday with pasting them in the entire chunks that you have them presented. It is looking a lot better now and I am able to load rutorrent on my main PC via the web interface. Reply > ▽ △ S c ot t B ell Share › Ben • 2 months ago In this instance yes, I was using putty. I was mistyping some of the commands into the vSphere console window. B en Mod Share › > ▽ △ vassie.me/installing-rtorrent-and-rutorrent-on-ubuntu-server Reply Scott Bell • 2 months ago 5/6
  • 6. 04/09/13 Installing rTorrent and ruTorrent on Ubuntu Server | Ben Vassie B en M o d Scott Bell • 2 months ago > Putty and Byobu don't get on that well http://askubuntu.com/questions... • 3 months ago ▽ △ Raafat Reply Share › Thank you really was a great article Reply ▽ △ x enc ored • Share › 3 months ago Didn't work for me ,I am running Virtualmin on my server if that has anything to do with it. Reply > B en Share › xencored • 3 months ago ▽ △ What error are you getting? ▽ △ frees t y lin135 Reply • Share › 4 months ago Worked great for me using beaglebone black running ubuntu server 13.04. Thanks a ton! ▽ △ t ux fic t ion Reply • Share › 4 months ago Trying it now, thanks. Reply ▽ △ vassie.me/installing-rtorrent-and-rutorrent-on-ubuntu-server Share › 6/6