摘要: 20关机,21开机,chrony-wait设置开机启动,RemainAfterExit 值为no测试 准备开机时钟源机器20,一段时间后客户端出现报错信息 客户端,时间没有同步。 重启chrony-wait服务 现在才同步正常,说明chrony-wait运行之后才会是这个样子 disabled ch 阅读全文
posted @ 2023-08-21 21:48 罗论明 阅读(95) 评论(0) 推荐(0)
摘要: # 同步时间到RTC测试 最开始时间 ``` [root@localhost ~]# timedatectl Local time: Thu 2023-06-29 12:02:12 CST Universal time: Thu 2023-06-29 04:02:12 UTC RTC time: T 阅读全文
posted @ 2023-06-29 13:18 罗论明 阅读(46) 评论(0) 推荐(0)
摘要: # 各个repo ## centos7 8 ### centos7 CentOS-Base.repo ``` [base] name=CentOS-$releasever enabled=1 failovermethod=priority baseurl=http://mirrors.cloud.a 阅读全文
posted @ 2023-06-14 13:23 罗论明 阅读(36) 评论(0) 推荐(0)
摘要: 有s,无trusted ![](https://img2023.cnblogs.com/blog/864900/202305/864900-20230528223603260-755914903.png) 无s,无trusted ![](https://img2023.cnblogs.com/blo 阅读全文
posted @ 2023-05-28 22:54 罗论明 阅读(17) 评论(0) 推荐(0)
摘要: 结论:移动__db文件之后,会自己恢复,不会导致rpm -qa的记录查询不到。当yum或者rpm出现error的时候可以先尝试移出db文件看是否恢复 [root@localhost ~]# rpm -qa|grep vim vim-filesystem-7.4.629-8.el7_9.x86_64 阅读全文
posted @ 2023-04-18 08:04 罗论明 阅读(33) 评论(0) 推荐(0)
摘要: 相关连接:chrony 4.2. I keep getting the error 501 Not authorised This error indicates that chronyc sent the command to chronyd using a UDP socket instead 阅读全文
posted @ 2023-04-13 12:20 罗论明 阅读(366) 评论(0) 推荐(0)
摘要: [root@bf5b21ef309a yum.repos.d]# ls CentOS-Base.repo CentOS-CR.repo CentOS-Debuginfo.repo CentOS-Media.repo CentOS-Sources.repo CentOS-Vault.repo Cent 阅读全文
posted @ 2023-04-11 12:48 罗论明 阅读(45) 评论(0) 推荐(0)
摘要: 在x86机器上跑arm容器 1.拉取包 [root@localhost ~]# docker pull arm64v8/centos Using default tag: latest latest: Pulling from arm64v8/centos 52f9ef134af7: Pull co 阅读全文
posted @ 2023-04-11 12:38 罗论明 阅读(42) 评论(0) 推荐(0)
摘要: 1.拉取包 [root@localhost ~]# docker pull arm64v8/centos Using default tag: latest latest: Pulling from arm64v8/centos 52f9ef134af7: Pull complete Digest: 阅读全文
posted @ 2023-04-11 12:08 罗论明 阅读(201) 评论(0) 推荐(0)
摘要: 3 Apr 21:47:59 ntpdate[1604]: step time server 192.168.12.21 offset -20.062975 sec [root@localhost ~]# ntpdate -d -u 192.168.12.21 3 Apr 21:48:42 ntpd 阅读全文
posted @ 2023-04-03 22:10 罗论明 阅读(450) 评论(0) 推荐(0)