Page 1 of 2

SOLVED: Failed to connect to HDA port80; Connection Refused

Posted: Wed Oct 19, 2016 7:09 am
by bigally
I have installed Amahi on my server. it install fine and the dhcp seems to work fine but i can access the dashboard. I have run thru the interactive trouble shooter and get this error "Failed to connect to HDA port80; Connection Refused" How do i fix this please

Thanks

Re: Failed to connect to HDA port80; Connection Refused

Posted: Wed Oct 19, 2016 7:17 am
by bigfoot65
A. Did you renew the IP address on your client machine?

B. Can you access the HDA via IP Address?

C. What install instructions did you follow?

From a terminal (SSH), please provide the URL for the following:

Code: Select all

apaste --sysinfo
We need more information in order to help you.

Re: Failed to connect to HDA port80; Connection Refused

Posted: Wed Oct 19, 2016 7:23 am
by bigally
Hi Yes, i rebooted the client machine to renew the ip. I have entered the HDA ip address into explorer and it does not work. I installed using the instructions in the amahi wiki.
The url is https://paste.fedoraproject.org/455660/68870021

Thank you

Re: Failed to connect to HDA port80; Connection Refused

Posted: Wed Oct 19, 2016 7:50 am
by bigfoot65
Try the following as root or precede with sudo:

Code: Select all

systemctl stop firewalld systemctl disable firewalld systemctl stop rolekit systemctl disable rolekit
Reboot once complete and report back if it resolves your issue.

Re: Failed to connect to HDA port80; Connection Refused

Posted: Wed Oct 19, 2016 7:57 am
by bigally
I tried as you suggested sudo systemctl stop rolekit gave this error Failed to stop rolekit.service: Unit rolekit.service not loaded.

The other 3 did not

Thanks again for you help

Re: Failed to connect to HDA port80; Connection Refused

Posted: Wed Oct 19, 2016 8:16 am
by bigfoot65
Ok so are things working now?

Re: Failed to connect to HDA port80; Connection Refused

Posted: Wed Oct 19, 2016 8:18 am
by bigally
No im afraid not, should i reboot after running these commands??

Thanks

Re: Failed to connect to HDA port80; Connection Refused

Posted: Wed Oct 19, 2016 8:32 am
by bigfoot65
Yes. I indicated the reboot in my previous post with the commands.

Your issue could be connectivity. Do you have more than one network card in your server? It hard wired as well, correct?

Re: Failed to connect to HDA port80; Connection Refused

Posted: Wed Oct 19, 2016 8:35 am
by bigally
i have rebooted but this made no change, The server has dual nics but the unused one is disabled. the connection is hardwired. The server does appear to be handling the dhcp as when it is of my pc looses its ip.

Thanks

Re: Failed to connect to HDA port80; Connection Refused

Posted: Wed Oct 19, 2016 9:17 am
by bigfoot65
It may take one or two reboots to get things working.

Please check the status of the network and web server:

Code: Select all

systemctl status network systemctl status httpd
Report their status.