Skip to content

My instance LightSail crash - Connexion failed on my https websites

0

Hello,

I had configured my instance with two website and two environment for them, everything worked and today my instance is not working anymore.

http://35.181.49.244/ redirect to apache page now.

Websites : https://ec2022.mozvox.com/ https://www.mozvox.com/ have a connexion failed.

When I try to restart services with ssh :

sudo /opt/bitnami/ctlscript.sh restart
Restarting services..
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down

When I try to enable sshd :

sudo systemctl enable sshd
Created symlink sshd.service → (null).
Failed to enable: Too many levels of symbolic links.

My hard disk is not empty :

df -hT /dev/xvda1
Filesystem     Type  Size  Used Avail Use% Mounted on
/dev/xvda1     ext4   20G  4.6G   15G  25% /

What can be the problem ?

Thanks for your reply.

asked 4 years ago589 views
2 Answers
0

I do a bitnami dianostic with integrated tool : 01fba2e5-d9e7-f630-3dba-5f28983213fc

answered 4 years ago
0

Hello, the error messages you are receiving when using the /opt/bitnami/ctlscript.sh script indicate that the system is not using systemd. This may mean that you installed your Bitnami application on a Linux operating system that predates systemd and uses SysVinit, or Windows Subsystem for Linux. Without visibility into your resources, I am not able to determine exactly why this is occurring. I encourage you to open a support case so that our AWS Support Engineers can investigate this and assist you further.

EXPERT
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.