On a CentOs 7 machine, I have a service that modifies the timezone and just after that it makes a request to S3 to download some binaries. In fact, the request fails with the well known error message:
S3 Error: The difference between the request time and the current time is too large
To fix this, I have to wait for 15s in order that chronyd synchronize time. However, I do not want to wait all the 15s, i wanted to force synchronization instantly using chronyc makestep 0.1 3
, but it does not work.
My question: Is the chronyc makestep also need time to synchronize ?