Installation Faulire - Debian 8 Minimum Install
-
- Posts: 2
- Joined: Fri May 05, 2017 3:48 pm
Installation Faulire - Debian 8 Minimum Install
Hello,
I'm trying install VestaCP on a minimum install of Debian 8, but the install fails here:
Kind Regards,
Juston
I'm trying install VestaCP on a minimum install of Debian 8, but the install fails here:
With "systemctl status apache2.service" Showing the following:Module ruid2 already enabled
Enabling module headers.
To activate the new configuration, you need to run:
service apache2 restart
Job for apache2.service failed. See 'systemctl status apache2.service' and 'jour nalctl -xn' for details.
Error: apache2 start failed
I've never had issues getting this running on debian before. So please advise?root@g3cms03:~# systemctl status apache2.service
● apache2.service - LSB: Apache2 web server
Loaded: loaded (/etc/init.d/apache2)
Drop-In: /lib/systemd/system/apache2.service.d
└─forking.conf
Active: failed (Result: exit-code) since Fri 2017-05-05 11:41:46 EDT; 10min ago
Process: 21760 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE)
May 05 11:40:45 g3cms03 systemd[1]: Starting LSB: Apache2 web server...
May 05 11:41:46 g3cms03 apache2[21760]: Starting web server: apache2 failed!
May 05 11:41:46 g3cms03 apache2[21760]: The apache2 instance did not start within 20 s...g).
May 05 11:41:46 g3cms03 systemd[1]: apache2.service: control process exited, code=exit...s=1
May 05 11:41:46 g3cms03 systemd[1]: Failed to start LSB: Apache2 web server.
May 05 11:41:46 g3cms03 systemd[1]: Unit apache2.service entered failed state.
Hint: Some lines were ellipsized, use -l to show in full.
Kind Regards,
Juston
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: Installation Faulire - Debian 8 Minimum Install
some VPS/Server specs would help.
Can be a template problem your provider using to deploy the server.
Can be a template problem your provider using to deploy the server.
-
- Posts: 2
- Joined: Fri May 05, 2017 3:48 pm
Re: Installation Faulire - Debian 8 Minimum Install
My hosting provider is ramnode... VPS specs are as follows:mehargags wrote:some VPS/Server specs would help.
Can be a template problem your provider using to deploy the server.
Code: Select all
Debian 8.0 64-bit Minimal
40GB Space
1GB Ram
256MB VSwap
Thanks,
Juston
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: Installation Faulire - Debian 8 Minimum Install
please fresh reinstall Debian 8 on your VPS and send me SSH root access in PM. I'll try and take a look :)
-
- Posts: 139
- Joined: Thu Jan 07, 2016 12:01 am
Re: Installation Faulire - Debian 8 Minimum Install
I had a similar issue with Ubuntu 16. Found out it was a global ServerName issue followed by a unresolvable hostname.
So, you can try:
then adding to the hosts:
once that's done, run the same install commands adding -f at the end. Thats how I got my ubuntu to kick over.
So, you can try:
Code: Select all
root@host:echo "ServerName yourhostname" >> /etc/apache2/apache2.conf
Code: Select all
root@host:echo "serverip yourhostname" >> /etc/hosts