jervis icon indicating copy to clipboard operation
jervis copied to clipboard

Time sync issue for github api

Open anujg opened this issue 7 years ago • 1 comments

Hi Sam,

I am experiencing the same issue as https://issues.jenkins-ci.org/browse/JENKINS-47154.

You have listed there that you resolved it by installing ntpdate. I am not able to do that in the current jervis docker container that I have running locally. (I don't see timedatectl installed in my ubuntu container and not able to install it also) Can you please give the steps that you followed to install ntpdate, or how to update the time in the jervis container?

Thanks Anuj

anujg avatar Apr 28 '18 19:04 anujg

It’s not in the docker container. It’s in the vagrant VM I experienced it. ntpdate is a yum package. It provides the ntpdate command.

yum install ntpdate
ntpdate -s time.nist.gov

samrocketman avatar Apr 28 '18 20:04 samrocketman