阅读 782

MinIO上传文件The difference between the request time and the server's time is too large.异常

标签:centos   解决方法   异常   too   and   serve   同步时间   min   上传   

问题

向MinIO上传文件时,抛出异常:The difference between the request time and the server‘s time is too large.
使用date命令修改CentOS时间后,异常依然存在。

相关Linux命令

查看系统时间:date
查看硬件时间:hwclock

原因

只修改了系统时间,硬件时间未修改。

解决方法

方法1

1. 手动修改系统时间

date -s 20210127
date -s 16:01:32
date -s "20210127 16:01:32"

2. 将系统时间写入硬件时间

hwclock --systohc

方法2

1. 安装ntp ntpdate

yum -y install ntp ntpdate

2. 与时间服务器同步时间

ntpdate cn.pool.ntp.org

3. 将系统时间写入硬件时间

hwclock --systohc

MinIO上传文件The difference between the request time and the server's time is too large.异常

标签:centos   解决方法   异常   too   and   serve   同步时间   min   上传   

原文地址:https://www.cnblogs.com/stonechen/p/14334351.html


文章分类
后端
版权声明:本站是系统测试站点,无实际运营。本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 XXXXXXo@163.com 举报,一经查实,本站将立刻删除。
相关推荐