Results 1 to 6 of 6

Thread: ubuntu goes on crashing unexpectadly

  1. #1
    Join Date
    Aug 2009
    Beans
    30
    Distro
    Ubuntu 10.04 Lucid Lynx

    ubuntu goes on crashing unexpectadly

    I am using ubuntu 9.04. i have also installed the kde environment on my system. My problem is that sometimes ubuntu crashes unexpectedly.. the only way out of the crash is to cut the power to the comp.

    once it happened when i was opening an rmvb file with vlc. another time i was trying to seek a movie in totem when ubuntu crashed. but a funny thing is that i could move my mouse normally and the sound of the movie i was trying to seek was playing normally while the rest of the system crashed.

    i tried the alt-f2 keys to bring up the run terminal but it does not appear. please help me. maybe its a bug.. but could u please suggest any way to get out of the crash...
    maybe a nastier way than using alt- f2 and typing xkill....

  2. #2
    Join Date
    Oct 2008
    Location
    France
    Beans
    63

    Re: ubuntu goes on crashing unexpectadly

    Quote Originally Posted by prakreet View Post
    i tried the alt-f2 keys
    To run a terminal: ctrl-alt-F1
    Then try: top (to see the runing process and identify which is bugging)
    Then you can kill the process: kill -9 PID (where PID is the number of the process you want to kill)
    Sorry for my english, I'm french !
    When you get the answer to your question, please insert [SOLVED] in the title of your thread.

  3. #3
    Join Date
    Jul 2009
    Location
    India
    Beans
    233
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: ubuntu goes on crashing unexpectadly

    This is a nice procedure. Additionally, if you do not know the process-name then use "killall -user name" (where name=username). This will return you to the login screen.
    Spread the Light of Ubuntu, to all. Like the first showers of Monsoon, like the cool breeze from the Himalayas, and like the fresh air flowing around us, it is free, free from all Crashes, Viruses and all that can cause us trouble. .

  4. #4
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: ubuntu goes on crashing unexpectadly

    You can kill the X server (and all your graphical programs) by pressing Alt-SysRq(Print Screen)-K. In a couple of seconds you will be back at the login screen.

    If you're using Intrepid (Ubuntu 8.10) or earlier, the keyboard combination is Control-Alt-Backspace.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

  5. #5
    Join Date
    Oct 2008
    Location
    France
    Beans
    63

    Re: ubuntu goes on crashing unexpectadly

    Well, i think the best procedure is:
    - first, to identify the process that caused the bug. That's why i prefer the command
    Code:
    top
    or
    Code:
    ps aux | less
    . This help you to understand what is happening (and maybe you will be able to prevent another crash).
    - second, you just have to kill the process which is responsible of the crash and you can return to the graphic session with ctrl-alt-F7. So, you don't need to reboot or relog.
    Sorry for my english, I'm french !
    When you get the answer to your question, please insert [SOLVED] in the title of your thread.

  6. #6
    Join Date
    Aug 2009
    Beans
    30
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: ubuntu goes on crashing unexpectadly

    Thank u guys for ur support. i 'll surely try these when i get another crash.....

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •