Access to the rtorrent session directory

simur612

Member
May 25, 2018
879
0
16
Hello everyone

I installed rtorrent+rutorrent on my laptop. Everything seems to work except one thing, autotools plugin. Look at what rutoorent says me
Code:
[06.08.2013 12:14:11] WebUI started.
[06.08.2013 12:14:12] autotools: Some functionality will be unavailable. Webserver user must have execute access to the rtorrent session directory (/home/nico/.config/rtorrent/session/).
[06.08.2013 12:14:13] FILE MANAGER ignited
Yesterday, I googled the problem a part of the day, and I did not find a solution.

Thanks in advance
 

randac56

Member
May 25, 2018
915
0
16
chown -R nico:www-data /home/nico/.config/rtorrent/session

or replace www-data with webserver user group.