Rtorrent
From OpenFSG
rTorrent although installs fine and SEEMS to work we are getting issues when trying to download.
"Storage error: Hash checker was unable to map chunk: Invalid argument".
This error means there is something wrong with the .trorrent.rc file.
This is one I use:
directory = /home/torrent/downloads session = /home/torrent/session #schedule = watch_directory,5,5,load_start=/home/torrent/torrent/*.torrent check_hash = yes use_udp_trackers = yes port_range = 8152-9152
After this you get another error.
Storage error: [File chunk write error: Invalid argument]
After some research we need a libc that supports mmap.
Installation
To install rtorrent:
- ipkg install rtorrent
- ipkg install libcurl
- ipkg install libsigc++
- ipkg install libtorrent
- ipkg install libstdc++ (may need to force install)
- ipkg install libgcc (may need to force install)
