rutorrent errors

peshua19

Member
May 25, 2018
897
0
16
just installed rotorrent+rutorrent on my pogoplug(p21) arch
[30.04.2013 23:17:05] WebUI started.
[30.04.2013 23:17:12] rTorrent user can't access 'id' program. Some functionality will be unavailable.
[30.04.2013 23:17:12] Webserver user can't access 'stat' program. Some functionality will be unavailable.
[30.04.2013 23:17:12] rss: Some functionality will be unavailable. Webserver user can't access external program (curl).
[30.04.2013 23:17:12] rutracker_check: Plugin will not work. Webserver user must have execute access to the rtorrent session directory ().
[30.04.2013 23:17:12] mediainfo: Plugin will not work. rTorrent user can't access external program (mediainfo).
[30.04.2013 23:17:14] Unpack plugin: rTorrent user can't access 'unrar' program.
need help
 

lisas4567

Member
May 25, 2018
773
0
16
Quote :
need install unrar, mediainfo etc..

installed still with these errors
Code:
[01.05.2013 14:09:15] WebUI started.
[01.05.2013 14:09:41] rTorrent user can't access 'id' program. Some functionality will be unavailable.
[01.05.2013 14:09:41] Webserver user can't access 'stat' program. Some functionality will be unavailable.
[01.05.2013 14:09:41] rss: Some functionality will be unavailable. Webserver user can't access external program (curl).
[01.05.2013 14:09:41] rutracker_check: Plugin will not work. Webserver user must have execute access to the rtorrent session directory ().
 

saroos1

Member
May 25, 2018
718
0
16
you need install all packages:

Code:
subversion build-essential automake libtool libcppunit-dev libcurl3-dev libsigc++-2.0-dev unzip unrar-free curl libncurses-dev
 

lisas4567

Member
May 25, 2018
773
0
16
Quote:
you need install all packages:

Code:
subversion build-essential automake libtool libcppunit-dev libcurl3-dev libsigc++-2.0-dev unzip unrar-free curl libncurses-dev

installed all these
but no use still getting these errors
Code:
[01.05.2013 22:29:32] WebUI started.
[01.05.2013 22:29:38] rTorrent user can't access 'id' program. Some functionality will be unavailable.
[01.05.2013 22:29:38] Webserver user can't access 'stat' program. Some functionality will be unavailable.
[01.05.2013 22:29:38] rss: Some functionality will be unavailable. Webserver user can't access external program (curl).
[01.05.2013 22:29:38] rutracker_check: Plugin will not work. Webserver user must have execute access to the rtorrent session directory ().
 

randac56

Member
May 25, 2018
915
0
16
Euh... You did try reinstalling / building / compiling after all the hints Slider324 gave you?

You can't get a curl-error on rss if you have installed the correct libs and executed / installed ruTorrent the right way.
 

saroos1

Member
May 25, 2018
718
0
16
I had a similar issue to put rtorrent working as a Daemon (with the init script that is around on the web) on my Raspberry Pi (on Raspbian), i had rutorrent on an i386 plataform (with Debian) before so i did all the steps i used to do, rtorrent was working from command line but i couldn't get to put it to work. My issue was the path used to call rtorrent was absolute in the script, meaning it was specified like /usr/local/rtorrent while rtorrent on my raspberry pi was installed on /usr/local/bin/rtorrent (no idea how this happened i never specified to be installed in a different folder). Try to execute the command from the command line if the program cannot be found this is your issue.

This been said this is what you need to look for, 1st check your PATH by doing this command "env | grep PATH" this will give you something like this:

Quote
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games​


Each different path is separated by an ":" just copy this do an notepad as a reference, next locate the programs that rutorrent cant find use the program find or locate and check if the program path's that are found are indeed in the PATH environment, if they arent add the location to the PATH variable. If there's no program installed with that name install it.
 

lisas4567

Member
May 25, 2018
773
0
16
Quote f:
I had a similar issue to put rtorrent working as a Daemon (with the init script that is around on the web) on my Raspberry Pi (on Raspbian), i had rutorrent on an i386 plataform (with Debian) before so i did all the steps i used to do, rtorrent was working from command line but i couldn't get to put it to work. My issue was the path used to call rtorrent was absolute in the script, meaning it was specified like /usr/local/rtorrent while rtorrent on my raspberry pi was installed on /usr/local/bin/rtorrent (no idea how this happened i never specified to be installed in a different folder). Try to execute the command from the command line if the program cannot be found this is your issue.

This been said this is what you need to look for, 1st check your PATH by doing this command "env | grep PATH" this will give you something like this:

Quote
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games​

Each different path is separated by an ":" just copy this do an notepad as a reference, next locate the programs that rutorrent cant find use the program find or locate and check if the program path's that are found are indeed in the PATH environment, if they arent add the location to the PATH variable. If there's no program installed with that name install it.


first useful comment
btw Those errors are not my issue I am not able to start any torrent
And if a torrent gets added
It rests in a paused state
and checked it...
all are in the path environment sad.gif
 

lisas4567

Member
May 25, 2018
773
0
16
Quote :
Euh... You did try reinstalling / building / compiling after all the hints Slider324 gave you?

You can't get a curl-error on rss if you have installed the correct libs and executed / installed ruTorrent the right way.

yes tried to install max packages which i can get from aur and official repository

i am noob at linux so maybe had done some mistakes sad.gif
i need some help embarrassed.gif
 

Attachments

lisas4567

Member
May 25, 2018
773
0
16
guys getting this error any help would be appreciated

Code:
Starting Apache Web Server [BUSY]
httpd: Syntax error on line 122 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_scgi.so into server: /etc/httpd/modules/mod_scgi.so: cannot open shared object file: No such file or directory
[FAIL]

this is while running apache

aleready installed mod_scgi and added this line
LoadModule scgi_module modules/mod_scgi.so
 

simur612

Member
May 25, 2018
879
0
16
on which webserver you are running rutorrent? if it's apache you need to change ownership of rutorrent folder with the user apache using.