rtorrent + rutorrent using Tomato. Same old problem, but please help!

peshua19

Member
May 25, 2018
897
0
16
Hey guys... first of all, i already saw most pages talking about "rtorrent + rutorrent" but i could never make it work. im serious, trying for a long long time with some breaks.....
So, let`s start with a fact: Im completely lost! I admit it!
What i DO know is that my problem is php or something that has much to do with php, but i dont know what! lol
i followed many tuts paying attention, but no success. So please, anyone could help? Running this became a "dream" for me! i dont want transmission!
i cant provide any logs, conf files or whatever anyone needs to help me. Since i don`t know from where i start, i prefer to wait for someone to ask for logs or config files...

thx guys!
 

lisas4567

Member
May 25, 2018
773
0
16
This is extremely vague. You are simply posting telling us you have 'problems'. You indicate you are unable to supply log files or conf files, then specify that you are waiting for someone to ask for them.

Follow this guide:
http://forums.rutorrent.org/index.php?topic=256.0

If you have problems, then re-post, describing at which step your having problems. and supply as much information regarding actions you've been unable to perform, and errors that have been displayed.
If all the commands seem like chinese to you, my advice would be to setup a Linux Virtual and learn the ins and outs out Linux itself.
 

peshua19

Member
May 25, 2018
897
0
16
@djkast r u kidding me right??? lol i mean, thx for the reply, but i do know enough about *nix OS at least to be able to install something. My problem is rtorrent +rutorrent + TOMATO. (as i told u guys, probably PHP is my problem.) I think the reason for to say that was my english. Theres a mistake... "I CAN provide any logs...". Really sorry for that... english is not my native language and i was sleepy... so, sorry again....

@Kolor Sorry for u 2 dude... i will put some more info.

Well, tell me if u guys need any other config file/logs... i putting everything i remember here...
oh, and really thx for helping me! im sure im not that far from the solution! smiley.gif

here goes the PHP version...

root@rt-n16:/opt# php -v
PHP 5.2.17 (cli) (built: Jan 12 2011 00:03:23)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
root@rt-n16:/opt#
 

randac56

Member
May 25, 2018
915
0
16
Are there any error messages, Can you tell us what isn't working?

Does the interface load? Are there any messages in the logger?
 

peshua19

Member
May 25, 2018
897
0
16
ITS WORKING!!!!!!!!!!!!!!!!!!!!!!!!! IM DAMM HAPPY!!!!!!!!!!!!!!!!!!!!!! LOL
I knew my problem was something with php! lol im the biggest noob on php!
The problem was fastcgi server! i didnt comment out the lines.... :/ all this time, i just cant believe it! lol
So, just did the obvious:
fastcgi.server = ( ".php" =>
( "localhost" =>
(
"socket" => "/tmp/php-fcgi.sock",
"bin-path" => "/opt/bin/php-fcgi",
"bin-environment" => (
"PHP_FCGI_MAX_REQUESTS" => "4000"
)
)
)
)


thats all! and it worked!
Let me give credits for Novik65! I found his answer for a guy with the same problem! i didnt find this post before! (http://forums.rutorrent.org/index.php?topic=884.0)
@djkast Really thanks for your time man! u rules! im still having problems with plugins, but since this is the very first time im running this, i will try to guess things by myself and let you do other things! ^^ again, really thx!!!