Results 1 to 5 of 5
Having a couple of issues shutting down, one that was a one off (so far) and one that happens each time:
One-Off: While using 'GShutdown' to turn off the computer ...
- 03-10-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 5
Shutdown Issues
Having a couple of issues shutting down, one that was a one off (so far) and one that happens each time:
One-Off: While using 'GShutdown' to turn off the computer while i slept, i awoke to vertical lines on my moniter, the pc still running but unresponsively. Used the reboot button on the tower to restore the system. The vertical lines were white, seemingly random in allocation but all the same size/thickness
Continual: Shutting down the system, on the UBUNTU Shutdown Splash screen (Ubuntu above a bar that decreases from right to left) has yellow, glitchy looking thin vertical lines evenly spaced from the top to the bottom of the screen.
I don't have any video card issues on the system, so is this an installation fault?
- 03-12-2009 #2
Do either of these problems occur if you shutdown manually?
# halt (or sudo halt)
If they do not occur when you just use the command line, then my guess is that you have to look at your Gshutdown as the root of the problem. (i.e. what kind of call is gshutdown sending to your system?)
I don't know if I have any insight into the second, continual problem. As it only occurs when you bring up the shutdown menu (but seems to shut down fine), it could either be a bug in your version or a problem with some part of your x setup. Look through bug reports for possible additional guidance.Linux since: 2001
Gentoo since: 2004
- - - - - - - -
Translation:
I fix things until they break.
- 03-12-2009 #3Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Just as a side note, if you find yourself unable to interact with your PC but don't want to do a hard shutdown there is another solution. A hard shutdown can cause data loss so they're not the best solution - you're asking the BIOS to override the operating system.
In Linux you can ask the kernel to sync all drives and reboot. Hold down the Alt and SysRq keys (usually shared with printscreen) and type the following key sequence
R S E I U B
This puts your keyboard into raw mode, syncs your drives, unmounts all drives, remounts read-only and reboots the system. You can remember it with the mnemonic "Raising Skinny Elephants Is Utterly Boring"
- 03-12-2009 #4
I've always wondered about why that sequence of keystrokes was so complicated... now I know that they actually stand for something. I also like the pneumonic device, thanks Tom.
Linux since: 2001
Gentoo since: 2004
- - - - - - - -
Translation:
I fix things until they break.
- 03-12-2009 #5Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
No problem, I love passing that gem on

Here's a better one I found since:
Reboot System Even If Utterly Broken
Also, I found a better description of the keystrokesThe r stands for put keyboard in raw mode
The s for sync the disk
The e for terminate all processes
The i for kill all processes
The u for remount all filesystems read only
The b for reboot the system


Reply With Quote
