LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-16-2006, 11:52 AM   #1
Russ S.
LQ Newbie
 
Registered: Jun 2006
Location: North Carolina
Distribution: Sidux
Posts: 26

Rep: Reputation: 15
Verifying dmi pool data


I got an error in a game that seemed to freeze my desktop, so I used ctrl+alt+f2 and rebooted from there. Now I get this upon booting, I let it sit over night to see if anything would happen. Nope. I have kanotix installed, and Im able to boot from the kanotix live cd. I can backup all my files now, but I really don't like having to do this....since this is the third time. What should I do to fix this?
 
Old 09-16-2006, 12:43 PM   #2
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
One of the great things about linux is that you rarely ned to reboot it. If you are able to get to a shell through ctrl-alt-f2, then you can use that to kill the game, leaving everything else fine. Here are some possibilities:

I'll assume the game is named gamez for the purpose of this example.

When it crashes, again do ctrl+alt+f2, and then do this:
Code:
ps aux|grep gamez
That will give you a list of processes associated with the game. Once you have those numbers, you just kill the processes. As another example, here is a list of processes my machine runs evolution, so if I wanted to kill it, I'd get this list:

Code:
jim@jimsworktop:~$ ps aux|grep evolution
jim       4945  0.1 42.9 327112 110220 ?       Sl   Sep15   1:28 evolution --component=mail
jim       4951  0.0  0.6  72492  1752 ?        Sl   Sep15   0:00 /usr/lib/evolution/evolution-data-server-1.6 --oaf-activate-iid=OAFIID:GNOME_Evolution_DataServer_InterfaceCheck --oaf-ior-fd=24
jim       4954  0.0  0.8  34144  2188 ?        Sl   Sep15   0:00 /usr/lib/evolution/2.6/evolution-exchange-storage --oaf-activate-iid=OAFIID:GNOME_Evolution_Exchange_Component_Factory:2.6 --oaf-ior-fd=26
jim       4970  0.0  0.9  65644  2372 ?        Sl   Sep15   0:00 /usr/lib/evolution/2.6/evolution-alarm-notify --oaf-activate-iid=OAFIID:GNOME_Evolution_Calendar_AlarmNotify_Factory:2.6 --oaf-ior-fd=28
jim       9787  0.0  0.2   2976   660 pts/3    D+   13:33   0:00 grep evolution
Then if I wanted to kill evolution, I'd issue the command
Code:
kill -15 4945 4951 4954 4970
Then again do the ps aux|grep gamez. If it killed the game, the only answer will be the grep process. If it still lists actual processes, do the kill again, this time with -9 instead of -15 on any processes still running.

Once all that is done, the game should be dead. At that point, you can hit ctrl+alt+f7 to return to the X windows session. Should you return to X and it is still screwed up, then the problem is within X as opposed to the game. You can repeat the same process to close down X windows and restart it, or just sign in and type "startx" without quotes to begin a new X session. Avoid rebooting in general, it servers little purpose on a linux box.

Peace,
JimBass
 
Old 09-16-2006, 12:57 PM   #3
Russ S.
LQ Newbie
 
Registered: Jun 2006
Location: North Carolina
Distribution: Sidux
Posts: 26

Original Poster
Rep: Reputation: 15
Thanks for the help. What can I do about my computer hanging at "verifying dmi pool data" though?
 
Old 09-16-2006, 01:51 PM   #4
Russ S.
LQ Newbie
 
Registered: Jun 2006
Location: North Carolina
Distribution: Sidux
Posts: 26

Original Poster
Rep: Reputation: 15
Ok I was able to fix my problem by upgrading kanotix.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
what is dmi? cjae Linux - Newbie 5 05-20-2006 04:16 AM
Hang at "Verifying DMI Pool Data" NomDeGuerre Linux - Newbie 6 10-12-2004 03:04 AM
DMI pool data error after no h/w changes? MattShepherd Linux - Newbie 1 09-09-2004 09:01 AM
DMI Pool Data ... L 01 01 01 .... MattShepherd Linux - Software 0 09-09-2004 08:41 AM
Verifying DMI Data Pool Lock Up (Hardware Related?) scotth Linux - Hardware 9 09-02-2004 12:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration