SnapOverflow

SnapOverflow Logo SnapOverflow Logo

SnapOverflow Navigation

  • Home
  • Server
  • Ubuntu

Mobile menu

Close
  • Home
  • System Administrators
    • Hot Questions
    • New Questions
    • Tags
  • Ubuntu
    • Hot Questions
    • New Questions
    • Tags
  • Help
Home / server / Questions / 407908
Accepted
User402841
User402841
Asked: 2012-07-16 08:31:33 +0800 CST2012-07-16 08:31:33 +0800 CST 2012-07-16 08:31:33 +0800 CST

Fit-PC bricked due to leap second, how to prevent the second one from failing?

  • 772

I've got three Fit-PCs in use. They are being used as light-weight Linux servers. Unfortunately, on Jun 30, the first of them failed to start due to the leap-second bug. I tried rebooting it a few times, but the screen remained blank after the third bootup-attempt. This appeared to be hardware-related and we took it to a repair-man. He told us something had overheated and that the motherboard was broken. He was able to recover the data, but the fit-pc was written off.

The second Fit-PC was unable to reboot a few days later (first time we actually tried to reboot). With apparently sheer luck, it rebooted on the third attempt, and it is now working fine.

The third Fit-PC had not given any problems. When I found out the other ones failed due to the Leap-Second, I actually thought we were lucky with this third one. Fact is, the recent slowness of the server was most likely due to this same bug, and now that I rebooted this machine (first time after Jun 30), it's giving me the exact same symptoms as the other ones. These symptoms are:

  • Initial reboot attempt fails; OS does not load.
  • I connect a screen to see what is going on. Remains black.
  • I reboot again. I now see the regular loading screen ("Intel Atom..."), but this freezes
  • I try to reboot again.
  • Screen now simply does not activate at all. It does now show any sign of life. The monitor simply acts as if nothing is sending any signal, so I have no way to interact with the CPU whatsoever.

I've trying to reboot about 4 times now, but am very much fearing the same problem as before. Where I live the Fit-PCs are uncommon and I am not sure if there are qualified techs who actually know how to repair this (and I am not even sure if the diagnosis of the other tech was correct). So I am asking: do you also think my motherboard was overheated and was yet another Fit-PC bricked, or is there something else I can do?

EDIT: Using Ubuntu 12.04 on all of the Fit-PCs.

EDIT:

I also considered a power-failure. But there are a few inconsistencies:

  • the servers are on three different sites,
  • no power surge was reported and no other hardware was affected - weather was sunny and calm,
  • the only similarity between the three machines was that they started acting odd every since Jun 30 (the third one was having high loads but I failed to recognize this until the first reboot since Jun 30, which I did today).

I could also not find other Fit-PCs affected by the leap-second, but am simply not sure what else could cause this...

linux leapsecond
  • 3 3 Answers
  • 1041 Views

3 Answers

  • Voted
  1. Michael Hampton
    2012-07-16T09:12:45+08:002012-07-16T09:12:45+08:00

    Software leap second issues wouldn't have caused a physical hardware failure. Applications running under Linux might have issues, though, but any of those should only require being restarted (Java, for instance, was infamous for going haywire at the leap second.)

    Notably, a quick search fails to turn up anyone else having leap second issues with Fit-PCs.

    Most likely what's happened is you suffered a power surge, lightning strike or similar activity that fried two of your three Fit-PCs and probably made the third one questionable, and that this happened on the night of June 30. What was the weather like? (Now a power surge might theoretically have been caused by the electrical company having its own leap second failures...)

    Your best bet is to have them replaced.

    • 2
  2. Best Answer
    Nils
    2012-07-20T12:18:03+08:002012-07-20T12:18:03+08:00

    Actually the leap second lead to more power-consumption of about 1 MW at Hetzner.

    Because the CPUs turned to 100% busy. And that can cause hardware-damage, too (overheating).

    You should check whether the leap-second flag is still set on your machines.

    date -s "$(LC_ALL=C date)" should fix it...

    If top does not show busy CPUs it might be that there already is a hardware damage.

    • 2
  3. Stephan
    2015-07-13T13:17:19+08:002015-07-13T13:17:19+08:00

    I have found your post because something verry similar happened with my FitPC 2 a 2 weeks ago.

    I run it without a screen attached on the latest LTS Ubuntu release. We had some Power Failures in the area and so it got turned off and on some times without shutting down propperly.

    After a connection to screen and keyboard I experienced similar problems as you discribe.

    • First boot it was freezing on the (Intel Atom) Boot screen.
    • Second boot even this was not working. Black screen that's all I got.

    To fix the boot issue I had to reset the BIOS to default options. To do so I followed this Procedure: http://www.fit-pc.com/wiki/index.php/Fit-PC2i_Troubleshooting

    • 2

Sidebar

Stats

  • Questions 681965
  • Answers 980273
  • Best Answers 280204
  • Users 287326
  • Popular
  • Answers
  • Marko Smith

    Can you pass user/pass for HTTP Basic Authentication in URL parameters?

    • 5 Answers
  • Marko Smith

    Ping a Specific Port

    • 18 Answers
  • Marko Smith

    Check if port is open or closed on a Linux server?

    • 7 Answers
  • Marko Smith

    How to automate SSH login with password?

    • 10 Answers
  • Marko Smith

    How do I tell Git for Windows where to find my private RSA key?

    • 30 Answers
  • Marko Smith

    What's the default superuser username/password for postgres after a new install?

    • 5 Answers
  • Marko Smith

    What port does SFTP use?

    • 6 Answers
  • Marko Smith

    Command line to list users in a Windows Active Directory group?

    • 9 Answers
  • Marko Smith

    What is a Pem file and how does it differ from other OpenSSL Generated Key File Formats?

    • 3 Answers
  • Marko Smith

    How to determine if a bash variable is empty?

    • 15 Answers
  • Martin Hope
    Davie Ping a Specific Port 2009-10-09 01:57:50 +0800 CST
  • Martin Hope
    Smudge Our security auditor is an idiot. How do I give him the information he wants? 2011-07-23 14:44:34 +0800 CST
  • Martin Hope
    kernel Can scp copy directories recursively? 2011-04-29 20:24:45 +0800 CST
  • Martin Hope
    Robert ssh returns "Bad owner or permissions on ~/.ssh/config" 2011-03-30 10:15:48 +0800 CST
  • Martin Hope
    Eonil How to automate SSH login with password? 2011-03-02 03:07:12 +0800 CST
  • Martin Hope
    gunwin How do I deal with a compromised server? 2011-01-03 13:31:27 +0800 CST
  • Martin Hope
    Tom Feiner How can I sort du -h output by size 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich What is a Pem file and how does it differ from other OpenSSL Generated Key File Formats? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent How to determine if a bash variable is empty? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus How do you find what process is holding a file open in Windows? 2009-05-01 16:47:16 +0800 CST

Related Questions

Trending Tags

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • Home
  • Questions
    • Hot Questions
    • New Questions
  • Tags
  • Help

Footer

SnapOverflow

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Privacy Policy

Help

© 2022 SOF-TR. All Rights Reserve