报错Failed to set ntp: NTP not supported

在安装软件时出现这个报错,询问Ai排查很久才解决

这个错误信息 Failed to set ntp: NTP not supported 在 Ubuntu 系统中出现,通常意味着系统无法使用 Network Time Protocol (NTP) 来同步时间

禁用NTP
sudo systemctl stop ntp
sudo systemctl disable ntp

`

禁用chrony

sudo systemctl stop chronyd
sudo systemctl disable chronyd

禁用ntpsec
sudo systemctl stop ntpsec
sudo systemctl disable ntpsec

使用systemd-timesyncd
apt install systemd-timesyncd
sudo systemctl enable --now systemd-timesyncd

配置
vi /etc/systemd/timesyncd.conf

Time

NTP=pool.ntp.org

重启
sudo systemctl restart systemd-timesyncd

相关推荐
张小姐的猫5 分钟前
【Linux】网络编程 —— 传输层协议 TCP(下)
linux·运维·服务器·网络·tcp/ip·http·php
程序员AlbertTu29 分钟前
第2章 上手 Linux:环境与文件操作
linux·运维·服务器
☆凡尘清心☆1 小时前
CentOS Stream 9 源码编译搭建 Zabbix7.0.29 完整部署方案(部署成功)
linux·运维·centos
予昊1 小时前
Linux 资源控制实战分析:用 LXC 亲手造一个 “迷你虚拟机“
linux·运维·服务器
xiaoxiangsiyan1 小时前
RHCE之2026年全套考点详解
运维·前端·网络·chrome·学习·rhce
love530love1 小时前
彻底清理 Windows 右键“打开方式“中的重复/失效程序项(PyCharm 多版本残留实战 + 自动化脚本)
运维·人工智能·windows·pycharm·jetbrains·toolbox
zhexunnb2 小时前
SAP赋能芯片封装行业,打造封测企业全链路数字化底座
运维
蓝速科技2 小时前
蓝速科技会议预约屏深度评测:为何安卓系统是智慧办公长期最优解
运维·人工智能·科技
2401_834636992 小时前
保姆级 K8s 运维:RBAC 认证 + Dashboard+Local/NFS 动态卷实战
运维·容器·kubernetes
hyf3266332 小时前
低成本站群泛程序部署:单服务器托管百站稳定运行教程
运维·服务器·前端·搜索引擎·蜘蛛池