Repeated and often system hang-ups. LM 17.2 Rafaela Dualboot Windows 7.
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Repeated and often system hang-ups. LM 17.2 Rafaela Dualboot Windows 7.
Hello everybody,
My system specifications: Samsung RV509, i3, 300GB HDD, 3GB Ram, Dual boot Windows7 & LM 17.2 Rafaela.
I have been using LM for a while. There used to be system hang-ups occasionally. But now the system hangs-up more often; like two to three times a day.
Symptoms: When the system hangs-up, it becomes totally un-responsive. No keyboard response, no mouse, nothing. All I have got to do is a hard restart.
It has really become annoying, especially when I am doing some important work, and all my toil gets disrupted.
Does it lock up in windows too? You can check your logs to see if there's any clue there. Look in /var/log/syslog. If you are getting lockups in both windows and mint, it's almost certainly a hardware problem. Most likely suspects are ram problems or hard drive. Ram can be checked with memtest. IIRC mint has a boot option for memtest by default. Hard drive can be tested using the manufacturer's hard drive diagnostic utilities. By the way, 3GB of ram is a somewhat unusual ram configuration. At some point did you add additional ram or make any changes to your ram? Incompatible ram can cause those types of lockups; you would get them in both mint and windows if that was the case. Some laptops can be very finicky about what ram they will run on.
what are you doing when it "hangs" ???
using firefox and the browser "locks up" and that then lock up the rest of the X11 windows
-- this CAN happen a lot , the advertising and malware in the flash can do it
or
are you opining a 300 meg text file in gedit ?
or
is this a laptop and you have a LOW battery ?
or
did you leave the computer alone for 5 min. and it is trying to hibernate ?
have you read through the logs to SEE what the errors are ?
You can check your logs to see if there's any clue there. Look in /var/log/syslog.
Though I found the logs, [There were two of them syslog & syslog1] I could not understand anything of it. I am attaching the two files for your perusal, here.
By the way, 3GB of ram is a somewhat unusual ram configuration.
I have been using both Windows7 & LM 17 for long without any problems. This frequent system hang-up problem has appeared recently.
Quote:
Originally Posted by kilgoretrout
At some point did you add additional ram or make any changes to your ram? Incompatible ram can cause those types of lockups; you would get them in both mint and windows if that was the case. Some laptops can be very finicky about what ram they will run on.
No, I haven't added additional RAM. 3GB RAM was the one which came with the machine when I bought it. I have been using it without problems since 2011.
what are you doing when it "hangs" ???
using firefox and the browser "locks up" and that then lock up the rest of the X11 windows
-- this CAN happen a lot , the advertising and malware in the flash can do it
Even I thought it could be happening while browsing. But later it happened when I was doing other things like typing, and while watching videos too.
Quote:
Originally Posted by John VV
or
are you opining a 300 meg text file in gedit ?
or
is this a laptop and you have a LOW battery ?
or
did you leave the computer alone for 5 min. and it is trying to hibernate ?
have you read through the logs to SEE what the errors are ?
No it does not happen while opening a 300 meg text file in gedit. Yes this is a laptop but I use it 99% of the time while connected to the electric supply through the adaptor. The hangup has happened during both power sources, the battery & the mains. And no, it is not the hibernation process. I have attached the log files above, because I did not understand anything of it.
No, it has occurred within five minutes of my starting the system and doing some very low resources work. Moreover it has not occurred while using Windows7 for long duration and doing intense resource work.
From my cursory examination of your syslogs, you appear to be running bumblebee. I assume you have an nvidia optimus type setup on your laptop. Please confirm. You may want to look at your kernel and Xorg logs as well. What you want to do is note the time when your next lockup occurs and, after rebooting, check your logs from around that time or just before and see if there is any clue as to what is happening.
From my cursory examination of your syslogs, you appear to be running bumblebee. I assume you have an nvidia optimus type setup on your laptop. Please confirm. You may want to look at your kernel and Xorg logs as well. What you want to do is note the time when your next lockup occurs and, after rebooting, check your logs from around that time or just before and see if there is any clue as to what is happening.
Oh, before coming to the forum, I had searched the web for some solutions. And in one place, I found that someone had the same problem and it was resolved after the installation of BUMBLEBEE. So I installed Bumblebee. But for me nothing changed.
Forgive my Linux-ignorance, I don't know if I have the 'nvidia optimus type setup'. Please inform how I can confirm it.
Where are the kernel and Xorg logs located? Please mention.
Yes, I will certainly, note the time when, next lockup occurs and, after rebooting, check logs from around that time or just before and post the findings.
Nvidia optimus is a hybrid type graphics setup used in some laptops where you have both onboard intel graphics and a separate nvidia graphics card. While doing normal tasks, the system uses the intel graphics and while doing more graphically intense tasks like gaming the system switches and uses the more powerful nvidia graphics. The idea was to conserve power you use the lower power intel graphics for the bulk of your computing and switch to the nvidia card only for graphically demanding applications. See:
Check the documentation that came with your laptop to see if it says "nvidia optimus". The product manual shows that it was available but optional. Nvidia optimus is poorly supported on linux and may be the source of your problems.
For the logs, look in /var/log for kernel.log and Xorg.0.log
Nvidia optimus is a hybrid type graphics setup used in some laptops where you have both onboard intel graphics and a separate nvidia graphics card. While doing normal tasks, the system uses the intel graphics and while doing more graphically intense tasks like gaming the system switches and uses the more powerful nvidia graphics. The idea was to conserve power you use the lower power intel graphics for the bulk of your computing and switch to the nvidia card only for graphically demanding applications. See:
Check the documentation that came with your laptop to see if it says "nvidia optimus". The product manual shows that it was available but optional. Nvidia optimus is poorly supported on linux and may be the source of your problems.
For the logs, look in /var/log for kernel.log and Xorg.0.log
What you want to do is note the time when your next lockup occurs and, after rebooting, check your logs from around that time or just before and see if there is any clue as to what is happening.
Hello kilgoretrout,
The system got stuck today 9/october/2015 at 13:51 hrs.
As suggested by you I checked the logs and posted the links below. I would be grateful if you could find what is hidden in them about my system problem and suggest a solution.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.