Line 674: |
Line 674: |
| | | |
| ==== Network Time Protocol (ntpd) ==== | | ==== Network Time Protocol (ntpd) ==== |
− | A new db key for ntpd: SupportLargeDrift.
| |
− | Default value is disabled, which doesn't change the current behaviour.
| |
− |
| |
− | If set to enabled, it will
| |
− | - add tinker panic 0 at the begening of the ntp.conf
| |
− | - remove the lines
| |
− | server 127.127.1.0 # local clock
| |
− | fudge 127.127.1.0 stratum 10
| |
− |
| |
− | With SupportLargeDrift enabled, the guest is able to resync the clock with the
| |
− | configured ntp server, even after resuming from a suspended state (tested with
| |
− | a ~10min drift, it took about 3 or 4 minutes for the guest to resync the clock
| |
− | after resuming).
| |
− |
| |
− | db configuration setprop ntpd SupportLargeDrift enabled
| |
− |
| |
| ''Usage'' | | ''Usage'' |
| db configuration setprop ntpd variable value | | db configuration setprop ntpd variable value |
Line 704: |
Line 688: |
| |35000000 | | |35000000 |
| |} | | |} |
− |
| |
| | | |
| {| width="100%" border="1" cellpadding="5" cellspacing="0" | | {| width="100%" border="1" cellpadding="5" cellspacing="0" |
Line 720: |
Line 703: |
| |yes | | |yes |
| |} | | |} |
| + | |
| + | A new db key for ntpd: SupportLargeDrift. |
| + | Default value is disabled, which doesn't change the current behaviour. |
| + | |
| + | If set to enabled, it will |
| + | - add tinker panic 0 at the begening of the ntp.conf |
| + | - remove the lines |
| + | server 127.127.1.0 # local clock |
| + | fudge 127.127.1.0 stratum 10 |
| + | |
| + | With SupportLargeDrift enabled, the guest is able to resync the clock with the |
| + | configured ntp server, even after resuming from a suspended state (tested with |
| + | a ~10min drift, it took about 3 or 4 minutes for the guest to resync the clock |
| + | after resuming). |
| + | |
| + | db configuration setprop ntpd SupportLargeDrift enabled |
| | | |
| ==== Php ==== | | ==== Php ==== |