tmp directory errors

jith45

Member
May 25, 2018
960
0
16
I am getting this error in rutorrent's log. Please help. Thank you.

Code:
[10.01.2014 08:46:14] WebUI started.
[10.01.2014 08:46:20] Webserver user doesn't have read/write/execute access to the tmp directory. ruTorrent will not work. (/tmp/rtorrent/)
[10.01.2014 08:46:20] Webserver user can't access 'stat' program. Some functionality will be unavailable.
[10.01.2014 08:46:20] rTorrent user must have read/execute access to the tmp directory. ruTorrent will not work. (/tmp/rtorrent/)
[10.01.2014 08:46:20] rss: Some functionality will be unavailable. Webserver user can't access external program (curl).
[10.01.2014 08:46:20] rutracker_check: Plugin will not work. Webserver user must have execute access to the rtorrent session directory ().
[10.01.2014 08:46:20] mediainfo: Plugin will not work. rTorrent user can't access external program (mediainfo).
[10.01.2014 08:46:20] screenshots: Plugin will not work. rTorrent user can't access external program (ffmpeg).
I made this tmp directory
Code:
drwxrwxrwx 2 root root 40 Jan 10 08:16 /tmp/rtorrent
I changed $tempDirectory in /usr/share/webapps/rutorrent/conf/config.php
Code: [Select]
$tempDirectory = '/tmp/rtorrent/';
I changed open_basedir in /etc/php/php.ini
Code:
open_basedir = /srv/http/:/home/:/tmp/rtorrent/:/usr/share/pear/:/usr/share/webapps/:/etc/webapps/rutorrent/conf/:/usr/share/webapps/rutorrent/php/:/usr/share/webapps/rutorrent/
I am running Arch Linux on a Raspberry Pi
Code:
[root@alarmpi ~]# uname -a
Linux alarmpi 3.10.25-2-ARCH #1 PREEMPT Thu Jan 9 13:39:28 MST 2014 armv6l GNU/Linux
My versions are:
rtorrent 0.9.3-2
rutorrent 3.6-2
rutorrent-plugins 3.6-1

nginx 1.4.4-2
php-fpm 5.5.7-1