Live data from Hacker News

Viewing profile — glawatscheck

glawatscheck

HN member
Joined
Sun, Jul 01, 2012, 4:24 AM UTC
HN karma
3
Public activity
4 items

About glawatscheck

No profile information was provided.

Recent public activity

  1. comment
    Comment #4184487

    or easier still just date -s "`date`" without ntpd restart

  2. comment
    Comment #4184400

    I have 2.6.27 kernels here (SuSE 11.1) which seem unaffected so breakage might be a little later

  3. comment
    Comment #4184275

    OK this is how it works on squeeze etc.: apt-get install ntpdate; /etc/init.d/ntp stop; ntpdate pool.ntp.org; /etc/init.d/ntp start

  4. comment
    Comment #4183847

    POSTMORTEM fix for CPU eating softirqd threads without rebooting: stop ntpd, run ntpdate or sntp, start ntpd /etc/init.d/ntp stop; sntp -s ; /etc/init.d/ntp start Unfortunately snt…