Hello, just got a fresh server debian 8 amd64 ran install script seemed everything went smooth but after reboot web server wont start nothing is working. seems that apache isn’t even installed nor is php. Any ideas what could be wrong?
Can you log in to ssh on port 4747
and type systemctl status apache2
Also, I am wondering if you have a dependencies lock, try to do apt -y update
and see if it returns an error.
Of course I can. I can login as root or master user. apt didn’t show any errors.
heres quickbox log though https://bpaste.net/show/b501914c1d19
also cat /etc/debian_version - 8.7
How about showing the apache status as well?
systemctl status apache2
● apache2.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
systemctl status apache
● apache.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
Your logs are suggesting that you installed this outside of the /root
directory. Were you logged in as the root user in the /root
directory on the install?
My bash history after first ssh as root. So yes I ran it from /root
cat /etc/debian_version
curl ipinfo.io
apt-get update
apt-get -y update; apt-get -y upgrade; apt-get -y install git lsb-release; git clone --recursive https://lab.quickbox.io/QuickBox/QuickBox QuickBox && bash ~/QuickBox/setup/quickbox-setup
Mind shooting me a PM with your server credentials? I can login and find what’s causing this for you. Something is blocking dependencies from installing on your install.
PMed details your way