Difference between revisions of "How To Install rTorrent"
(Confirmed: rtorrent runs on any intel mac) |
m (→Failure to install on Apple TV Take 3) |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from file pages to the network stack. On high-bandwidth connections it is able to seed at 3 times the speed of the official client. The client uses ncurses and is ideal for use with screen or dtach. It supports saving of sessions and allows the user to add and remove torrents. | LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from file pages to the network stack. On high-bandwidth connections it is able to seed at 3 times the speed of the official client. The client uses ncurses and is ideal for use with screen or dtach. It supports saving of sessions and allows the user to add and remove torrents. | ||
==rTorrent - What you will need:== | ==rTorrent - What you will need:== | ||
− | # [http://code.google.com/p/rtorrent-appletv/ Copy of rTorrent] compiled for Intel OS X. | + | # [http://code.google.com/p/rtorrent-appletv/ Copy of rTorrent] compiled for Intel OS X. (New version! -April 15, 2008) |
− | # An AppleTV set up with [[Install SSH|SSH]] access. | + | # An AppleTV (no Take 3, see below) set up with [[Install SSH|SSH]] access. |
# Patience, padawan. | # Patience, padawan. | ||
Line 23: | Line 23: | ||
Now just run <code>rtorrent</code>, or better yet, <code>screen rtorrent</code> and you have a text-mode BitTorrent client on your AppleTV! What's more convenient than that! The basics of using screen is to type Ctrl+A then Ctrl+D and you can exit out of things, but leave rTorrent running. Next time you need to access it, SSH back in to your AppleTV and type <code>screen -rd</code> and boom! | Now just run <code>rtorrent</code>, or better yet, <code>screen rtorrent</code> and you have a text-mode BitTorrent client on your AppleTV! What's more convenient than that! The basics of using screen is to type Ctrl+A then Ctrl+D and you can exit out of things, but leave rTorrent running. Next time you need to access it, SSH back in to your AppleTV and type <code>screen -rd</code> and boom! | ||
+ | |||
+ | == Unrar == | ||
+ | Some torrent downloads are packaged into lots of little rar files. | ||
+ | |||
+ | download [http://www.rarlab.com/rar/rarosx-3.8.b2.tar.gz rar] for macos x | ||
+ | |||
+ | open rar and scp unrar to /Users/frontrow | ||
+ | |||
+ | <pre> | ||
+ | sudo mv /Users/frontrow/unrar /usr/local/bin/ | ||
+ | chmod +x /usr/local/bin/unrar | ||
+ | </pre> | ||
+ | |||
+ | ==Interface== | ||
+ | one of the options to interface with rTorrent is the excellent ntorrent a java interface that allows to control everything form a user friendly graphical interface. | ||
+ | |||
+ | to connect: | ||
+ | * HOST: appletv.local | ||
+ | *PORT: 22 | ||
+ | * SOCKET PORT: 5000 | ||
+ | * USERNAME: frontrow | ||
+ | * PASSWORD: frontrow | ||
+ | . | ||
+ | you can even add files from the java interface | ||
+ | download from here: http://code.google.com/p/ntorrent/ | ||
+ | |||
+ | ==Failure to install on Apple TV Take 3== | ||
+ | On Apple TV Take 3, rtorrent fails to install. The installer exits with this error: | ||
+ | <nowiki> | ||
+ | dyld: Symbol not found: __ZTIN3KJS11InterpreterE | ||
+ | Referenced from: | ||
+ | /System/Library/PrivateFrameworks/JavaScriptGlue.framework/Versions/A | ||
+ | /JavaScriptGlue | ||
+ | Expected in: | ||
+ | /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaSc | ||
+ | riptCore | ||
+ | |||
+ | ./installme: line 12: 172 Trace/BPT trap installer -pkg rtorrent- | ||
+ | 0.7.9-osx.pkg -target / | ||
+ | chown: /Users/frontrow/.rtorrent.rc: No such file or directory</nowiki> | ||
+ | |||
+ | *Update Install on Apple TV Take 3:<br /> | ||
+ | |||
+ | 1) Install NitoTv <br /> | ||
+ | 2) Run Smart Installer <br /> | ||
+ | 3) Install rTorrent:<br /> | ||
+ | <code> | ||
+ | >sudo ./installme (let it fail) <br /> | ||
+ | >sudo mount -uw / <br /> | ||
+ | >sudo DYLD_FRAMEWORK_PATH='/System/Library/Frameworks/OSXFrames/' installer -pkg rtorrent-0.7.9-osx.pkg -target / <br /> | ||
+ | >sudo mount -ur / <br /> | ||
+ | >sudo chown frontrow:frontrow /Users/frontrow/.rtorrent.rc /Users/frontrow/.rtorrent_session /Users/frontrow/Torrents /Users/frontrow/Downloads <br /> | ||
+ | </code> | ||
==Resources== | ==Resources== |
Latest revision as of 10:39, 29 December 2009
What is rTorrent?
LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from file pages to the network stack. On high-bandwidth connections it is able to seed at 3 times the speed of the official client. The client uses ncurses and is ideal for use with screen or dtach. It supports saving of sessions and allows the user to add and remove torrents.
Contents
rTorrent - What you will need:
- Copy of rTorrent compiled for Intel OS X. (New version! -April 15, 2008)
- An AppleTV (no Take 3, see below) set up with SSH access.
- Patience, padawan.
Here is how to install!
As with anything in Unix, there's usually a few ways to do things. Clearly things will differ if you have your own username set up on the AppleTV, if you set up a different sshd, if you used a pre-authorized key, and so on. I will center this on how-to from a relatively stock OS X perspective. First, unarchive the file on your local machine, and use scp (or your favorite ftp or sftp client, such as Cyberduck on OS X, or FileZilla on Windows - see their instructions) to transfer them to your AppleTV. In the following examples, replace 192.168.0.5
with whatever your AppleTV's address is. On OS X, open up Terminal.app and do:
scp -1r rtorrent-0.7.4-osx frontrow@192.168.0.5:
Now, log in to your AppleTV with SSH:
ssh frontrow@192.168.0.5
Once you're in, do:
cd rtorrent-0.7.4-osx sudo ./installme
Environment
Now you may create a file called .profile
in your home directory, either by using nano
and pasting the following, or just do:
echo export PATH="/bin:/sbin:/usr/local/bin:/usr/bin:/usr/sbin" > ~/.profile
CAUTION! This will erase the previous contents of your ~/.profile file, if one already existed!
There is also a more global way of doing this, if you set up your path in the file /etc/profile
Now just run rtorrent
, or better yet, screen rtorrent
and you have a text-mode BitTorrent client on your AppleTV! What's more convenient than that! The basics of using screen is to type Ctrl+A then Ctrl+D and you can exit out of things, but leave rTorrent running. Next time you need to access it, SSH back in to your AppleTV and type screen -rd
and boom!
Unrar
Some torrent downloads are packaged into lots of little rar files.
download rar for macos x
open rar and scp unrar to /Users/frontrow
sudo mv /Users/frontrow/unrar /usr/local/bin/ chmod +x /usr/local/bin/unrar
Interface
one of the options to interface with rTorrent is the excellent ntorrent a java interface that allows to control everything form a user friendly graphical interface.
to connect:
- HOST: appletv.local
- PORT: 22
- SOCKET PORT: 5000
- USERNAME: frontrow
- PASSWORD: frontrow
. you can even add files from the java interface download from here: http://code.google.com/p/ntorrent/
Failure to install on Apple TV Take 3
On Apple TV Take 3, rtorrent fails to install. The installer exits with this error: dyld: Symbol not found: __ZTIN3KJS11InterpreterE Referenced from: /System/Library/PrivateFrameworks/JavaScriptGlue.framework/Versions/A /JavaScriptGlue Expected in: /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaSc riptCore ./installme: line 12: 172 Trace/BPT trap installer -pkg rtorrent- 0.7.9-osx.pkg -target / chown: /Users/frontrow/.rtorrent.rc: No such file or directory
- Update Install on Apple TV Take 3:
1) Install NitoTv
2) Run Smart Installer
3) Install rTorrent:
>sudo ./installme (let it fail)
>sudo mount -uw /
>sudo DYLD_FRAMEWORK_PATH='/System/Library/Frameworks/OSXFrames/' installer -pkg rtorrent-0.7.9-osx.pkg -target /
>sudo mount -ur /
>sudo chown frontrow:frontrow /Users/frontrow/.rtorrent.rc /Users/frontrow/.rtorrent_session /Users/frontrow/Torrents /Users/frontrow/Downloads
Resources
rTorrent site - Read the man page and the common tasks!
Where to get rTorrent for AppleTV - Runs on any Intel Mac
Install SSH without an Intel_Mac - It's a good idea to use the sshd from this how-to, since it supports SSH2 and you don't need to use -1 when SSH'ing anymore.
See also: How To Install Irssi