JOSH 大佬有话说 : 2020-3-20 09:04:14
求助大佬 centos RTC 时间不能获取 不能设置 怎么处理
# timedatectl
Local time: Fri 2020-03-20 08:57:31 CST
Universal time: Fri 2020-03-20 00:57:31 UTC
RTC time: n/a
Time zone: Asia/Shanghai (CST, +0800)
NTP enabled: no
NTP synchronized: yes
RTC in local TZ: yes
DST active: n/a
# timedatectl set-time "2020-03-20 08:58:20"
Failed to set time: Access denied
h20 大佬有话说 : 2020-3-20 13:12:30
ntpdate 不能用吗
llyang 大佬有话说 : 2020-3-20 13:43:36
我碰到过,咋整都不行的
翻我的帖子
换系统,不二选择:Q
wlz 大佬有话说 : 2020-3-20 13:50:50
本帖最后由 wlz 于 2020-3-20 13:59 编辑
rm -rf /etc/localtime&&cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && yum install -y ntp && ntpdate ntp1.aliyun.com && hwclock -w && date
有些小鸡不能更改时间:lol