Results 1 to 6 of 6

Thread: Does Ubuntu 13.10 have the concept of "control + alt + delete" to get out of hanging?

  1. #1
    Join Date
    Oct 2013
    Beans
    114

    Does Ubuntu 13.10 have the concept of "control + alt + delete" to get out of hanging?

    At least once a day, my new Ubuntu 13.10 setup hangs such that the mouse works, but nothing else does.
    If I had a control + alt + delete key-like sequence, perhaps I could kill a few processes?

    QUESTION: Does Ubuntu have a way to interact by keyboard to kill and restart the X-window process (or Firefox or whatever application is hanging the system)?

    Also, is there a Ubuntu 13.10 debug switch so a normal USER can analyze system crashes?

    Ever since I installed Ubuntu 13.10 a few days ago, it has been hanging on me, on the order of once every day or two.
    It hangs mostly when multiple apps are running, but, once it hangs, NOTHING I can do short of rebooting will help.
    I get a lot of these messages to send detailed debug information to Canonical, which I always do.
    But, it's so frequent, that I was wondering:

    Is there something I can do AHEAD of time to set a debug switch and then look at WHY this is happening?
    bugs1.pngbugs2.jpg
    Last edited by Jim_Granite; October 28th, 2013 at 12:35 AM.

  2. #2
    Join Date
    Oct 2013
    Beans
    114

    Re: Does Ubuntu 13.10 have the concept of "control + alt + delete" to get out of hang

    Quote Originally Posted by Jim_Granite View Post
    If I had a control + alt + delete key-like sequence, perhaps I could kill a few processes?
    I guess the lack of an answer means the answer is no.

  3. #3
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Does Ubuntu 13.10 have the concept of "control + alt + delete" to get out of hang

    Question: Have you tried pressing Ctrl+Alt+Delete? Sometimes the three fingered salute will reboot the machine and that is not what you are asking for. But there is something that you need to keep in mind. Linux/Ubuntu is under continual development and do things change.

    I also experienced system freezes during the last weeks of Saucy Salamander development. This freeze was so complete that even if we had some kind of Services Manager it would not be able to load. I had top running to see what it was that was using up resources and nothing was doing it. And at the time that the system froze so did top. There is not a lot we can do when we cannot even open a terminal with Ctrl+Alt+T or Ctrl+Alt+F2

    The error messages that you were given show that the problem was caused by Xorg. It is my guess that there was some kind of conflict between a recently updated Linux kernel, Xorg and the video driver.

    Regards.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  4. #4
    Join Date
    Oct 2013
    Beans
    114

    Re: Does Ubuntu 13.10 have the concept of "control + alt + delete" to get out of hang

    Quote Originally Posted by grahammechanical View Post
    Question: Have you tried pressing Ctrl+Alt+Delete?
    The three-fingered salute does nothing on my dual-boot laptop when I'm booted to Ubuntu 13.10.

    Quote Originally Posted by grahammechanical View Post
    There is not a lot we can do when we cannot even open a terminal with Ctrl+Alt+T or Ctrl+Alt+F2
    Exactly. That's why I wanted a hardware interrupt to at least bring up the "ps -elfww" command, so that we could "kill -9" whatever tasks were hanging the system.

    Quote Originally Posted by grahammechanical View Post
    The error messages that you were given show that the problem was caused by Xorg.
    The errors seem to vary, e.g., here is the latest set:
    crashes.jpg

  5. #5
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Does Ubuntu 13.10 have the concept of "control + alt + delete" to get out of hang

    Hi

    Try pressing

    Code:
    alt + sysrq + r
    at the same time <without the + key> (if you have no sysrq key, use the prtsc key) and then type

    Code:
    ctrl +alt + f1
    to get to a console and see what is happening.

    Does that get you to a console ? Try both left and right alt keys.

    Kind regards
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

  6. #6
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Does Ubuntu 13.10 have the concept of "control + alt + delete" to get out of hang

    Never force shutdown your laptop. Use Alt+SysRq R-E-I-S-U-B instead. (For newer laptops they don't bother adding the SysRq print to the key, but it's the same as the PrtScr key)

    Holding down Alt and SysRq (which is the Print Screen key) while slowly typing REISUB
    R-E-I-S-U-B to force shutdown
    A good way to remember it is.
    Raising Skinny Elephants Is Utterly Boring ...or
    Reboot System Even If Ultimately Broken ...LOL.
    http://kember.net/articles/reisub-th...linux-restart/
    http://ubuntuforums.org/showthread.p...4#post12543274

    If you can get to terminal with cntl-alt t , you can use top (q to quit) to see what is running and and terminate a process that is causing issues with a sudo kill (ID num from top). If essential system proces it may kill system and then you have to run the REISUB.

    Log files show show what has happened, but there are many log files and you may have to review a lot if not sure what is causing issue.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

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
  •