Citat:
Ursprungligen postat av Jrgen
Alltså /home/Violenza/.rtorrent.rc inte direkt under home.
Den ska bara heta .rtorrent.rc. Gedit är ett texthanteringsprogram du kan använda för att ändra i filen. Du kan alltså skriva "gedit .rtorrent.rc" i terminalen för att ändra i filen, men filen ska bara heta .rtorrent.rc.
Ändring: Och bli inte rädd när filen försvinner efter att du döpt om den. Punkten betyder bara att filen är osynlig.

okey, tack så mycket

tror att ja har gjort rätt iallafall, har gjort torrents mappen i mitt home-dir och i den mappen har jag gjort tre mappar till: filer, downloads och sessions.... men nu funkar det inte ens att starta rtorrent... kommer upp detta medelande då :
Error in option file: ~/.rtorrent.rc:23: Junk at end of input.
här är .rtorrent.rc filen i vilket fall, tog den från ett annat forum....
# Maximum and minimum number of peers to connect to per torrent.
min_peers = 40
max_peers = 120
# Same as above but for seeding completed torrents (-1 = same as downloading)
min_peers_seed = 10
max_peers_seed = 50
# Maximum number of simultanious uploads per torrent.
max_uploads = 20
# Global upload and download rate in KiB. "0" for unlimited.
download_rate = 8000
upload_rate = 800
# Default directory to save the downloaded torrents.
directory = /home/johan/torrents/download
# Default session directory.
session = /home/johan/torrents/sessions
# Watch a directory for new torrents, and stop those that have been deleted.
schedule = watch_directory,5,5,load_start=/home/johan/torrents/filer/*.torrent schedule = untied_directory,5,5,stop_untied=
# Close torrents when diskspace is low.
schedule = low_diskspace,5,60,close_low_diskspace=100M
#Stop torrents when reaching upload ratio in percent, when also reaching total upload in bytes, or when reaching final upload ratio in percent.
# example: stop at ratio 2.0 with at least 200 MB uploaded, or else ratio 20.0
schedule = ratio,60,60,stop_on_ratio=200,200M,2000
# Port range to use for listening.
port_range = 6890-6999
# Start opening ports at a random position within the port range.
port_random = yes
# Set whetever the client should try to connect to UDP trackers.
use_udp_trackers = yes
någon som vet vad det kan va för fel???