CentOS这两天服务器出了问题了,提示如下: unexpected inconsistency;RUN fsck MANUALLY An error occurred during the filesystem check Propping you to shell the system will reboot when you leave the shell Give root password for mantennance 从网上找了一些教程,立马就解决了,过程如下: 按照系统提示,输入…
CentOS这两天服务器出了问题了,提示如下: unexpected inconsistency;RUN fsck MANUALLY An error occurred during the filesystem check Propping you to shell the system will reboot when you leave the shell Give root password for mantennance 从网上找了一些教程,立马就解决了,过程如下: 按照系统提示,输入…
dev/sda1:UNEXPECTED INCONSISTENCY;RUN fsck MANUALLY .(i.e. ,without -a or -p options)fsck died with exit status 4 在命令行输入#mount | grep ''on /''得到你root用户所在分区/dev/your_partition,然后输入fsck -y /dev/your_partition即,检测并修复磁盘/dev/your_partition,-y 选项指定检测每个文件是自…
[root@admin-node subsys]# service mysql startStarting MySQL. ERROR! [root@admin-node subsys]# service mysql status ERROR! MySQL is not running, but lock file (/var/lock/subsys/mysql) exists /var/lock/subsys/mysql存在的原因可能是以前没有卸载干净或者上次意外退出.直接将其删除就可以了,删除…
一.问题描述 二进制部署的单Master节点的v1.13.10版本的集群,etcd部署的是3.3.10版本,部署在master节点上.在异常断电后,kubernetes集群无法正常启动.这里通过查看kubernetes和etcd的服务日志信息,发现etcd服务异常,无法重新启动,具体日志信息如下: Jun 29 09:39:37 k8s001 etcd[3348]: recovered store from snapshot at index 2600026 Jun 29 09:39:37 k8…
一开始进入系统显示reboot and select proper boot device or insert boot media in selected boot device and press a key,然后进入bios查看boot的启动选,查看并没有磁盘,再看bios显示的时间是昨晚凌晨3点的时间,时间不准确一般是主板的电池没电了,我设置了每周日凌晨两点重启电脑,因为主板电池没电导致系统启动异常的原因,我更换了主板的电池然后在bios设置了准确的时间并设置磁盘为第一启动盘,进入系统出…
Centos 7 安装mysql后出现 ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) 切换成root, systemctl start mariadb.service systemctl enable mariadb.service…
Mysql安装后启动报错: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) 网上有各种解释,可是都不符合我的情况. 我用命令chkconfig都看不到有mysqld这个service. 结论: 我的原因是mysql-server没有安装. > sudo yum install mysql-server 接下来: > service mys…