error rutorrent centos need help

das329717

Member
May 25, 2018
928
0
16
hello every body,
i have some problem
i have installed this http://forums.rutorrent.org/index.php?topic=608.0
but getting this error on the log of rutorrent
can anyone please help me i do not have to much knowlegde
i'm using centos 5.5


[08.04.2011 22:42:21] WebUI started.
[08.04.2011 22:42:22] httprpc: This version of PHP doesn't support this plugin. Plugin will not work. PHP version must be >= 5.2.0.
[08.04.2011 22:42:25] Bad response from server: (404 [error,list]) <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /RPC00001 was not found on this server.</p>
<address>Apache/2.2.3 (CentOS) Server at **.***.***.** Port 443</address> </body></html>
[08.04.2011 22:42:25] JS error: [https://**.***.***.**/rutorrent/ : 1650] d is null
[08.04.2011 22:42:26] JS error: [https://**.***.***.**/rutorrent/ : 2179] d is null

thank you in advance for your help
 

das329717

Member
May 25, 2018
928
0
16
thank you very much for your help

getting same error but when i did yum update

getting this in putty


Setting up Update Process
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: libnids.so.1.24()(64bit) for package: dsniff
---> Package libnids.x86_64 0:1.24-1.el5.rf set to be updated
--> Finished Dependency Resolution
dsniff-2.4-0.9.b1.el5.x86_64 from installed has depsolving problems
--> Missing Dependency: libnids.so.1.24()(64bit) is needed by package dsniff-2.4-0.9.b1.el5.x86_64 (installed)
Error: Missing Dependency: libnids.so.1.24()(64bit) is needed by package dsniff-2.4-0.9.b1.el5.x86_64 (installed)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

thank you
 

somus1735

Member
May 25, 2018
833
0
16
Quote
httprpc: This version of PHP doesn't support this plugin​

I run CentOS 5 and I removed the RPC plugins

Try removing them and doing this (you may need to add another repo such as Dag/rpmforge)
Code:
yum install php-xmlrpc
Quote
You need a newer version of PHP​

PHP 5.1.6 works here (without either of the RPC plugins) but I do have php-xmlrpc installed as above

Works for me™
 

das329717

Member
May 25, 2018
928
0
16
how can i remove RPC plugin? and how can i add your repo?
i have did
Code:
yum install php-xmlrpcbut problem not solved.
do i need to update php? to new version if yes how

Thank you very much
 

somus1735

Member
May 25, 2018
833
0
16
Quote
how can i remove RPC plugin?​

Code:
rm -fR plugins/httprpc plugins/rpc
Quote
how can i add your repo?​

I don't know which version of PHP you're running but you can get the RPMForge repos here -

http://dag.wieers.com/rpm/FAQ.php#B

Copy and paste the line that corresponds with your CentOS version into PuTTY

[edit]
Looking at your posts again you appear to have CentOS 5.5 64 bit (X86_64) in which case you need this
Code:
rpm -Uhv http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS//rpmforge-release-0.3.6-1.el5.rf.x86_64.rpmBut only if you have 5.x 64 bit
[/edit]


Quote
i have did
Code:
yum install php-xmlrpc​

Did this work or did you get an error? If it worked then you don't need to add the new repo - But you do still need to remove the RPC plugins

Quote
do i need to update php?​

I don't know - But RuTorrent works for me on PHP version 5.1.6

Find your version by doing this in PuTTY
Code:
php -v
Try removing the plugins and see whether RuTorrent works
 

das329717

Member
May 25, 2018
928
0
16
Quote
.
[root@sever204 ~]# yum install php-xmlrpc
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.ovh.net
* base: mirror.ovh.net
* epel: be.mirror.eurid.eu
* extras: mirror.ovh.net
* openvz-kernel-rhel5: mirrors.ircam.fr
* openvz-utils: mirrors.ircam.fr
* rpmforge: apt.sw.be
* updates: mirror.ovh.net
Setting up Install Process
Package php-xmlrpc-5.1.6-27.el5_5.3.x86_64 already installed and latest version
Nothing to do
[root@sever204 ~]# php -v
PHP 5.1.6 (cli) (built: Nov 29 2010 16:47:46)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
with the ionCube PHP Loader v4.0.5, Copyright (c) 2002-2011, by ionCube Ltd.


[root@sever204 ~]# yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.ovh.net
* base: mirror.ovh.net
* epel: be.mirror.eurid.eu
* extras: mirror.ovh.net
* openvz-kernel-rhel5: mirrors.ircam.fr
* openvz-utils: mirrors.ircam.fr
* rpmforge: apt.sw.be
* updates: mirror.ovh.net
Setting up Update Process
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: libnids.so.1.24()(64bit) for package: dsniff
---> Package libnids.x86_64 0:1.24-1.el5.rf set to be updated
--> Finished Dependency Resolution
dsniff-2.4-0.9.b1.el5.x86_64 from installed has depsolving problems
--> Missing Dependency: libnids.so.1.24()(64bit) is needed by package dsniff-2.4-0.9.b1.el5.x86_64 (installed)
Error: Missing Dependency: libnids.so.1.24()(64bit) is needed by package dsniff-2.4-0.9.b1.el5.x86_64 (installed)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.​


do i need to update php?

thank you
 

somus1735

Member
May 25, 2018
833
0
16
You have the same versions of PHP and php-xmlrpc as me and they work for me so I don't think so

Try removing the two RPC plugins (rpc and httprpc) as above and see whether RuTorrent works
 

jith45

Member
May 25, 2018
960
0
16
It doesn't seem as if you enabled the remi repository. You shouldn't mix RPMForge and EPEL. Uninstall remi and epel, then download the installer and comment out the line that includes the httprpc plugin and re-install.