View Single Post
  #7  
Old 7th September 2014, 00:29
perikitodestino perikitodestino is offline
Member
 
Join Date: Sep 2014
Posts: 12
Default
Quote:
Originally Posted by firefly007 View Post
1)Is the port setting in Ocelot config the same as in config.php?

2) does the keys match?

3)Also have you setup the scheudle and its is working correctly

3) Is the port open hey
Code:
sudo iptables -A INPUT -p tcp --dport 2710 -j ACCEPT
the key i put in ocelot's config where it says "site_password" is the one "TRACKER_SECRET" of gazelle, is that right? otherwise i tried typing the "ENCKEY" and it does exactly the same. The port is 2710 in both

scheudle is right, crontab -e has the same scheudle_key than config.php , i have reviewed sphinx and has the correct database name, user and password, i think its all right. There isnt any iptables rule now, its all open
Reply With Quote