Happs. Då never det alltså i allra högsta grad.Hund skrev:
Senaste versionen släpptes den 21 juni 2011.
Men jag får ändå inte webinterfacet att funka.
Happs. Då never det alltså i allra högsta grad.Hund skrev:
Senaste versionen släpptes den 21 juni 2011.
Vilket webinterface? Det finns ett antal olika alternativ ute. :pDimi skrev:Happs. Då never det alltså i allra högsta grad.Hund skrev:
Senaste versionen släpptes den 21 juni 2011.
Men jag får ändå inte webinterfacet att funka.
Kod: Markera allt
# Maximum and minimum number of peers to connect to per torrent.
#min_peers = 10
max_peers = 80
# Same as above but for seeding completed torrents (-1 = same as downloading)
#min_peers_seed = 10
max_peers_seed = 30
# Maximum number of simultanious uploads per torrent.
max_uploads = 5
# Global upload and download rate in KiB. "0" for unlimited.
download_rate = 8704
upload_rate = 60
# Default directory to save the downloaded torrents.
directory =/media/extdisk/Filmer/nya_filmer
# Default session directory. Make sure you don't run multiple instance
# of rtorrent using the same session directory. Perhaps using a
# relative path?
session = /home/server/session
# Watch a directory for new torrents, and stop those that have been
# deleted.
schedule = watch_directory,5,5,load_start=/home/server/torrent/*.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=100,200M,2000"
# The ip address reported to the tracker.
ip = 83.226.231.64
# The ip address the listening socket and outgoing connections is
# bound to.
bind = 192.168.1.64
#bind = rakshasa.no
# Port range to use for listening.
port_range = 6881-6889
# Start opening ports at a random position within the port range.
port_random = yes
# Check hash for finished torrents. Might be usefull until the bug is
# fixed that causes lack of diskspace not to be properly reported.
#check_hash = no
# Set whetever the client should try to connect to UDP trackers.
use_udp_trackers = yes
# 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
Kod: Markera allt
# The ip address reported to the tracker.
ip = 83.226.231.64
# The ip address the listening socket and outgoing connections is
# bound to.
bind = 192.168.1.64
#bind = rakshasa.no
Kod: Markera allt
# Port range to use for listening.
port_range = 6881-6889
# Start opening ports at a random position within the port range.
port_random = yes
Helt rätt. Den hade root som rättigheter av någon mysko orsak.Emil.s skrev:Antar att du har en fil på angiven sökväg? I såfall så är det troligtvis rättighetsproblem. Se över rättigheterna på filen.
Är lätt hänt om man t.ex skapar filen som root i sin egen hemkatalog.
Mmh, okej. Problemet ligger väl lite i att jag inte förstår alla kommandon jag ska utföra och därmed inte kan se om allt går rätt till eller om det är något som går galetRune.K skrev:Du får nog beskriva ditt problem, att det skulle ha med wubi att göra är osannolikt.
Jag har för mig att rad 23 saknar ett par " som numera inte kan utelämnas.LePleu skrev:Jag använder den config som finns i guiden men får felmeddelandet "~/.rtorrent.rc:23: Junk at end of input." när jag ska starta rTorrent.