• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue my server lockdown after update

georgex

New Pleskian
Hello there,
after the last update my server is not responding at all.
even on ssh or domains included.
Is on VM instance (GCP).
Trying to repair on interactive serial console but no luck.
errors founding are :
1. EXT4-fs (sdb): Unrecognized mount option "NOFAIL_OPTION" or missing value
2. mariadb.service - MariaDB 10.1.44 database server
Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset:
Active: inactive (dead) since Thu 2020-06-25 14:29:11 EEST; 11min ago
Docs: man:mysqld(8)
systemd
Process: 11241 ExecStartPost=/bin/sh -c systemctl unset-environment _WSREP_STA
Process: 11237 ExecStartPost=/etc/mysql/debian-start (code=exited, status=0/SU
Process: 11207 ExecStart=/usr/sbin/mysqld $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_W
Process: 11123 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VA
Process: 11121 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_STAR
Process: 11108 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/r
Main PID: 11207 (code=exited, status=0/SUCCESS)
Status: "MariaDB server is down"

Jun 25 14:28:15 34-90-251-131.plesk.page systemd[1]: Starting MariaDB 10.1.44 da
Jun 25 14:28:15 34-90-251-131.plesk.page mysqld[11207]: 2020-06-25 14:28:15 1399
Jun 25 14:28:15 34-90-251-131.plesk.page /etc/mysql/debian-start[11242]: Upgradi
Jun 25 14:28:15 34-90-251-131.plesk.page systemd[1]: Started MariaDB 10.1.44 dat
Jun 25 14:28:15 34-90-251-131.plesk.page /etc/mysql/debian-start[11245]: /usr/bi
Jun 25 14:28:15 34-90-251-131.plesk.page /etc/mysql/debian-start[11245]: Looking
Jun 25 14:28:15 34-90-251-131.plesk.page /etc/mysql/debian-start[11245]: Looking
Jun 25 14:28:15 34-90-251-131.plesk.page /etc/mysql/debian-start[11245]: This in
Jun 25 14:29:09 34-90-251-131.plesk.page systemd[1]: Stopping MariaDB 10.1.44 da

after enabling the mariadb or mysql server working for secs and then stops
plesk repair all goes to error "1" on my above list.
any help is urgent

thank you
 
It could be a thousand reason.

if you mean you can access your server via Google interactive console by default, that is a very useful feature to use.
EXT4-fs (sdb): Unrecognized mount option "NOFAIL_OPTION" or missing value
If you mounted a volume recently, you have to add ,nofail option next to defaults line in /etc/fstab in case you removed the volume by mistake.

Remember Plesk has nothing to do in your setup. If you have a mounting issue.. you can't access Plesk.
 
Back
Top