Problem Description:
Minio upload failed. The background controller reports an error. The error information is as follows:
The difference between the request time and the server's time is too large.
Cause analysis:
The system time zone is inconsistent with the hardware time zone
Solution:
Note: when uploading files, you need to adjust the time of Linux server to be consistent with that of windows!
Step 1: install NTP service
yum -y install ntp
Step 2: start the startup service
systemctl enable ntp
Step 3: start the service
systemctl start ntpq
Step 4: change the time zone
timedatectl set-timezone Asia/Shanghai
Step 5: enable NTP synchronization
timedatectl set-ntp yes
Step 6: synchronize time
ntpq -p
Finally, you can try to enter the command} on the console to check whether it is consistent with the windows system time
date
Read More:
- OSS Error: The difference between the request time and the current time is too large
- Using common file upload to upload files in SSH project
- Git Error Resolution: errno:10054 Time out
- Install and start the tftp-server server and possible solutions to Redirecting to /bin/systemctl restart xinetd.service problems
- [Solved] Compose error “HTTP request took too long to complete“
- [Linux] ps+awk +while View process memory usage in real time
- Solve git upload file error [rejected] master -> master (fetch first) error: failed to push some refs to ‘
- Linux system service command error: Failed to allocate directory watch: Too many open files
- [Solved] git error: unable to create file Filename too long
- [Solved] httpd:httpd:Could not reliably determine the server‘s fully qualif domain name,using ::1 for Se
- [Solved] Web server failed to start. Port 8080 was already in use.
- [Solved] S3fs mount error: s3fs: unable to access MOUNTPOINT…
- [Solved] Ubuntu 20.04.3 Fail to Start sshd Error: Failed to start OpenBSD Secure Shell server
- [Solved] Win 10 VS Code Connect to the container of the server error: Cannot connect to the Docker daemon at … Is the docker daemon running
- [Solved] Docker Install Error: [Errno 14] curl#60 – Peer‘s Certificate issuer is not recognized
- Linux Nagios failed to log in to internal server error (Fixed)
- [Solved] failed to start remount root and kernel file system
- Git Clone Error: ‘fatal: HTTP request failed‘
- Failed to start firewalld.service: Unit is masked [How to Solve]
- The solution to the crash loop back off error of coredns in k8s deployment