Author Topic: SOLVED - Shutdown problem  (Read 697 times)

Offline Maurice

  • Hero Member
  • *****
  • Posts: 1128
SOLVED - Shutdown problem
« on: April 01, 2012, 06:04:07 AM »
My wife is having troublesome shut downs. She clicks Leave then Turn off computer and gets a screen full of verbiage scrolling up the screen too fast to read anything. This fast scrolling goes on until she pulls the plug. This also sometimes happens in the middle of things without her trying to Leave.

At other times there appears only one screen of warnings ending with Panic occurred, switching back to text console. But it doesn't go to a console and it hangs with a dead cursor and no response to Ctrl.Alt-Del etc.

She is using version 2012 with kde, fully updated on a Dell 820 desktop.

Thanks for any help.

Maurice
« Last Edit: April 02, 2012, 01:05:35 AM by Maurice »
PcLinuxos 2012.02, Kde, dual booted with XP on custom built Desktop, Intel Core 2 Quad  cpu @ 2.4ghz, DG33FB mb, 4gb ram, Nvidia 8600 (512mb), Samsung (500gb) sata

"War does not determine who is right only who is left." Bertrand Russell

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Shutdown problem
« Reply #1 on: April 01, 2012, 07:13:38 PM »
Pulling the plug is never the best method. Do a filesystem check from a live CD. Boot from the live CD, open a terminal, su to root account, check to see what partitions exist, check to see if any hard drive partitions are mounted, then do the filesystem check(s).

su
fdisk -l
mount
fsck -fy /dev/sdaX


fdisk -l will list what partitions exist.

mount will show if any of the hard drive partitions are mounted. For example, if /dev/sda1 shows as being mounted as /media/disk, to unmount it you would issue the command umount /media/disk.

fsck -fy /dev/sda1 would run the filesystem check on partition sda1 with the "fix" option, and automatically answer "yes" to all questions. Run the check on each partition shown in the list after the fdisk -l command, except for the swap partition.


EDIT: I'm not sure what the "Leave" option you're talking about is. I believe she should just select "Turn off computer".
« Last Edit: April 01, 2012, 07:29:59 PM by djohnston »
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline Xenaflux

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3834
Re: Shutdown problem
« Reply #2 on: April 02, 2012, 12:50:33 AM »
K-button/Leave/Restart - or -Shutdown
The great thing in this world is not so much where we stand,
as in what direction we are moving.
                                                    (Oliver Wendell Holmes )

Offline Maurice

  • Hero Member
  • *****
  • Posts: 1128
Re: Shutdown problem
« Reply #3 on: April 02, 2012, 01:04:07 AM »
Thanks for the replies fellas but I'm taking the easy way out and reinstalling. ;D She uses Gmail and spends all her time on Facebook  ::) ::) and the hundreds of 'friends' they all seem to collect there so she doesn't have anything to move over.

I have a few niggly problems too so am going to reinstall as well. An hour or so reconfiguring and a nice new setup once more. What could be easier?

Thanks again.
PcLinuxos 2012.02, Kde, dual booted with XP on custom built Desktop, Intel Core 2 Quad  cpu @ 2.4ghz, DG33FB mb, 4gb ram, Nvidia 8600 (512mb), Samsung (500gb) sata

"War does not determine who is right only who is left." Bertrand Russell