Friday, November 6, 2015

troubleshooting - How to troubleshoot a hardware problem on linux?

Just to note I am not having a problem at the moment, but have had previously so it sparked my curiosity...


When a computer locks up suddenly to so caps lock flashes incessantly and the only possibility to restart....how do you troubleshoot what is causing it? On Windows there would be some errors in the event log...on Linux it seems there is no opportunity for anything to be written to the log, making it hard to troubleshoot...


In this case, how would you troubleshoot the problem through linux?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...