Wrong time in DSS Virtual Box

grnspl
grnspl Registered Posts: 2 ✭✭✭

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!

Tagged:

Best Answer

  • Alexandru
    Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,225 Dataiker
    edited July 17 Answer ✓

    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

Setup Info
    Tags
      Help me…