Express Disc troubleshooting

From Amahi Wiki
Jump to: navigation, search

Amahi 7 Express

Second reboot is not occurring

If the second reboot does not occur, this means the install is not finished. One reason for this to happen is a wrong setting in the Network page of your Installer. By default it says this and we recommend this is left as is:

 Hostname: localhost.localdomain

However, I had filled in my host names (which resolved).

The solution was to reinstall and leave the Network page of the installer the defaul localhost.localdomain

HTTP server is not started by default

After succesfull second reboot I noticed that the Amahi dashboard did not work. I noticed that there was not running the http server, via the command

 ps -ef | grep http

This command showed me that an error occurred during startup of the http service. It could not resolve the hostname I gave it:

 systemctl status httpd

These commands started the httpd server, showing me that it was started correctly:

systemctl restart httpd
systemctl status httpd

After a reboot this error occurred again. Now changing the value in /etc/hostname to

  localhost

fixed this. After a reboot the http service is now started as it should be.

We recommend you leave the values in the Amahi express install at the network section to its default value:

 localhost.localdomain

Yum Update

If you try to do yum update after install and have problems, try this solution.