Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-14-2009, 08:05 PM
|
#1
|
Member
Registered: Oct 2008
Posts: 688
Rep:
|
ubuntu on lap top locking up
Ok several time now I have seen some strangeness with Ubuntu
I was in Mozilla reading a forum and the system just locked up witha blinking A., The one that indicates caps lock was just blinking and the mouse would not move. I had to power off the system.
Also I noticed that If I leave it for a while from time to time it is like there is a process taking up the cpu and wont release it. It takes for ever to do anything and the shutdown command takes for ever to come up. I endup powering off with the button.
Any ideas?
|
|
|
02-15-2009, 12:36 AM
|
#2
|
Senior Member
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313
|
You could try using top in a console and see if you can pinpoint which app(s) is hogging your resourses.
|
|
|
02-15-2009, 12:49 AM
|
#3
|
Member
Registered: May 2001
Location: India, Kerala, Thrissur
Distribution: FC 7-10
Posts: 354
Rep:
|
The first one seems to be a system crash. You will have to check the system logs to see what exactly happened .In fedora I would have checked /var/log/messages. May be its the same for Ubuntu.
For the second issue, I guess you leave your firefox on when you are away (What made me guess this? Your first issue, the way you described it, the fact that u use Ubuntu... ). I have noticed that npviewer (a flash plugin) misbehaves a lot. You can try killing firefox and npviewer.bin to see if your system comes back to normal state.
When you see something is taking up lot of cpu, start a terminal program and run 'top'. Press, l. It will show you the process that use a lot of CPU. Press m, it will show you processes that use a lot of memory. Look for the 'PID' of the process that is taking all your resources. Issue the command 'kill -9 <PID of the process>'. (In Ubuntu, you will be logged in as a normal user. So the chances are less that you will kill any important system process.)
Btw, press 'q' to exit top.
|
|
|
02-16-2009, 07:40 AM
|
#4
|
Member
Registered: Oct 2008
Posts: 688
Original Poster
Rep:
|
All good ideas except that the machine would not respond to a any commands. I could not even launch a terminal to do top etc.
If it does it again Ill see what I can do. Ill keep a terminal up in the hopes i can access it if it hangs again and run top.
yes I left Mozilla up. I us it a lot so its always running
|
|
|
02-16-2009, 07:47 AM
|
#5
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529
|
I had the same problem in debian.
It started when I bought a new belkin wireless router to support adsl2
Probably madwifi or the wpa or ....
The system locked up randomly
No problem when using another wireless router.
you can do
tail -f /var/log/syslog >> log.txt
to see the logs at the moment of the crash
|
|
|
02-18-2009, 06:55 AM
|
#6
|
Member
Registered: Oct 2008
Posts: 688
Original Poster
Rep:
|
here is my x11.conf file if that helps any.
root@cj454-lt:/etc/X11# cat xorg.conf
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
root@cj454-lt:/etc/X11#
|
|
|
02-18-2009, 04:47 PM
|
#7
|
Senior Member
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313
|
Quote:
Originally Posted by unix1adm
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
|
Is this your current xorg.conf file? There's nothing about your hardware in it. Do: lspci and post the contents to this thread.
|
|
|
All times are GMT -5. The time now is 05:57 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|