Viewing profile — glawatscheck
glawatscheck
HN member- Joined
- Sun, Jul 01, 2012, 4:24 AM UTC
- HN karma
- 3
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About glawatscheck
No profile information was provided.
Recent public activity
-
comment
Comment #4184487
or easier still just date -s "`date`" without ntpd restart
-
comment
Comment #4184400
I have 2.6.27 kernels here (SuSE 11.1) which seem unaffected so breakage might be a little later
-
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
-
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…