Page 1 of 1

Amahi attempts to restart itself..but gets stuck until someone presses power button?

Posted: Mon Oct 03, 2016 5:49 pm
by kogimus
So, as of a couple days ago, my Amahi server is appparently rebooting itself intermittently, and then... stalling until someone actively presses the power button, at which point it actually starts?

When this is done, the system does actually power up, and work as intended, except that firewalld is enabled and blocking ... everything.
if I log in from the local terminal and stop it, everything goes back to working normally

pastebin link for journalctl -b of this happening : http://pastebin.com/3ALCji0x
systeminfo link is : https://paste.fedoraproject.org/442793/54148614/

this is probably something really simple that i'm just not seeing.

Re: Amahi attempts to restart itself..but gets stuck until someone presses power button?

Posted: Mon Oct 03, 2016 6:29 pm
by bigfoot65
This could be a sign of pending hardware failure. Also could be a BIOS setting on your hardware causing it to reboot. The OS and Amahi do not typically cause this sort of behavior.

Also to ensure the firewall remains disabled, do the following:

Code: Select all

systemctl stop firewalld systemctl disable firewalld systemctl stop rolekit systemctl disable rolekit