Title: Web GUI Access Error Post by: jsolanki on Wednesday 31 July 2019, 07:38:18 pm Have bee running endian for about a year now, and not had a problem with it.
We had a power failure last night, which shutdown the endian machine. Have booted it up this morning, and i cannot access the GUI. I can SSH into the device, but my knowledge with doing things on the console are limited. Things done so far: - I have restarted the httpd service. - Restart the device fully Would anyone be able assist in any way to point me in the right direction on what to try next Title: Re: Web GUI Access Error Post by: Dark-Vex on Monday 05 August 2019, 05:25:29 pm Hi,
please paste the output of the following SSH commands: ps aux |grep htt httpd -t The GUI doesn't respond at all or you cannot only login? Title: Re: Web GUI Access Error Post by: jsolanki on Tuesday 20 August 2019, 06:16:04 pm Hi Dark-vex,
First thank you for responding, and apologies for late response, I had been away. root@endian:~ # ps aux | grep htt root 18512 0.0 0.0 4436 692 pts/0 S+ 09:09 0:00 grep htt root@endian:~ # httpd -t Syntax OK GUI doesnt respond at all. I have ensured I have no proxies. Any assistance appreciated. Title: Re: Web GUI Access Error Post by: Dark-Vex on Wednesday 21 August 2019, 12:18:15 am No problem :) It seems httpd is not running, did you try to restart it? with this command:
/etc/init.d/httpd restart Please check also if you have enough disk space and inode disk space with: df -h df -i |