博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Solved: Time Synchronization Issues with Amazon S3
阅读量:5929 次
发布时间:2019-06-19

本文共 760 字,大约阅读时间需要 2 分钟。

hot3.png

A while back I setup a  to create backups and store them on Amazon S3. Until recently, this has worked great. The script kept bombing with the following error when it actually tried to connect to S3 to upload the backup:

I'm not sure the reason why this happens (it may have something to do with the fact that the server in question is running as a virtual machine) but after some digging I realized the server I'm attempting to do the backup from had an inaccurate date.

To fix this you can run something like the following from the command prompt:

shane@ubuntu-ci:~/s3sync$ sudo ntpdate ntp.ubuntu.com [sudo] password for shane:22 Aug 14:46:49 ntpdate[6296]: step time server 91.189.94.4 offset 2584.662208 sec

 

 

转载于:https://my.oschina.net/sunboy2050/blog/79662

你可能感兴趣的文章
python函数作业
查看>>
svn up 更新 校验和不匹配
查看>>
基于turtle库的七段数码管绘制
查看>>
python编写购物车小程序
查看>>
项目中跳转到QQ 里面的时候打开对应的 聊天记录
查看>>
Python 读取写入配置文件 ConfigParser
查看>>
梯度下降法实现最简单线性回归问题python实现
查看>>
如何发布jar包到maven中央仓库
查看>>
【踩坑记】从HybridApp到ReactNative
查看>>
Linux Top 命令解析 比较详细(转)
查看>>
Apache commons-net用法的一个示例
查看>>
单例模式(Singleton)Holder
查看>>
PowerMock mock私有方法
查看>>
CF451B Sort the Array 水题
查看>>
Apache alias目录配置
查看>>
忘记了oracle数据库用户的密码,怎么办?
查看>>
aws上部署scrapy,出现 Out of Memory,内存溢出
查看>>
c#各类型转byte[]或转回
查看>>
oracle如何用sql查看触发器?
查看>>
注册表
查看>>