Kamikaze issues :
   ntpclient package has one minor fatal flaw in /etc/hotplug.d/iface/10-ntpclient :
    find the following line :
        /usr/sbin/ntpclient -h $hostname -p${port:-123} 2>&- >&-
   change to :
       /usr/sbin/ntpclient -s -h $hostname -p${port:-123} 2>&- >&-
Otherwise time won't set.
No comments:
Post a Comment