I've a problem setting up rtorrent
I'm running Ubuntu 10.04 64bits
libtorrent 0.13
rtorrent 0.9.0
if i run: #rtorrent it seems to work.
but when i run : #sudo /etc/init.d/rtorrent start
i get the following error:
Quote
stokp@ks361489:/etc/init.d$ sudo /etc/init.d/rtorrent start
cat: 0.76 € (/home/stokp/.rtorrent.rc): No such file or directory
cannot find readable session directory from config /home/stokp/.rtorrent.rc. check permissions
I've my folders like this:
Quote
/home/stokp/
/home/stokp/downloads
/home/stokp/rtorrent/session
/home/stokp/rtorrent/watch
the directories on the .rtorrent.rc
Quote
directory = /home/stokp/downloads
session = /home/stokp/rtorrent/session
schedule = watch_directory,5,5,load_start=/home/stokp/rtorrent/watch/*.torrent
i've the premissions okay i think, result of: ls -a -l
Quote
drwxr-xr-x 7 stokp stokp 4096 2012-04-27 14:53 .
drwxr-xr-x 4 root root 4096 2012-04-27 13:36 ..
-rw------- 1 stokp stokp 954 2012-04-27 14:02 .bash_history
-rw-r--r-- 1 stokp stokp 220 2012-04-27 13:36 .bash_logout
-rw-r--r-- 1 stokp stokp 3353 2012-04-27 13:36 .bashrc
drwx------ 2 stokp stokp 4096 2012-04-27 13:37 .cache
drwxr-xr-x 2 stokp stokp 4096 2012-04-27 14:53 downloads
-rw-r--r-- 1 stokp stokp 1320 2002-12-05 01:58 jcameron-key.asc
-rw-r--r-- 1 stokp stokp 675 2012-04-27 13:36 .profile
-rw------- 1 stokp stokp 1024 2012-04-27 14:18 .rnd
drwxr-xr-x 4 stokp stokp 4096 2012-04-27 14:53 rtorrent
-rw-r--r-- 1 stokp stokp 5027 2012-04-27 14:52 .rtorrent.rc
drwxr-xr-x 5 stokp stokp 4096 2012-04-27 14:38 source
drwxr-xr-x 3 stokp stokp 4096 2012-04-27 14:20 .subversion
and ls -a -l in the folder rtorrent
Quote
drwxr-xr-x 4 stokp stokp 4096 2012-04-27 14:53 .
drwxr-xr-x 7 stokp stokp 4096 2012-04-27 14:53 ..
drwxr-xr-x 2 stokp stokp 4096 2012-04-27 14:54 session
drwxr-xr-x 2 stokp stokp 4096 2012-04-27 14:53 watch
thanks in advance for your help, im very lost on how to fix this =/