System freeze

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

System freeze

Postby ColinWhite » Dec 4th, '11, 22:27

I'm new to Mageia (2 days and counting!) I like it but my system keeps crashing and freezing up, including the mouse and keyboard. The only way I can get out of it is to hold down the 'On' button for 5 secs. and then restart the laptop. I think the freezes only happen in Firefox but not sure yet.
Is there an equivalent to the windows '3-fingered salute' (Ctrl-Alt-Del) for when it next crashes? I'd like to try and pin down the problem.

While we are at it, is there an equivalent to Alt-Tab to switch between programs?

Thanks in anticipation
ColinWhite
 
Posts: 29
Joined: Dec 4th, '11, 02:20

Re: System freeze

Postby djennings » Dec 4th, '11, 23:14

Ctl+Alt+Backspace twice will restart X, but if the keyboard is locked may not work.

The next level is to use 'skinny elephants'
See here http://www.brunolinux.com/01-First_Things_To_Know/Skinny_Elephants.html

That should do a clean reboot unless you have a kernel panic and are totally locked up.

It would help if you told us more about your system, hardware, and desktop environment (KDE or Gnome etc)

You should also do all outstanding updates and reboot just in case it is a problem already fixed in an update.

Finally, a common cause of random lock ups is often memory errors. Linux is more sensitive to bad memory than Windows because Linux will actually use ALL the memory available. To perform a memory test install the package memtest86+ using the software install GUI (make sure you set the two drop down filters in the top left of the GUI to All or you will not see the package)
After installing memtest86+ reboot At the Grub boot screen you will see a new item for a memory test. You should be able to run memtest indefinitely without any errors.

While we are at it, is there an equivalent to Alt-Tab to switch between programs?

That depends on the desktop you are using.
In KDE for example with desktop effects enabled you can get a really cool 3D application switcher using Alt+Tab
User avatar
djennings
 
Posts: 613
Joined: Jun 2nd, '11, 23:51
Location: Wokingham, UK

Re: System freeze

Postby doktor5000 » Dec 5th, '11, 00:21

ColinWhite wrote:While we are at it, is there an equivalent to Alt-Tab to switch between programs?


Should be enabled in the default configuration for most (if not all?) desktop environments which Mageia provides.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18056
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: System freeze

Postby ColinWhite » Dec 5th, '11, 01:06

Thanks for this.
It's a Toshiba Tecra with 500Mb ram, 30GB HD and Radion X300 graphics card.

I've not had much luck with this computer. Linux Mint Gnome froze at the log in screen during live or local drive install. The KDE version of mint just rolls a load of binary numbers down the screen forever. At least Mageia KDE installs (as does Lubuntu and Ubuntu 9.10 - but no later versions).
Pressing Ctl-alt-bsp twice didn't work when it froze; but the elephant did. It last froze when I was trying to apply the desktop effects. On previous ocassions it froze every time I tried to install Flash. It now won't load at all - it freezes after the third icon appears along the bottom during the boot-up process.

This Magiea disc is from Linux Format Mag. I think I'll download and burn a new cd which should be more up to date. Not sure whether to try Gnome or KDE - maybe both!

Thanks again
ColinWhite
 
Posts: 29
Joined: Dec 4th, '11, 02:20

Re: System freeze

Postby doktor5000 » Dec 5th, '11, 01:44

Can you still boot in failsafe mode and tell if radeon-firmware and kernel-firmware and kernel-firmware-extra packages are installed?
You can do f.ex. with
Code: Select all
rpm -qa | grep radeon-firmware
and
Code: Select all
rpm -qa | grep kernel-firmware
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18056
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: System freeze

Postby ColinWhite » Dec 5th, '11, 02:08

Can i boot in failsafe mode if i haven't set a delay before booting? I set the delay to 0 secs on install
Once I'm in do I just input your suggested code into a terminal and feed the responses back to you?
ColinWhite
 
Posts: 29
Joined: Dec 4th, '11, 02:20

Re: System freeze

Postby djennings » Dec 5th, '11, 02:27

Not sure whether to try Gnome or KDE - maybe both!

Reinstalling is probably not necessary, but if you do decide to reinstall then installing from the DVD will allow you to install both KDE and Gnome at the same time.
You can also add other desktop environments to your existing installation by installing the task-kde or task-gnome packages.

During installation from the DVD it asks at one point if you have other media. If you respond 'Yes' and 'ftp' then so long as you have an Ethernet connection to the internet the installer will install all available updates from the internet during the install process.

If you want to try a different desktop with your current installation you can always log in using LXDE or IceWM desktops. One or both of them will be already installed on your computer you can select a different desktop at the log in prompts by either clicking on the piece of paper icon (KDE Desktop Manager), or the dropdown window at the bottom of the display that appears when you select a user name (Gnome Desktop Manager)
User avatar
djennings
 
Posts: 613
Joined: Jun 2nd, '11, 23:51
Location: Wokingham, UK

Re: System freeze

Postby djennings » Dec 5th, '11, 02:30

ColinWhite wrote:Can i boot in failsafe mode if i haven't set a delay before booting? I set the delay to 0 secs on install
Once I'm in do I just input your suggested code into a terminal and feed the responses back to you?


You do not have to be in failsafe mode to use those commands. It is just you are less likely to experience a freeze when in fail safe mode.
User avatar
djennings
 
Posts: 613
Joined: Jun 2nd, '11, 23:51
Location: Wokingham, UK

Re: System freeze

Postby doktor5000 » Dec 5th, '11, 13:49

ColinWhite wrote:Can i boot in failsafe mode if i haven't set a delay before booting? I set the delay to 0 secs on install
Once I'm in do I just input your suggested code into a terminal and feed the responses back to you?

Sorry i don't understand the first two sentences fully. And yes, you should just input those into a terminal and feed the responses back here.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18056
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: System freeze

Postby ColinWhite » Dec 5th, '11, 17:22

a quick reply off my phone till I get back to the computer late tonight or tomorrow. I think when I installed it I bypassed the log in option and the boot menu. So not sure how to load in safe mode. Is there a button combination that will stall the default boot and allow boot in safe mode?
ColinWhite
 
Posts: 29
Joined: Dec 4th, '11, 02:20

Re: System freeze

Postby doktor5000 » Dec 5th, '11, 17:35

What do you mean you bypassed it? Do you see a Mageia bootmenu when booting your computer?
If not, as you have written, maybe you have set the timeout for the bootmenu to 0 seconds, this could be the problem.
You would need to boot another linux distribution, preferrably some live version, and edit Mageia's
Code: Select all
/boot/grub/menu.lst
and fix the value for "timeout". Default should be 5 (seconds).
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18056
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

SOLVED Re: System freeze

Postby ColinWhite » Dec 6th, '11, 01:05

Thank you so much for all your help. I took a fresh Gnome distro from the web (rather than the magazine disc), Installed and then remembered how much I prefer Gnome to KDE anyway) and installed all the updates (111). It is all working brilliantly ...so far. I love this distro so long as it keeps working.
Thanks again to all
ColinWhite
 
Posts: 29
Joined: Dec 4th, '11, 02:20

Re: System freeze

Postby linuxero » Dec 6th, '11, 03:40

I had this problem with towo computers, a laptop and a desktop; my solution was Internet Install

It seems that the DVDs, whether you get them from a magazine or just burn an ISO that you downloaded, have some kind of problem..

Not sure what it could be, besides the way software are chosen could affect..just guessing according to my experience. But a network install never let me down :)

Depends on your connection of course..for me it a bit under two hours :(
linuxero
 
Posts: 345
Joined: Oct 7th, '11, 15:50

Re: System freeze

Postby doktor5000 » Dec 6th, '11, 03:44

The DVD worked fine for me, be it for i586 or x86_64 on many boxes, this is the same for most other people.
It would be nice if you don't translate your own personal experiences into "common facts/problems".
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18056
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest