Господа гуру, я недавно купил Asus w500gp v2 и пытаюсь настроить rtorrent
все вроде работает, но никак не пойму как поставить плагин RPC2 почти весь форум облазил. просьба не закидывать сразу тапками. Заранее спасибо.
Printable View
Господа гуру, я недавно купил Asus w500gp v2 и пытаюсь настроить rtorrent
все вроде работает, но никак не пойму как поставить плагин RPC2 почти весь форум облазил. просьба не закидывать сразу тапками. Заранее спасибо.
просто очень хочится web морду пользовать через ssl из инета, а там ее можно только через этот плагин. если есть какой другой способ то подскажите. и на домашней странице отлично написано что это за плагин а как его поставить(извините может сляпой) не нашел.:( если не трудно то ссылочку на инструкцию закинте.
Все , сам дурак и все нашел)
но вопрос по поводу возможности авторизации без использования плагина RPC остается открытым.
Добрый день.
Может кто нибудь подсказать как установить и настроить данную замечательную програму, по шагово?
За ранее благодарен.
Тут, только и все остальное желательно настраивать как там написано, если знаний пока маловато.
mportmax
Настройка ssl, у меня отлично работает...
На самой первой странице:
"Аутентификация.
От используемой морды не зависит и настраивается полностью средствами web сервера.
По уму нужно прикручивать https, реализация сего действа применительно к lighttpd расписана по шагам тут:
http://wl500g.info/showpost.php?p=90459&postcount=343
Замечу - подходить к написаному следует творчески, автор местами пишет /opt/etc/lighttpd.conf вместо /opt/etc/lighttpd/lighttpd.conf и т.п."
Все стоит, все работает прекрасно, все замечательно, но есть одно но...rtorrent при любом чихе хеширует скачиваемые/завершенные торренты(а это бывает очень как не быстро для 30-40гб например). Хеширование отключено в конфиге, так же и в морде. НО, если поставить новый файл на закачку, то тут-же начинается хеширование "пустоты", но идет так же долго, как и хеширование завершенной закачки. Возможно это как то побороть? Или хотя бы оптимизировать хеширование?
Начинаем отсюда раз так.
Как вариант разбить на 2 партиции. 1 - FAT32, 2 - ext2|3. На фатовскую партицию кинуть софт для монтирования ext2|3 в венде.
народ, обясните мне пожалуйста - rtorrent как то странно качает: сначала обновляет список личеров (ну список более менее примерно соответствует действительному), потом начинает качать со всех личеров сразу (скорость получается нормальная примерно на ширину канала), потом он видимо выбирает самых быстрых что ли, начинает качать с одного-двух, с остальных не качает, скорость сразу падает, потом начинают помирать и эти двое, скорость вообще 1-2 кбит/с, потом она подпрыгивает на чуток, но потом падает и так и продолжается
внимание вопрос - как сделать что бы он, так и качал со всех сразу, ну или с большинства, как делают юторрент и трансмишшен (там такой проблемы почему то нет)
порты все открыты, пробовал и без фаервола, DHT и peer exchange включал выключал, менял количество пиров (общее и на торрент) - действия никакого
мой конфиг:
Code:# This is an example resource file for rTorrent. Copy to
# ~/.rtorrent.rc and enable/modify the options as needed. Remember to
# uncomment the options you wish to enable.
# Minumum amount of peers to connect per torrent, if available.
min_peers = 5
# Minumum amount of peers to connect per torrent.
max_peers = 200
# Same as above but for seeding completed torrents (-1 = same as downloading)
min_peers_seed = 10
max_peers_seed = 20
max_uploads_global = 6
max_downloads_global = 1
enable_trackers = yes
# Maximum number of simultanious uploads per torrent.
max_uploads = 6
# Global download rate in KiB. "0" for unlimited.
download_rate = 512
# Global upload rate in KiB. "0" for unlimited.
upload_rate = 512
# Default directory to save downloaded files. Note it doesn't support
# space yet.
directory = /tmp/mnt/disc0_3
# Watch a directory for new torrents, and stop those that have been deleted.
schedule = watch_directory,5,5,load_start=/opt/share/torrent/dl/*.torrent
schedule = untied_directory,5,5,stop_untied=
#schedule = throttle_1,01:00:00,24:00:00,upload_rate=0
#schedule = throttle_2,05:00:00,24:00:00,upload_rate=80
# Close torrents when diskspace is low.
#schedule = low_diskspace,5,60,close_low_diskspace=100M
# Default session directory. Make sure you don't run multiple instance
# of rtorrent using the same session directory. Perhaps using a
# relative path?
session = /opt/share/torrent/session
# The ip address reported to the tracker.
# ip = 78.74.26.26
# The ip address the listening socket and outgoing connections is
# bound to.
# bind = 78.74.26.26
# Port range to use for listening.
port_range = 51777-51777
# Start opening ports at a random position within the port range.
port_random = no
# 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 = no
# Alternative calls to bind and ip that should handle dynamic ip's.
#schedule = ip_tick,0,1800,ip=rakshasa
#schedule = bind_tick,0,1800,bind=rakshasa
#
# Do not modify the following parameters unless you know what you're doing.
#
# Hash read-ahead controls how many MB to request the kernel to read
# ahead. If the value is too low the disk may not be fully utilized,
# while if too high the kernel might not be able to keep the read
# pages in memory thus end up trashing.
#hash_read_ahead = 10
# Interval between attempts to check the hash, in milliseconds.
#hash_interval = 100
# Number of attempts to check the hash while using the mincore status,
# before forcing. Overworked systems might need lower values to get a
# decent hash checking rate.
#hash_max_tries = 10
# Max number of files to keep open simultaniously.
#max_open_files = 128
# Number of sockets to simultaneously keep open.
#max_open_sockets = <no default>
# Example of scheduling commands: Switch between two ip's every 5
# seconds.
#schedule = "ip_tick1,5,10,ip=torretta"
#schedule = "ip_tick2,10,10,ip=lampedusa"
# Remove a scheduled event.
#schedule_remove = "ip_tick1"
# 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"
#schedule = ratio,30,60,stop_on_ratio=200
# 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
# 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 = on
# UDP port to use for DHT.
#
dht_port = 51780
# Enable peer exchange (for torrents not marked private)
#
peer_exchange = yes
#
# Do not modify the following parameters unless you know what you're doing.
#
scgi_port = 127.0.0.1:5000
safe_sync = yes
encoding_list = UTF-8