Time IssuesΒΆ
Use the command date to print or set the system date and time
NTP Issues
Verify the service ntpd on Virtual Machine.
service ntpd status
Verify the ntp server configuration in file /etc/ntp.conf

To modify the server configuration on ntp.conf file stop the ntpd service, perform the changes on file. Set the NTP server address
ntpdate 192.168.56.251
service ntpd (start|stop|restart|status)
Be sure the device reach the ntp server by the correct port.
VirtualBox Issue
If your Virtual Machine has not got the current time and date, please:
- turn off the Virtual Machine
shutdown -h now
With the Machine off, go to setting of virtual machine, select the option system and in the Motherboard tab check the option Hardware Clock in UTC Time. Turn on the machine again and verify the time.
