51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

centos

Centos7系统日志时间与系统时间不一致

Centos7系统日志时间与系统时间不一致

厉飞雨 阅读(354) 评论(0) 赞(32)

在日常巡检中发现系统日志与系统时间不一致问题。 #### 解决思路 ##### 查看时区是否异常 [root@46 phase2]# date -R Mon, 09 Aug 2021 10:24:24 +0800 [root@46 phase2]# timedatectl Local time: 一 2021-08-09 10:...

Centos7重启network服务时报错status=6

Centos7重启network服务时报错status=6

厉飞雨 阅读(277) 评论(0) 赞(15)

<p>在记录系统信息过程中发现ipv6地址未生效,修改完成网卡配置文件后,重启network服务,发现报错如下问题:</p> <pre><code>[root@localhost network-scripts]# systemctl restart network Job for network.service failed b...

Centos5在resolv中的配置失效问题解决

Centos5在resolv中的配置失效问题解决

厉飞雨 阅读(229) 评论(0) 赞(15)

<p>在日常工作维护时收到客户反馈服务器无法访问网站的问题,经过初期测试发现<code>nslookup</code>命令能够解析DNS地址,但其他命令无法识别resolve配置。</p> <pre><code>[root@281 ~]# curl www.qq.com curl: (6) Couldn&#...