NTP Clock synchronisation
Hile Tuohela
hile at nixu.com
Sat May 28 16:06:08 UTC 2005
lluishc wrote:
> 2005/5/28, hagen van rissenbeck <news4didascali at gmx.net>:
> > ...and if you want to save some time during the boot process, just type
> >
> > <CTRL><C>
> >
> > at the time the machine wants to connect to interrupt that
>
> and if u want to completely eliminate the cloc sunchro, type
>
> $ sudo chmod -x /etc/init.d/ntpdate
>
> in a terminal
Works, but it's not a 'nice' way to do it...
Better ways:
- Disable ntpdate startup (may be added back if ntpdate package is upgraded)
sudo update-rc.d -f ntpdate remove
To add it back, use following command:
sudo update-rc.d ntpdate start 51 S .
- Just let it run but undefine the time servers for it, so it doesn't try to
get the time:
sudo ECHO 'NTPSERVERS=""' >> /etc/default/ntpdate
*hile*
More information about the ubuntu-users
mailing list