Wrong time in DSS Virtual Box

Solved!
grnspl
Level 1
Wrong time in DSS Virtual Box

Hi all,

My personal DSS instance that I run through virtual box seems to have a time configuration issue. 
It causes 2 issues.

  • event start time and duration is not calculated correctly (eg model training)
    Capture.JPG
     

     

     
  • API call for GCP NLP engine is rejected due to time check error

Anyone with a similar issue before?

Thank you!

0 Kudos
1 Solution
AlexT
Dataiker

Hi,

It sounds like the time on the guest running in the virtual box has drifted. Some possible reasons include e.g hibernating 

Can you check the local time on the DSS server by running the command: date.

You should be able to correct this and maintain correct time by running :

sudo yum -y install ntp
sudo systemctl enable ntpd
sudo systemctl start ntpd
timedatectl set-ntp true
timedatectl

  

View solution in original post

1 Reply
AlexT
Dataiker

Hi,

It sounds like the time on the guest running in the virtual box has drifted. Some possible reasons include e.g hibernating 

Can you check the local time on the DSS server by running the command: date.

You should be able to correct this and maintain correct time by running :

sudo yum -y install ntp
sudo systemctl enable ntpd
sudo systemctl start ntpd
timedatectl set-ntp true
timedatectl