A small p.s. On the QEMU emulation I had to change the options in
/etc/sysconfig/ntpdate to get the "ntpdate.service" to run. Options
were :
Code:
--------------------
cat /etc/sysconfig/ntpdate
# Options for ntpdate
OPTIONS="-p 2"
# Number of retries before giving up
RETRIES=2
# Set to 'yes' to sync hw clock after successful ntpdate
SYNC_HWCLOCK=no
--------------------
Changed to this:
Code:
--------------------
cat /etc/sysconfig/ntpdate
# Options for ntpdate
OPTIONS="-u -p 2"
# Number of retries before giving up
RETRIES=2
# Set to 'yes' to sync hw clock after successful ntpdate
SYNC_HWCLOCK=no
--------------------
Has this been reported on the real harddware?
------------------------------------------------------------------------
Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080
View this thread: http://forums.slimdevices.com/showthread.php?t=99395
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix