
Centos7系统日志时间与系统时间不一致
在日常巡检中发现系统日志与系统时间不一致问题。 解决思路 查看时区是否异常 [root@46 phase2]# date -R Mon, 09 Aug 2021 10:24:24 +0800 [root@46 phase2]# timeda...
在日常巡检中发现系统日志与系统时间不一致问题。 解决思路 查看时区是否异常 [root@46 phase2]# date -R Mon, 09 Aug 2021 10:24:24 +0800 [root@46 phase2]# timeda...
概述 由于申请了Google Voice的号码,根据Google规则的需要定期进行号码拨打或接听,故编写该Shell脚本。本脚本依赖于ifftt的免费拨号服务,不保证更新,仅供参考。如有疑问请联系: admin@ym68.cc 使用教程 脚...
概述 因项目需要,执行python脚本时,报错如下内容: ImportError: No module named singledispatch 解决办法 [root@localhost ~]# yum -y install python-...
概述 在项目中执行初始化脚本时遇到重启iptables服务时卡住,且长时间无响应。以下为状态信息: [root@localhost ~]# systemctl status iptables ● iptables.service - IPv...
概述 因项目需要部署MySQL5.7服务,并创建对应库及用户。 mysql> create user 'test'@'%' identified by 'test@123'; ERROR 1819 (HY000): Your pass...
故障现象 正常开机进入系统蓝屏报错0x0000007b,进入安全模式同样如此。 解决办法 方法1 通过使用命令行(DOS)提示符窗口也可以运行磁盘检查。 单击 “Start(开始)” ,然后单击 “Run(运行)” 。 打开命令提示符窗口并...
概述 由于脚本中存在多个进程,且进程需要在特定时段内停止执行。故在kill后台进程后输出多行Terminated的提示信息(a: line 80: 22998 Terminated)。 解决办法 在shell脚本中需要不显示的上方增加set...
概述 因项目需要对服务器进行系统安装,在系统烧录至U盘插入服务器启动后,提示: alua: not attached warning: dracut-initqueue timeout - starting timeout scripts ...
概述 Centos5系统安装zabbix-agent时提示缺少libpcre依赖: checking for libpcre support... no configure: error: Unable to use libpcre (li...
概述 官方参考文档: https://access.redhat.com/solutions/7412https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linu...