Linux Control Daemon Installation

Read 4633 times
STEVE,

THE INSTALLATION SEEM FLAWLESS BUT ON CREATING AN ACCOUNT I GET --->


Unhandled exception: Cluster host connection failure for vps.kdtlremote.com: Connection refused (111) in /usr/local/centovacast/system/class_RPCDaemonClient.php:1064

#0 /usr/local/centovacast/system/class_RPCDaemonClient.php(1064): RPCDaemonClient::send()
#1 /usr/local/centovacast/system/class_RPCDaemonClient.php(1010): RPCDaemonClient->send()
#2 /usr/local/centovacast/system/class_RPCDaemonClient.php(800): RPCDaemonClient->command()
#3 /usr/local/centovacast/system/class_SystemControl.php(1164): RPCDaemonClient->info()
#4 /usr/local/centovacast/system/class_SystemControl.php(322): SystemControl->api_provision()
#5 /usr/local/centovacast/web/class_AccountEditor.php(896): SystemControl->__call('provision', Array)
#6 /usr/local/centovacast/web/class_AccountEditor.php(315): AccountEditor->provision_account()
#7 /usr/local/centovacast/web/reseller/modules/class_Module_accounts_base.php(65): AccountEditor->create()
#8 /usr/local/centovacast/web/admin/modules/class_Module_accounts.php(48): Module_accounts_base->create_account()
#9 /usr/local/centovacast/web/class_WebApplication.php(224): Module_accounts->execute()
#10 /usr/local/centovacast/web/admin/class_AdminApplication.php(64): WebApplication->execute()
#11 /usr/local/centovacast/web/admin/index.php(49): AdminApplication->execute()
#12 {main}

CAN YOU EXPLAIN
SAM604,

READ THE STICKY IN THIS FORUM.

THANKS
Steve can you check you PM for a response, also.. Do I do thin only on the Control side .. or also on the cluster node side 
Steve,.. I have no idea what the cron job should look like.. any assistance would be appreciated  :-[
Quote
I've already advised you, you clearly have a connectivity issue of some sort (looks very much like a misconfigured firewall given the symptoms you've described) that's blocking the connection.

I have check with the administrators of the VPS and it has no firewall on it.. also.. there is also no firewall on the main server.. So your assestment maybe flawed

This is what you said--
Quote
the daemon working just fine.  If it ends that way then the daemon is still running and is working fine.
It appears that the stream was created.. but the web panel has no access to it...

This is result of a port scan on the two servers..
FROM HOST
lsof -i:2197
COMMAND  PID        USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
cc-web  2149        root    7u  IPv4   6627      0t0  TCP *:2197 (LISTEN)
cc-web  2151 centovacast    7u  IPv4   6627      0t0  TCP *:2197 (LISTEN)

lsof -i:2198
COMMAND    PID   USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
cc-contro 1990 ccuser    4u  IPv4   5956      0t0  TCP kdtlmedia.com:2198 (LISTEN)

FROM REMOTE
lsof -i:2197
COMMAND   PID        USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME
cc-web   5455        root    6u  IPv4 2113969954      0t0  TCP *:2197 (LISTEN)
cc-web  13697 centovacast    6u  IPv4 2113969954      0t0  TCP *:2197 (LISTEN)
lsof -i:2198
COMMAND     PID   USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME
cc-contro 15723 ccuser    4u  IPv4 2924145427      0t0  TCP localhost:2198 (LISTEN)