Saturday, May 26, 2012

Force ntp sync on OpenSUSE


I am running openSUSE under VirtualBox to play around with the distribution. I am not really using it on a regular basis so it can be in the "Saved state" for several days.

I am also using the guest additions that comes with it and for some reason it is not syncing with the host automatically. Got no time to investigate today but I would like to sync the time so that I can check for updates.

As always in Linux land, there are thousand ways to do this and below is one quick way of doing it.
sudo /etc/init.d/ntp restart

Of course you have to do this at the command line.

Reference(s):
http://www.krazyworks.com/force-ntp-time-update-on-linux/

Have fun!!!

Technos


1 comment:

Anonymous said...

Wow that was unusual. I just wrote an extremely long comment but after I clicked submit
my comment didn't show up. Grrrr... well I'm not writing all that over again. Regardless, just wanted to say wonderful
blog!

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...