Hi All,
I want to change the default folders in my install. I used the following guide to install it all.
http://forums.rutorrent.org/index.php?topic=608.0
This is my Config of my rtorrent
Code:
scgi_port = 127.0.0.1:23876
encoding_list = UTF-8
umask = 022
port_range = 23877-23877
port_random = no
check_hash = no
directory = /home/XUSER/downloads
session = /home/XUSER/rtorrent/session
encryption = allow_incoming, try_outgoing, enable_retry
schedule = watch_directory,1,1,"load_start=/home/XUSER/rtorrent/watch/*.torrent"
schedule = untied_directory,5,5,"stop_untied=/home/XUSER/rtorrent/watch/*.torren$
enable_trackers = yes
#min_peers = 40
#max_peers = 100
#min_peers_seed = 10
#max_peers_seed = 50
#max_uploads = 15
#download_rate = 0
#upload_rate = 0
use_udp_trackers = yes
dht = auto
dht_port = 6881
peer_exchange = yes
#hash_read_ahead = 10
#hash_interval = 100
#hash_max_tries = 10
execute = {sh,-c,/usr/bin/php /var/rutorrent/rutorrent/php/initplugins.php XUSER$
This is what i want:
Quote
This Issue is when i reboot my ubuntu (10.10) box and go to the webgui, rutorrent says that the config is wrong and can't start.
thanks in advance.
Astro
I want to change the default folders in my install. I used the following guide to install it all.
http://forums.rutorrent.org/index.php?topic=608.0
This is my Config of my rtorrent
Code:
scgi_port = 127.0.0.1:23876
encoding_list = UTF-8
umask = 022
port_range = 23877-23877
port_random = no
check_hash = no
directory = /home/XUSER/downloads
session = /home/XUSER/rtorrent/session
encryption = allow_incoming, try_outgoing, enable_retry
schedule = watch_directory,1,1,"load_start=/home/XUSER/rtorrent/watch/*.torrent"
schedule = untied_directory,5,5,"stop_untied=/home/XUSER/rtorrent/watch/*.torren$
enable_trackers = yes
#min_peers = 40
#max_peers = 100
#min_peers_seed = 10
#max_peers_seed = 50
#max_uploads = 15
#download_rate = 0
#upload_rate = 0
use_udp_trackers = yes
dht = auto
dht_port = 6881
peer_exchange = yes
#hash_read_ahead = 10
#hash_interval = 100
#hash_max_tries = 10
execute = {sh,-c,/usr/bin/php /var/rutorrent/rutorrent/php/initplugins.php XUSER$
This is what i want:
Quote
scgi_port = 127.0.0.1:23876
encoding_list = UTF-8
umask = 022
port_range = 23877-23877
port_random = no
check_hash = no
directory = /storage/Torrents/completed
session = /storage/Torrents/dling
encryption = allow_incoming, try_outgoing, enable_retry
schedule = watch_directory,1,1,"load_start=/storage/Torrents/watch/*.torrent"
schedule = untied_directory,5,5,"stop_untied=/storage/Torrents/watch/*.torren$
enable_trackers = yes
#min_peers = 40
#max_peers = 100
#min_peers_seed = 10
#max_peers_seed = 50
#max_uploads = 15
#download_rate = 0
#upload_rate = 0
use_udp_trackers = yes
dht = auto
dht_port = 6881
peer_exchange = yes
#hash_read_ahead = 10
#hash_interval = 100
#hash_max_tries = 10
execute = {sh,-c,/usr/bin/php /var/rutorrent/rutorrent/php/initplugins.php XUSER$
encoding_list = UTF-8
umask = 022
port_range = 23877-23877
port_random = no
check_hash = no
directory = /storage/Torrents/completed
session = /storage/Torrents/dling
encryption = allow_incoming, try_outgoing, enable_retry
schedule = watch_directory,1,1,"load_start=/storage/Torrents/watch/*.torrent"
schedule = untied_directory,5,5,"stop_untied=/storage/Torrents/watch/*.torren$
enable_trackers = yes
#min_peers = 40
#max_peers = 100
#min_peers_seed = 10
#max_peers_seed = 50
#max_uploads = 15
#download_rate = 0
#upload_rate = 0
use_udp_trackers = yes
dht = auto
dht_port = 6881
peer_exchange = yes
#hash_read_ahead = 10
#hash_interval = 100
#hash_max_tries = 10
execute = {sh,-c,/usr/bin/php /var/rutorrent/rutorrent/php/initplugins.php XUSER$
This Issue is when i reboot my ubuntu (10.10) box and go to the webgui, rutorrent says that the config is wrong and can't start.
thanks in advance.
Astro