<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: rtorrent with wtorrent on debian etch complete HOWTO</title>
	<atom:link href="http://flipsidereality.com/blog/linux/rtorrent-with-wtorrent-on-debian-etch-complete-howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://flipsidereality.com/blog/linux/rtorrent-with-wtorrent-on-debian-etch-complete-howto/</link>
	<description>Once upon a time, in a land far far away...</description>
	<lastBuildDate>Wed, 03 Mar 2010 13:23:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: klooride</title>
		<link>http://flipsidereality.com/blog/linux/rtorrent-with-wtorrent-on-debian-etch-complete-howto/comment-page-2/#comment-5008</link>
		<dc:creator>klooride</dc:creator>
		<pubDate>Wed, 03 Mar 2010 13:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://flipsidereality.com/blog/?p=412#comment-5008</guid>
		<description>First of all i would like to thank Wole for this useful howto!!!

Next, @ghd and to everyone has found issues on connecting to the screen session 
&gt; I can’t get the script to work to view the rtorrent screen session. it just returns
&gt; “cannot open your terminal ‘/dev/tty1′ – please check. any ideas?

Basically i found some issues (message: can&#039;t open your terminal /dev/pts/x)
when trying to connect to rtorrent screen session via ssh using a different login other than rtorrent user and root.
Since i disabled root login via ssh I edited /sbin/rt script in order to let other users to connect to rtorrent screen session (as a result i always connect remotely using putty and never with wtorrent... much better!). Anyway this is the /sbin/rt:
#!/bin/bash
su -c &#039;chmod a+rw /dev/pts/`ls /dev/pts -l &#124; grep &quot;root tty&quot; &#124; grep -o [0-9]$`&#039; root
su -c &quot;screen -R&quot; rt

Basically I wrapped the first cmd into a su root session. Then I must provide both root and rtorrent user password.

Hope this helps!</description>
		<content:encoded><![CDATA[<p>First of all i would like to thank Wole for this useful howto!!!</p>
<p>Next, @ghd and to everyone has found issues on connecting to the screen session<br />
&gt; I can’t get the script to work to view the rtorrent screen session. it just returns<br />
&gt; “cannot open your terminal ‘/dev/tty1′ – please check. any ideas?</p>
<p>Basically i found some issues (message: can&#8217;t open your terminal /dev/pts/x)<br />
when trying to connect to rtorrent screen session via ssh using a different login other than rtorrent user and root.<br />
Since i disabled root login via ssh I edited /sbin/rt script in order to let other users to connect to rtorrent screen session (as a result i always connect remotely using putty and never with wtorrent&#8230; much better!). Anyway this is the /sbin/rt:<br />
#!/bin/bash<br />
su -c &#8216;chmod a+rw /dev/pts/`ls /dev/pts -l | grep &#8220;root tty&#8221; | grep -o [0-9]$`&#8217; root<br />
su -c &#8220;screen -R&#8221; rt</p>
<p>Basically I wrapped the first cmd into a su root session. Then I must provide both root and rtorrent user password.</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeG</title>
		<link>http://flipsidereality.com/blog/linux/rtorrent-with-wtorrent-on-debian-etch-complete-howto/comment-page-2/#comment-5005</link>
		<dc:creator>MikeG</dc:creator>
		<pubDate>Tue, 23 Feb 2010 23:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://flipsidereality.com/blog/?p=412#comment-5005</guid>
		<description>I gave up on this guide.  It&#039;s a good start for the Debian stuff, but ran into issues in the wtorrent setup.  So I started over using this guide (ended up with Debian Lenny 5.0.4) ...
http://www.wtorrent-project.org/trac/wiki/DebianInstall 

... which has some errors too ... needed these updates ...

change install command to ...
apt-get install apache2.2-common apache2-utils autoconf automake autotools-dev binutils build-essential bzip2 ca-certificates comerr-dev cpp cpp-4.1 dpkg-dev file g++ g++-4.1 gawk gcc gcc-4.1 libapache2-mod-php5 libapr1 libaprutil1 libc6-dev libcurl3 libcurl3-openssl-dev curl php5-curl libexpat1 libidn11 libidn11-dev libkadm55 libkrb5-dev libmagic1 libncurses5-dev libneon26 libpcre3 libpq5 libsigc++-2.0-dev libsqlite0 libsqlite3-0 libssl-dev libssp0-dev libstdc++6-4.1-dev libsvn1 libtool libxml2 lighttpd linux-libc-dev lynx m4 make mime-support ntp ntpdate openssl patch perl perl-modules php5 php5-cgi php5-common php5-sqlite pkg-config screen sqlite subversion ucf zlib1g-dev


the install will fail with a conflict between apache2 and lighttpd ...
Starting web server: lighttpd2010-02-23 10:23:54: (network.c.300) can&#039;t bind to port:  80 Address already in use

to resolve ...

vi /etc/apache2/ports.config 
-- change ...
NameVirtualHost *:80
Listen 80
-- to ...
NameVirtualHost *:8080
Listen 8080

vi /etc/apache2/sites-available/default

-- change first line ...

-- to ... 


-- then restart apache
/etc/init.d/apache2 restart

-- then rerun the full apt-get install list

-- if the above doesn&#039;t work, find out what is listening to port 80 ...
apt-get install lsof

lsof -i :80


-- when you get to the libtorrent and rtorrent install, change ...
wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.11.9.tar.gz
-- to ..
svn co svn://rakshasa.no/libtorrent/trunk/libtorrent  libtorrent


-- and ...
wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.7.9.tar.gz
-- to ..
svn co svn://rakshasa.no/libtorrent/trunk/rtorrent rtorrent

-- if, when starting rtorrent, you get ...
rtorrent: error while loading shared libraries: libtorrent.so.10: cannot open shared object file: No such file or directory

-- Edit ld config file ...
vi /etc/ld.so.conf

-- add this line to the end of file ...
include /usr/local/lib

-- then reset
ldconfig

-- after editing sample.user.conf.php and restarting lighttpd you get this error ...
Starting web server: lighttpd2010-02-23 13:19:44: (configfile.c.901) opening configfile  /etc/lighttpd/conf-enabled/10-auth.conf failed: No such file or directory

-- try this ...
cd /etc/lighttpd/conf-available/

cp 05-auth.conf 10-auth.conf


Hope this helps!</description>
		<content:encoded><![CDATA[<p>I gave up on this guide.  It&#8217;s a good start for the Debian stuff, but ran into issues in the wtorrent setup.  So I started over using this guide (ended up with Debian Lenny 5.0.4) &#8230;<br />
<a href="http://www.wtorrent-project.org/trac/wiki/DebianInstall" rel="nofollow">http://www.wtorrent-project.org/trac/wiki/DebianInstall</a> </p>
<p>&#8230; which has some errors too &#8230; needed these updates &#8230;</p>
<p>change install command to &#8230;<br />
apt-get install apache2.2-common apache2-utils autoconf automake autotools-dev binutils build-essential bzip2 ca-certificates comerr-dev cpp cpp-4.1 dpkg-dev file g++ g++-4.1 gawk gcc gcc-4.1 libapache2-mod-php5 libapr1 libaprutil1 libc6-dev libcurl3 libcurl3-openssl-dev curl php5-curl libexpat1 libidn11 libidn11-dev libkadm55 libkrb5-dev libmagic1 libncurses5-dev libneon26 libpcre3 libpq5 libsigc++-2.0-dev libsqlite0 libsqlite3-0 libssl-dev libssp0-dev libstdc++6-4.1-dev libsvn1 libtool libxml2 lighttpd linux-libc-dev lynx m4 make mime-support ntp ntpdate openssl patch perl perl-modules php5 php5-cgi php5-common php5-sqlite pkg-config screen sqlite subversion ucf zlib1g-dev</p>
<p>the install will fail with a conflict between apache2 and lighttpd &#8230;<br />
Starting web server: lighttpd2010-02-23 10:23:54: (network.c.300) can&#8217;t bind to port:  80 Address already in use</p>
<p>to resolve &#8230;</p>
<p>vi /etc/apache2/ports.config<br />
&#8211; change &#8230;<br />
NameVirtualHost *:80<br />
Listen 80<br />
&#8211; to &#8230;<br />
NameVirtualHost *:8080<br />
Listen 8080</p>
<p>vi /etc/apache2/sites-available/default</p>
<p>&#8211; change first line &#8230;</p>
<p>&#8211; to &#8230; </p>
<p>&#8211; then restart apache<br />
/etc/init.d/apache2 restart</p>
<p>&#8211; then rerun the full apt-get install list</p>
<p>&#8211; if the above doesn&#8217;t work, find out what is listening to port 80 &#8230;<br />
apt-get install lsof</p>
<p>lsof -i :80</p>
<p>&#8211; when you get to the libtorrent and rtorrent install, change &#8230;<br />
wget <a href="http://libtorrent.rakshasa.no/downloads/libtorrent-0.11.9.tar.gz" rel="nofollow">http://libtorrent.rakshasa.no/downloads/libtorrent-0.11.9.tar.gz</a><br />
&#8211; to ..<br />
svn co svn://rakshasa.no/libtorrent/trunk/libtorrent  libtorrent</p>
<p>&#8211; and &#8230;<br />
wget <a href="http://libtorrent.rakshasa.no/downloads/rtorrent-0.7.9.tar.gz" rel="nofollow">http://libtorrent.rakshasa.no/downloads/rtorrent-0.7.9.tar.gz</a><br />
&#8211; to ..<br />
svn co svn://rakshasa.no/libtorrent/trunk/rtorrent rtorrent</p>
<p>&#8211; if, when starting rtorrent, you get &#8230;<br />
rtorrent: error while loading shared libraries: libtorrent.so.10: cannot open shared object file: No such file or directory</p>
<p>&#8211; Edit ld config file &#8230;<br />
vi /etc/ld.so.conf</p>
<p>&#8211; add this line to the end of file &#8230;<br />
include /usr/local/lib</p>
<p>&#8211; then reset<br />
ldconfig</p>
<p>&#8211; after editing sample.user.conf.php and restarting lighttpd you get this error &#8230;<br />
Starting web server: lighttpd2010-02-23 13:19:44: (configfile.c.901) opening configfile  /etc/lighttpd/conf-enabled/10-auth.conf failed: No such file or directory</p>
<p>&#8211; try this &#8230;<br />
cd /etc/lighttpd/conf-available/</p>
<p>cp 05-auth.conf 10-auth.conf</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DJJo</title>
		<link>http://flipsidereality.com/blog/linux/rtorrent-with-wtorrent-on-debian-etch-complete-howto/comment-page-2/#comment-5004</link>
		<dc:creator>DJJo</dc:creator>
		<pubDate>Sat, 20 Feb 2010 13:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://flipsidereality.com/blog/?p=412#comment-5004</guid>
		<description>easy to use is MC (apt-get install mc) as a commander
and set putty -&gt; window -&gt; translation on UTF-8.</description>
		<content:encoded><![CDATA[<p>easy to use is MC (apt-get install mc) as a commander<br />
and set putty -&gt; window -&gt; translation on UTF-8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deploying a debian rtorrent node &#171; admin notes and logs</title>
		<link>http://flipsidereality.com/blog/linux/rtorrent-with-wtorrent-on-debian-etch-complete-howto/comment-page-2/#comment-5003</link>
		<dc:creator>Deploying a debian rtorrent node &#171; admin notes and logs</dc:creator>
		<pubDate>Mon, 08 Feb 2010 20:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://flipsidereality.com/blog/?p=412#comment-5003</guid>
		<description>[...] http://flipsidereality.com/blog/linux/rtorrent-with-wtorrent-on-debian-etch-complete-howto/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://flipsidereality.com/blog/linux/rtorrent-with-wtorrent-on-debian-etch-complete-howto/" rel="nofollow">http://flipsidereality.com/blog/linux/rtorrent-with-wtorrent-on-debian-etch-complete-howto/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Script for rTorrent + wTorrent on Ubuntu &#124; iHiDE.iN</title>
		<link>http://flipsidereality.com/blog/linux/rtorrent-with-wtorrent-on-debian-etch-complete-howto/comment-page-2/#comment-4998</link>
		<dc:creator>Script for rTorrent + wTorrent on Ubuntu &#124; iHiDE.iN</dc:creator>
		<pubDate>Mon, 11 Jan 2010 19:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://flipsidereality.com/blog/?p=412#comment-4998</guid>
		<description>[...] The script and the configuration files are a combination of the information posted on these guides: http://www.wtorrent-project.org/trac/wiki/DebianInstall/ http://robert.penz.name/82/howto-install-rtorrent-and-wtorrent-within-an-ubuntu-hardy-ve/ http://flipsidereality.com/blog/linux/rtorrent-with-wtorrent-on-debian-etch-complete-howto/ [...]</description>
		<content:encoded><![CDATA[<p>[...] The script and the configuration files are a combination of the information posted on these guides: <a href="http://www.wtorrent-project.org/trac/wiki/DebianInstall/" rel="nofollow">http://www.wtorrent-project.org/trac/wiki/DebianInstall/</a> <a href="http://robert.penz.name/82/howto-install-rtorrent-and-wtorrent-within-an-ubuntu-hardy-ve/" rel="nofollow">http://robert.penz.name/82/howto-install-rtorrent-and-wtorrent-within-an-ubuntu-hardy-ve/</a> <a href="http://flipsidereality.com/blog/linux/rtorrent-with-wtorrent-on-debian-etch-complete-howto/" rel="nofollow">http://flipsidereality.com/blog/linux/rtorrent-with-wtorrent-on-debian-etch-complete-howto/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://flipsidereality.com/blog/linux/rtorrent-with-wtorrent-on-debian-etch-complete-howto/comment-page-2/#comment-4985</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 11 Dec 2009 02:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://flipsidereality.com/blog/?p=412#comment-4985</guid>
		<description>Having the same error as dexter and can&#039;t seem to sort it atm.

source: /etc/lighttpd/lighttpd.conf line: 162 pos: 12 parser failed somehow near here:</description>
		<content:encoded><![CDATA[<p>Having the same error as dexter and can&#8217;t seem to sort it atm.</p>
<p>source: /etc/lighttpd/lighttpd.conf line: 162 pos: 12 parser failed somehow near here:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pointed</title>
		<link>http://flipsidereality.com/blog/linux/rtorrent-with-wtorrent-on-debian-etch-complete-howto/comment-page-2/#comment-4982</link>
		<dc:creator>Pointed</dc:creator>
		<pubDate>Wed, 18 Nov 2009 08:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://flipsidereality.com/blog/?p=412#comment-4982</guid>
		<description>I try install rTorrent and wTorrent in Buffalo NAS LinkStation Live seem LS&#039;s base OS lacking a lot of supporting package, file for ./configure and make ...proceedure, apt-get also didn&#039;t work. Anyone try yet? or any other way for installation. Plss help.</description>
		<content:encoded><![CDATA[<p>I try install rTorrent and wTorrent in Buffalo NAS LinkStation Live seem LS&#8217;s base OS lacking a lot of supporting package, file for ./configure and make &#8230;proceedure, apt-get also didn&#8217;t work. Anyone try yet? or any other way for installation. Plss help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Building a torrent box with the Viglen MPC &#171; Michael Wlach&#8217;s Blog</title>
		<link>http://flipsidereality.com/blog/linux/rtorrent-with-wtorrent-on-debian-etch-complete-howto/comment-page-2/#comment-4959</link>
		<dc:creator>Building a torrent box with the Viglen MPC &#171; Michael Wlach&#8217;s Blog</dc:creator>
		<pubDate>Fri, 28 Aug 2009 12:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://flipsidereality.com/blog/?p=412#comment-4959</guid>
		<description>[...] at looking into getting rTorrent setup with a gui front end. I found a very long (and involved) howto on Flipside Reality&#8217;s site and while reading the comments I found a link to the Ubuntu forums [...]</description>
		<content:encoded><![CDATA[<p>[...] at looking into getting rTorrent setup with a gui front end. I found a very long (and involved) howto on Flipside Reality&#8217;s site and while reading the comments I found a link to the Ubuntu forums [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dexter</title>
		<link>http://flipsidereality.com/blog/linux/rtorrent-with-wtorrent-on-debian-etch-complete-howto/comment-page-2/#comment-4923</link>
		<dc:creator>Dexter</dc:creator>
		<pubDate>Fri, 26 Jun 2009 08:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://flipsidereality.com/blog/?p=412#comment-4923</guid>
		<description>Hi!

I try to install on debian 5 (lenny) and polish language, but i have problem with finish installation.

rtorrent:~# /etc/init.d/lightpd restart
Stopping web server: lighttpd.
Starting web server: lighttpd2009-06-26 10:51:07: (configfile.c.901) opening configfile  /etc/lighttpd/conf-enabled/10-auth.conf failed: No such file or directory 
2009-06-26 10:51:07: (configfile.c.855) source: /usr/share/lighttpd/include-conf-enabled.pl line: 2 pos: 1 parser failed somehow near here: (EOL) 
2009-06-26 10:51:07: (configfile.c.855) source: /etc/lighttpd/lighttpd.conf line: 162 pos: 12 parser failed somehow near here: (EOL) 
 failed!

What is wrong?

Maybe somebody make tutorial on debian 5.0?

PS. Sorry for my weak english ;o)</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I try to install on debian 5 (lenny) and polish language, but i have problem with finish installation.</p>
<p>rtorrent:~# /etc/init.d/lightpd restart<br />
Stopping web server: lighttpd.<br />
Starting web server: lighttpd2009-06-26 10:51:07: (configfile.c.901) opening configfile  /etc/lighttpd/conf-enabled/10-auth.conf failed: No such file or directory<br />
2009-06-26 10:51:07: (configfile.c.855) source: /usr/share/lighttpd/include-conf-enabled.pl line: 2 pos: 1 parser failed somehow near here: (EOL)<br />
2009-06-26 10:51:07: (configfile.c.855) source: /etc/lighttpd/lighttpd.conf line: 162 pos: 12 parser failed somehow near here: (EOL)<br />
 failed!</p>
<p>What is wrong?</p>
<p>Maybe somebody make tutorial on debian 5.0?</p>
<p>PS. Sorry for my weak english ;o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: serbitar</title>
		<link>http://flipsidereality.com/blog/linux/rtorrent-with-wtorrent-on-debian-etch-complete-howto/comment-page-2/#comment-4917</link>
		<dc:creator>serbitar</dc:creator>
		<pubDate>Fri, 12 Jun 2009 04:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://flipsidereality.com/blog/?p=412#comment-4917</guid>
		<description>@devin
First off, many thanks on your work on the installation script.  I tested your install script on a Debian 5.0 minimal install (i.e. nothing installed but the very core files) and it worked flawlessly.  The upgrade script needs modified to remove libtorrent10 instead of libtorrent11 and you must do as you said by adding /usr/local/lib to your ld.so.conf.  The uninstall script worked as well, save for not killing the rtorrent screen session.  Either killing it or rebooting will remove that though.
Only improvements I can see thus far are rather than hardcoding username and password for the install in to query the user, but hopefully people are smart enough to change this on their own.</description>
		<content:encoded><![CDATA[<p>@devin<br />
First off, many thanks on your work on the installation script.  I tested your install script on a Debian 5.0 minimal install (i.e. nothing installed but the very core files) and it worked flawlessly.  The upgrade script needs modified to remove libtorrent10 instead of libtorrent11 and you must do as you said by adding /usr/local/lib to your ld.so.conf.  The uninstall script worked as well, save for not killing the rtorrent screen session.  Either killing it or rebooting will remove that though.<br />
Only improvements I can see thus far are rather than hardcoding username and password for the install in to query the user, but hopefully people are smart enough to change this on their own.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
