Centova Technologies Forum

Centova Cast v3 => Bugs and issues => Topic started by: sam604 on February 14, 2013, 05:11:36 pm

Title: Linux Control Daemon Installation
Post by: sam604 on February 14, 2013, 05:11:36 pm
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
Title: Re: Linux Control Daemon Installation
Post by: Centova - Steve B. on February 14, 2013, 05:21:32 pm
SAM604,

READ THE STICKY IN THIS FORUM.

THANKS
Title: Re: Linux Control Daemon Installation
Post by: sam604 on February 14, 2013, 06:26:17 pm
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 
Title: Re: Linux Control Daemon Installation
Post by: sam604 on February 15, 2013, 06:11:03 am
Steve,.. I have no idea what the cron job should look like.. any assistance would be appreciated  :-[
Title: Re: Linux Control Daemon Installation
Post by: sam604 on February 23, 2013, 11:33:01 am
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)