I´v got the same error msg.
premissions:
Code: [Select]
drwxr-xr-x 11 root root 4096 2 feb 17.02 rutorrent
drwxr-xr-x 4 root root 4096 2 feb 17.02 conf
drwxr-xr-x 3 root root 4096 2 feb 17.02 css
-rw-r--r-- 1 root root 5430 2 feb 17.02 favicon.ico
drwxr-xr-x 3 root root 4096 2 feb 17.02 images
-rw-r--r-- 1 root root 12458 2 feb 17.02 index.html
drwxr-xr-x 3 root root 4096 2 feb 17.02 js
drwxr-xr-x 3 root root 4096 2 feb 17.02 lang
drwxr-xr-x 3 root root 4096 2 feb 23.01 php
drwxr-xr-x 25 root root 4096 2 feb 22.25 plugins
drwxrwxrwx 6 www-data www-data 4096 2 feb 17.02 share
knarkarkvart:/var/www/rutorrent/share# ls -l
totalt 12
drwxrwxrwx 6 www-data www-data 4096 2 feb 23.00 settings
drwxrwxrwx 3 www-data www-data 4096 2 feb 23.23 torrents
drwxrwxrwx 4 www-data www-data 4096 2 feb 23.04 users
knarkarkvart:/var/www/rutorrent/share/users# ls -l
totalt 4
drwxrwxrwx 4 www-data www-data 4096 2 feb 23.04 rtor
knarkarkvart:/var/www/rutorrent/share/users/rtor# ls -l
totalt 8
drwxrwxrwx 4 www-data www-data 4096 2 feb 23.23 settings
drwxrwxrwx 2 www-data www-data 4096 2 feb 23.23 torrents
is it right?
here is my .rtorrent.rc
Code: [Select]
directory = /mnt/2tb/rtor/torrent
schedule = watch_directory,5,5,load_start=/mnt/2tb/rtor/watch/*.torrent
schedule = untied_directory,5,5,stop_untied=/mnt/2tb/rtor/watch/*.torrent
schedule = low_diskspace,5,60,close_low_diskspace=100M
port_range = 58271-58300
port_random = no
use_udp_trackers = no
encryption = allow_incoming,try_outgoing
dht = off
peer_exchange = no
#The Following Are VERY Important
encoding_list = UTF-8
scgi_local = /tmp/rpc.socket
schedule = chmod,0,0,"execute=chmod,777,/tmp/rpc.socket"
session = /mnt/2tb/rtor/session
directory = /mnt/2tb/rtor/torrent
max_peers_seed = -1
min_peers_seed = -1
iv changed the max file size in cgi/php.ini to 20M ..
iv followd this tutorial
http://filesharefreak.com/2010/02/13/how-to-install-rtorrent-rutorrent-using-socket-ssl-authentication-on-ubuntu-or-debian/