I have been playing with the Amahi server for a short period now. Yesterday I bought and installed OpenVPN ALS.
Immediatly after installation I lost connection with my server and the dashboard was not accesable nor could I login trough SSH.
After a reboot, I went to http://HDA/ internally and got directed to the Adito login page which is on port 4443, so this made me think something was wrong.
I googled and found little help, there was just one person who also had this and with him it was solved after stopping the Adito service trough SSH and restart the httpd service on the server.
Code: Select all
# service httpd restart
Redirecting to /bin/systemctl restart httpd.service
Job for httpd.service failed. See 'systemctl status httpd.service' and 'journalctl -xn' for details.
Code: Select all
# service httpd status
Redirecting to /bin/systemctl status httpd.service
httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled)
Active: failed (Result: exit-code) since Thu 2014-02-27 13:02:32 CET; 22s ago
Process: 22116 ExecStop=/usr/sbin/httpd $OPTIONS -k graceful-stop (code=exited , status=1/FAILURE)
Process: 22115 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, s tatus=1/FAILURE)
Feb 27 13:02:32 intellected-server.lan systemd[1]: Starting The Apache HTTP S...
Feb 27 13:02:32 intellected-server.lan httpd[22115]: httpd: Syntax error on l...
Feb 27 13:02:32 intellected-server.lan systemd[1]: httpd.service: main proces...
Feb 27 13:02:32 intellected-server.lan httpd[22116]: httpd: Syntax error on l...
Feb 27 13:02:32 intellected-server.lan systemd[1]: httpd.service: control pro...
Feb 27 13:02:32 intellected-server.lan systemd[1]: Failed to start The Apache...
Feb 27 13:02:32 intellected-server.lan systemd[1]: Unit httpd.service entered...
Code: Select all
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* fedora: ftp.tudelft.nl
* rpmfusion-free: mirror.nl.leaseweb.net
* rpmfusion-free-updates: mirror.nl.leaseweb.net
* updates: ftp.tudelft.nl
No packages marked for update
Code: Select all
Package 1:openssl-1.0.1e-37.fc19.x86_64 already installed and latest version
Nothing to do
Code: Select all
Redirecting to /bin/systemctl status httpd.service
httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled)
Active: failed (Result: exit-code) since Thu 2014-02-27 13:02:32 CET; 1min 58s ago
Process: 22116 ExecStop=/usr/sbin/httpd $OPTIONS -k graceful-stop (code=exited, status=1/FAILURE)
Process: 22115 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Feb 27 13:02:32 intellected-server.lan systemd[1]: Starting The Apache HTTP Server...
Feb 27 13:02:32 intellected-server.lan httpd[22115]: httpd: Syntax error on line 56 of /etc...de
Feb 27 13:02:32 intellected-server.lan systemd[1]: httpd.service: main process exited, code...RE
Feb 27 13:02:32 intellected-server.lan httpd[22116]: httpd: Syntax error on line 56 of /etc...de
Feb 27 13:02:32 intellected-server.lan systemd[1]: httpd.service: control process exited, c...=1
Feb 27 13:02:32 intellected-server.lan systemd[1]: Failed to start The Apache HTTP Server.
Feb 27 13:02:32 intellected-server.lan systemd[1]: Unit httpd.service entered failed state.
PS: Also the OpenVPN ALS app doesnt work like it should. It doesnt work because the certificate which comes with it is expired, so my sessions wont start.