rtorent always error Help !

somus1735

Member
May 25, 2018
833
0
16
Hello All !

i'm installrtorrent in this link http://www.webhostingtalk.com/showthread.php?t=1124849
But when i use command "screen" it give me error

"rtorrent: Could not lock session directory: /home/seeder1/rtorrent/.session"

after that i have to run "rm -rf /home/seeder1/rtorrent/.session/rtorrent.lock"

than rtorrent work .

it always show that error and i have to run commnad above .

And, i only run rtorrent on root account, please help me run rtorrent in normal account,
i installed rtorrent on my vps, i want to pubic rtorrent on http://

Thank all read this topic !
 

shwetha17

Member
May 24, 2018
785
0
16
Create rtorrent directories propelly

replace <username> with your actual user name:

sudo mkdir /home/<username>
sudo mkdir /home/<username>/downloads
sudo mkdir /home/<username>/downloads/watch
sudo mkdir /home/<username>/downloads/.session

And give the permissions:

sudo chown -R <username>:<username> /home/<username>/downloads