View Single Post
  #2  
Old 23rd November 2014, 16:55
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
This proberly means Ocelot is running or you havent setup the port correctly

first kill Ocelot assuming you are using Ocelot.

1)

Did Ocelot install and does it start?

2)

Check if Ocelot is running...

Code:
ps ax | grep ocelot
Find the pid and then kill it.

Code:
kill -9 3453
If its not running and you cant start it then you will probable need to check the compiling and libs needed to install Ocelot. Eg LibBoost

Then edit config.cpp by changing into Ocelot directory and then

Code:
nano config.cpp
Once its open scroll down and double check that the port matches the port in /var/www/classes/config.php.

3)

Make sure that the port is open

Code:
iptables -A INPUT -p tcp --dport 34000 -j ACCEPT
Code:
iptables -A OUTPUT -p tcp --dport 34000 -j ACCEPT
4)

Start Ocelot again and then check if its running, if you are having problems with port 3400 then change it to 2710 or if you are using port 2710 then change it to 3400.

Remember that after making any changes in regards to ocelot you will need to restart it.

....
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote