System check after crash?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers System check after crash?
# 1  
Old 09-10-2009
System check after crash?

Hi all,

First and foremost I would like to mention I am pretty new to Linux.
I have some experience in Windows systems administration but nothing professionally.
Expect some real newbie questions.

For a small company I am trying to install a server so a development environment can be created.
I am using Debian Stable (5.0.2) to achieve that.
Unfortunately today, at the start of the day, I wanted to log in and the server crashed.
It rebooted and started some procedure which is still running now.
Basically, I want to know what it is doing.

There are lines of text on the screen, it's starts with a decimal number between braces. Where the numbers 228 at the end of the number is consistent.
Followed by what seems to be memory locations with hexadecimal codes. Like this:

[xxxxx.xxx228] EAX: ef023270 EBX: ef023270 ECX: 00000000 EDX: 0000908f

After 4.5 lines of text in this format, it is followed by lines of text with something which looks like filenames in them, in the following format:

[xxxxx.xxx228][<c0165b86>] ? unlink_file_vma+0x1a/0x2d

The last line of text seems a progress bar:
[xxxxx.xxx228] ==================

The screen is frequently refreshing on which the number with which the lines start is updated, it counts up. The rest of the screen does not change. This includes the progress bar which has not made any progress since 7 hours...

I assume that it is checking my system, like a disk check but I would like to know if that is correct.
I would like to know what the numbers at the start of the line start represent.

And my last question, which I understand if it can't be answered is:
Should I be worried that my system needs a re-install or has some hardware defect?
# 2  
Old 09-11-2009
It is hard to tell what is going on for sure from the info you have. Here are a couple hints/starting points.

The Unix equivalent of scandisk is called "fsck". I've run it many times and never seen output like you're getting so I doubt is is a disk check. You could google that to familiarize yourself with it so you can be sure.

Based on all the hex addresses you're getting I would guess you're getting a panic - analagous to the "blue screen of death" from Windows. This is often caused by a software problem (writing to restricted memory, illegal instruction, etc.) but can also be caused by hardware errors. If this is a server with a service processor of some kind try to access that and see if it logged any hardware faults or messages. If it's just a PC obviously that won't work.

You probably need to reboot or power cycle in either case. Carefully watch the messages and see if you can find a clue there.

Good luck.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. OS X (Apple)

MacOS 10.15.2 Catalina display crash and system panic

MacPro (2013) 12-Core, 64GB RAM (today's crash): panic(cpu 2 caller 0xffffff7f8b333ad5): userspace watchdog timeout: no successful checkins from com.apple.WindowServer in 120 seconds service: com.apple.logd, total successful checkins since load (318824 seconds ago): 31883, last successful... (3 Replies)
Discussion started by: Neo
3 Replies

2. Solaris

Check for existence of crash on Solaris 10

Hey all what is the command to check "Check for existence of crash/coredump files in /var/crash/"hostname" directory" thanks for help (4 Replies)
Discussion started by: gema.utama
4 Replies

3. HP-UX

restore data after system crash

Hi all, I have a server running HP-UX 11i V1 (11.11). We had a problem with the system disk which cannot boot and the recovery with the CD failed too. the only solution was to re-install the system on a new disk. The problem now is to get access to the data which are on other disks, not... (2 Replies)
Discussion started by: aribault
2 Replies

4. Programming

socket system call can not succedd right after application crash.

hello all, I have developed a server application in C for ulinux kernel 2.6.It works very fine; creating a socket, binding it to a port, listening for incoming sockets and accepting them ,all finish without any error. But there is a problem regarding application crash.After an intentionally... (1 Reply)
Discussion started by: Sedighzadeh
1 Replies

5. AIX

System crash when update TL

Hello everyone I have a partition with the TL 5300-06-01-0000 and try to update to this TL 5300-09-03-0918 but suddenly the update dont work more. I get in to the HMC and I see this code error 888 102 700 0C5 I try to restart my partition but doesnt work. Theres someone who has this... (9 Replies)
Discussion started by: lo-lp-kl
9 Replies

6. UNIX for Dummies Questions & Answers

how to handle system which become crash automatically

helo, suppose u have well build in product system which is build in linux o.s. now due to reason system automatically become crash(software crash),then how do u handle such crash. which is better way to handle such crash. amit (0 Replies)
Discussion started by: amitpansuria
0 Replies

7. HP-UX

HP-UX system crash help please!!!

Hi, First of all, thanks for your help. I have downloaded freeBSD to study unix I'm here again 'cause my HP-UX 10.x has "broken". It raise this error: ---------------------------------------------------- Diagnostic System warning: = 0x1f005000 is POWERFAILED The diagnostic logging... (1 Reply)
Discussion started by: efrenba
1 Replies

8. Filesystems, Disks and Memory

System crash and Disk erasure !!!

I need some expert help, and would appreciate any feedback on the following problem: After power outage the machine didn't allow the login. When we checked it , it looked like both disks were completely empty. Luckily, we have a backup machine, and we can restore the disks. Has anybody seen... (3 Replies)
Discussion started by: DGoubine
3 Replies

9. UNIX for Dummies Questions & Answers

Tru64 system crash

Hello All We are using Tru64 Unix V4.0D on a Digital Alpha 1200 machine, which by coincidence, crashed last night! Completely out of the Blue!!! After rebooting the system and recovering the databases everything seemed to work ok. It is however, discomforting not to know how or why the system... (2 Replies)
Discussion started by: Ivo
2 Replies
Login or Register to Ask a Question