TrenxT / rutorrent

Automatically exported from code.google.com/p/rutorrent
0 stars 0 forks source link

rutorrent stuck loading #378

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

I have recently installed rtorrent on ubuntu 10.04; compiled rtorrent,
libtorrent, and xmlrpc from svn.

When I try to load rutorrent it is stuck hanging, my apache error log shows: 

[Sat Apr 03 13:00:45 2010] [error] [client x.x.x.x] PHP Notice:  Undefined
variable: mtime in /var/www/rutorrent/php/getsettings.php on line 11,
referer: http://xxx/rutorrent/

What environment are you using?
1. My ruTorrent version is... 3.0, Rev. 877
2. My rTorrent version is... 0.8.6
3. I am using Apache 2.2.14, on Ubuntu Server 10.04 Beta.
3. I using Firefox 3.6 on Windows XP.

Are some errors present in the web-server log?

[Sat Apr 03 13:00:45 2010] [error] [client x.x.x.x] PHP Notice:  Undefined
variable: mtime in /var/www/rutorrent/php/getsettings.php on line 11,
referer: http://xxx/rutorrent/

Please provide any additional information below.

If I kill rtorrent, rutorrent will load just fine. Using older versions of
rutorrent give a XMLRPC -501 error.

I used these instructions: http://chogie.info/?p=3 to set everything up.

Original issue reported on code.google.com by David....@gmail.com on 3 Apr 2010 at 6:15

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
check /var/log/apache2/error.log

Original comment by chris2...@gmail.com on 4 Apr 2010 at 2:08

GoogleCodeExporter commented 9 years ago
have you tried using the stable release of rtorrent?

I would highly recommend this.  It has much less problems.

Original comment by Wonslung@gmail.com on 4 Apr 2010 at 2:40

GoogleCodeExporter commented 9 years ago
I have not, would I need to uninstall the svn versions of libtorrent/rtorrent to
switch to stable?

error.log:

[Sun Apr 04 08:02:36 2010] [notice] Apache/2.2.14 (Ubuntu) PHP/5.3.2-1ubuntu3 
with
Suhosin-Patch mod_scgi/1.13 configured -- resuming normal operations
[Sun Apr 04 17:50:42 2010] [error] [client 10.0.0.1] PHP Notice:  Undefined 
variable:
mtime in /var/www/rutorrent/php/getsettings.php on line 11, referer:
http://zbox/rutorrent/

Original comment by David....@gmail.com on 4 Apr 2010 at 10:52

GoogleCodeExporter commented 9 years ago
yes, you'd want to do that.

thought you might be able to just install overtop of it, but i would only do 
this if 
you don't know how to uninstall it

another option, if you wish to TEST, install the stable version to opt like 
this:

when you go to configure libtorrent, 
./configure --prefix=/opt/rtorrent
make
make install

then when you go to install rtorrent:

export PKG_CONFIG_PATH=/opt/rtorrent:$PKG_CONFIG_PATH
./configure --prefix=/opt/rtorrent --with-xmlrpc-c=/path/to/xmlrpc-c 
make
make install

also, it's a good idea to use svn version of xmlrpc-c

Original comment by Wonslung@gmail.com on 5 Apr 2010 at 3:07

GoogleCodeExporter commented 9 years ago
ruTorrent can't working correctly with svn version of rtorrent. BTW, this 
marked on
start page of this project.

Original comment by novik65 on 5 Apr 2010 at 9:40