Page 1 of 1

Error loading Amahi from site get 404 error

Posted: Thu Oct 20, 2016 10:17 pm
by monahanz
I want to install Amahi 9. I installed Fedora 23 and it looked like it went OK.
I log on and get:-
[monahan@localhost ~]$
I enter sudo su -
After the message 1), 2) 3) etc. I get
[sudo] and enter my password again.
I get [root@localhost ~]#
when I type
rpm -Uvh http://f23.amahi.org/noarch/hda-release ... noarch.rpm

I get:-
Retreving http://f23.amahi.org/noarch/hda-release ... noarch.rpm
Curl: (22) The requested URL returned an error; 404 Not Found.
After that nothing works.
Has anybody got any suggestions

Re: Error loading Amahi from site get 404 error

Posted: Fri Oct 21, 2016 4:39 am
by bigfoot65
Retreving http://f23.amahi.org/noarch/hda-release ... noarch.rpm
Curl: (22) The requested URL returned an error; 404 Not Found.
After that nothing works.
This typically indicates you don't have network connectivity.

Does your server have more than one network card enabled?

You can check to see if the network has connectivity by doing:

Code: Select all

ping google.com
If it's not working, you may need to reinstall Fedora 23. Ensure you follow the install guidance exactly and not deviate.

First, try the following as root user:

Code: Select all

systemctl stop firewalld systemctl disable firewalld systemctl stop rolekit systemctl disable rolekit
Reboot and then try the Amahi install again.