Startar jag rtorrent får jag felmeddelanden
Kod: Markera allt
(18:58:16) Could not open file "/mnt/Death/Torrents/Downloads/torrent-namn": No such file or directory
Kör jag en Ctrl-D, Ctrl-D på filen får jag ett felmeddelande
Kod: Markera allt
(19:04:47) Could not unlink tied file: No such file or directory
Här är min rtorrent.rc:
Kod: Markera allt
# Point to a directory where rTorrent will save the torrent files. You
# may also use relative paths if you want different session
# directories depending on where you execute rtorrent.
#
# session = ./session
# Global upload and download rate in KiB. "0" for unlimited.
download_rate = 0
upload_rate = 400
# Maximum and minimum number of peers to connect to per torrent.
min_peers = 1
max_peers = 100
# Same as above but for seeding completed torrents (-1 = same as downloading)
min_peers_seed = 10
max_peers_seed = 50
session = /mnt/Death/Torrents/Sessions/
directory = /mnt/Death/Torrents/Downloads/
# Enable the default ratio group.
ratio.enable=
# Change the limits, the defaults should be sufficient.
ratio.min.set=100
ratio.max.set=300
ratio.upload.set=20M
# Changing the command triggered when the ratio is reached.
system.method.set = group.seeding.ratio.command, d.close=, d.erase=
# Watch a directory for new torrents, restart torrents that have been
# copied back and stop those that have been deleted.
schedule = watch_directory_1,10,10,"load_start=~/Torrentfiles/SD_Movies/*.torrent,d.set_custom1=/mnt/Death/Torrents/Downloads/SD_$
schedule = watch_directory_2,10,10,"load_start=~/Torrentfiles/HD_Movies/*.torrent,d.set_custom1=/mnt/Death/Torrents/Downloads/HD_$
schedule = watch_directory_3,10,10,"load_start=~/Torrentfiles/Music/*.torrent,d.set_custom1=/mnt/Death/Torrents/Downloads/Music/"
schedule = watch_directory_4,10,10,"load_start=~/Torrentfiles/TV_Series/*.torrent,d.set_custom1=/mnt/Death/Torrents/Downloads/TV_$
schedule = watch_directory_5,10,10,"load_start=~/Torrentfiles/Other/*.torrent,d.set_custom1=/mnt/Death/Torrents/Downloads/Other/"
schedule = untied_directory_1,10,10,stop_untied=
schedule = untied_directory_2,10,10,stop_untied= <- Här har jag testat olika setups men inget har fungerat hittils.
schedule = untied_directory_3,10,10,stop_untied=
schedule = untied_directory_4,10,10,stop_untied=
schedule = untied_directory_5,10,10,stop_untied=
# Close torrents when diskspace is low.
schedule = low_diskspace,5,60,close_low_diskspace=100M
# On completion, move the torrent to the directory from custom1.
system.method.set_key = event.download.finished,move_complete,"d.set_directory=$d.get_custom1= ;execute=mv,-u,$d.get_base_path=,$$
# Port range to use for listening.
port_range = xxxxx
# Encryption options, set to none (default) or any combination of the following:
# allow_incoming, try_outgoing, require, require_RC4, enable_retry, prefer_plaintext
#
# The example value allows incoming encrypted connections, starts unencrypted
# outgoing connections but retries with encryption if they fail, preferring
# plaintext to RC4 encryption after the encrypted handshake
#
# encryption = allow_incoming,enable_retry,prefer_plaintext
encryption = allow_incoming,try_outgoing,enable_retry
# The ip address the listening socket and outgoing connections is
# bound to.
bind = 192.168.0.123
# Enable peer exchange (for torrents not marked private)
peer_exchange = yes
# Enable DHT support for trackerless torrents or when all trackers are down.
# May be set to "disable" (completely disable DHT), "off" (do not start DHT),
# "auto" (start and stop DHT as needed), or "on" (start DHT immediately).
# The default is "off". For DHT to work, a session directory must be defined.
#
dht = auto
# UDP port to use for DHT.
dht_port = xxxxx