Here's the tail end of installation of the Linux Control Daemon using:
./install.sh control fqdn web-interface-secret --channel=unstable --shoutcast1
Registering application in configuration files ...
Attempting to notify web control panel of software update ...
<b>Failed to communicate with your web control panel; control panel responded:
One or more hosts failed to update: ns1.domint.net: Cluster host connection failure for ns1.domint.net: Connection refused (111)</b>
ShoutCast DNAS v1.9.x was installed successfully but could not be enabled in Centova Cast
Updating permissions ...
Installation successful
===== Installation Complete ==============================================
This server has been added to your Centova Cast control panel. To begin
provisioning accounts to this server, please log in to your control panel
now.
Thank you for using Centova Cast.
Status shows:
[root@ns1 src]# /etc/init.d/centovacast status
cc-web: running (pid 7738)
cc-control: running (pid 7728)
cc-appserver: running (pid 7736)
cc-ftpd: running (pid 7747)
cc-imaged: not running
Same status on control server with full install, and the new host is listed under Host Manager.
Also, the control server allows the process of creating new stream on remote server, but after clicking on <Create> produces this error:
Unhandled exception: Cluster host connection failure for FQDN: Connection refused (111) in /usr/local/centovacast/system/class_RPCDaemonClient.php:893
#0 /usr/local/centovacast/system/class_RPCDaemonClient.php(893): RPCDaemonClient::send()
#1 /usr/local/centovacast/system/class_RPCDaemonClient.php(849): RPCDaemonClient->send()
#2 /usr/local/centovacast/system/class_RPCDaemonClient.php(750): RPCDaemonClient->command()
#3 /usr/local/centovacast/system/class_GenericDaemonClient.php(127): RPCDaemonClient->remove_quota()
#4 /usr/local/centovacast/system/class_SystemControl.php(977): GenericDaemonClient::factory()
#5 /usr/local/centovacast/system/class_SystemControl.php(313): SystemControl->api_provision()
#6 /usr/local/centovacast/web/class_AccountEditor.php(875): SystemControl->__call('provision', Array)
#7 /usr/local/centovacast/web/class_AccountEditor.php(265): AccountEditor->provision_account()
#8 /usr/local/centovacast/web/reseller/modules/class_Module_accounts_base.php(65): AccountEditor->create()
#9 /usr/local/centovacast/web/admin/modules/class_Module_accounts.php(47): Module_accounts_base->create_account()
#10 /usr/local/centovacast/web/class_WebApplication.php(215): Module_accounts->execute()
#11 /usr/local/centovacast/web/admin/class_AdminApplication.php(64): WebApplication->execute()
#12 /usr/local/centovacast/web/admin/index.php(49): AdminApplication->execute()
#13 {main}
I've checked prereqs on both; opened ports 2198, 2199 on both, /etc/init.d/centovacast restart on both, and even re-installed on both.
What am I missing?