Author Topic: If you got a higher System Load after 1st July 2012 (Linux-Bug)  (Read 576 times)

pout

  • Zen Apprentice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
I had a significant higher System Load after 1st July 2012. This is a Linux-Error after inserting a extra second for UTC.
I found the solution in ct 16/2012 (http://www.heise.de/ct/).
Setting the system time again solves this without a reboot:
Code: [Select]
sudo date -s "$(LC_ALL=C date)"
Regards