Re: Installing rtorrent and rutorrent on Debian based linux
Hi, thanks very much for this post.
I've been using rTorrent for a few months now and its so much better than Transmission. After getting used to the terminal interface and learning all the keystrokes, like "tspoon" I'm now thinking of setting up a server-based configuration using a plug-computer - so I tried this on a Debian Lenny installation and on my Ubuntu Karmic laptop. I have to say it's taken me a good part of the day to get it all working (lots of debugging missing libraries) - but it's now working perfectly on the Ubuntu system. I'm sure if I tackle the Debian again I'd get that going after a while too.
I know it's taken a while but I've learnt loads of good stuff today and I'm delighted with my flash new https interface - thanks again!
(tspoon - have you got your plug system going yet?)
Re: Installing rtorrent and rutorrent on Debian based linux
hi!
Im new to all this so i fallow the tutorial line by line, google to fix some probleme but that one, i really dont know what it is...
in step 1:
cd ../rtorrent-0.8.6 -> OK
./autogen.sh -> OK
./configure --with-xmlrpc-c -> OK
make -> error
root@llet:/home/louis/rtorrent-0.8.6# make
make: *** No targets specified and no makefile found. Stop.
so i've tried the other methode
with the rm -f scripts/{libtool,lt*}.m4
and when i try the "make": same error
root@llet:/home/louis/rtorrent-0.8.6# make
make: *** No targets specified and no makefile found. Stop.
can someone explain me how to solve my problem?
thx
i upgrade xmlrpc-c to version 1.06.40 and it look like it's ok, no more errors :D
Re: Installing rtorrent and rutorrent on Debian based linux
Hummm having some problems right at the start of this guide.
Can't find two of the packages .... libkdb5 & libgssrpc4 .
Going to do some fiddling ! :/
Re: Installing rtorrent and rutorrent on Debian based linux
Those shouldn't be in the list anymore, I must've forgotten to update this copy of the guide on the last round of updates. I'll update it now.
Re: Installing rtorrent and rutorrent on Debian based linux
Quote:
Originally Posted by
ca_aok
Those shouldn't be in the list anymore, I must've forgotten to update this copy of the guide on the last round of updates. I'll update it now.
Cheers :D
Was there anything else that you updated besides the packages? I will try this again later on tonight.
Re: Installing rtorrent and rutorrent on Debian based linux
There are always a few other miscellaneous complaints/bugs, so probably. I'm not certain what though, the last time that was updated was at least a month ago.
Re: Installing rtorrent and rutorrent on Debian based linux
Got this working yesterday on a Debian Lenny Sheevaplug. Works great! :)
Thank you so much for this tutorial!
Re: Installing rtorrent and rutorrent on Debian based linux
thanks, just installed it on centos, this article gave me a great kick start on the installation.
Re: Installing rtorrent and rutorrent on Debian based linux
Thank you for this How-to, worked on ubuntu...
There is, however, one strange thing, Stop and Pause commands' effects last only a few seconds, then the torrents switch back to downloading/seeding state. If I stop and restart them once in rtorrent with Ctrl+k & Ctrl+s, the gui commands get to work OK too, but it's very inconvenient.
I havn't found too much information about this issue, but it doesn't seem a rutorrent problem, also occurs in wtorrent. So it's either xmlrpc or the webserver.
Please help me if you can, thanks in advance.
Re: Installing rtorrent and rutorrent on Debian based linux
I've had rtorrent running well on a fresh Debian Lenny install using your guide. It has run well for about a week.
rtorrent/libtorrent/xmlrpc-c is all that's running on this box. Something strange has popped up, though. rtorrent spiked the CPU to 100% and became unresponsive. It wouldn't respond to ctrl-q, so I used htop to kill rtorrent. It came back up OK on relaunch, but still ;)
A little research reveals that this behavior may be due to the version of libcurl. See
http://libtorrent.rakshasa.no/ticket/2159
The relevant quote is
----8<----
Yes, libcurl 7.18.2 is buggy (there's a race condition with multiple simultaneous connections). There haven't been any problem reports with 7.18.3 so far, so try upgrading to that or maybe a later version.
----8<----
And sure enough 7.18.2 is the version I have:
----8<----
$ dpkg-query -W | grep -i libcurl
libcurl3 7.18.2-8lenny4
libcurl4-openssl-dev 7.18.2-8lenny4
----8<----
I'm not a total n00b, but I'm unclear on how to install a newer version than what
# apt-get update
# apt-get upgrade
installs.
How do I do that? Or just point me in the correct direction... Any help is appreciated! :)