LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-11-2002, 01:24 AM   #1
PiMoGo
Member
 
Registered: Oct 2002
Distribution: Suse 7.2; Redhat 8.0; Mandy 9.0
Posts: 35

Rep: Reputation: 15
Constant freezes in KDE under Mandy9


I'm not sure it happens to others, but for someone reason my computer freezes quite often running KDE. SOmetimes as often as 4 times especially when i'm using konqueror and i'm scrolling through /dev. Whenever this happens i have no choice to hard boot the computer which i really dislike doing. Isn't there a way to kill a task when this happens. i try Cntrl-Alt-Escape but not even that works. I think the GUI is frozen for good. WHy could this be? Are others experiencing something similar?

Thanks for your input!
 
Old 11-11-2002, 02:03 AM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
I'm not really sure that ctrl+alt+esc does anything when it's not locked up


try alt+F2

or ctrl+alt+bksp
 
Old 11-11-2002, 02:03 AM   #3
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
try ping or remote login from another system on the network if you have one
 
Old 11-11-2002, 02:07 AM   #4
GT I.N.C
Member
 
Registered: May 2002
Location: Australia, Sydney, St.Clair
Distribution: Rh 7.3
Posts: 836

Rep: Reputation: 30
ctrl+alt+backspace is to kill X so yeh that should work, or try to change to another tty (not sure what it's called) by pressing ctrl+alt+f6 and see if you can get into that...if you can't then it's really frozen...
 
Old 11-11-2002, 02:18 AM   #5
born4linux
Senior Member
 
Registered: Sep 2002
Location: Philippines
Distribution: Slackware, RHEL&variants, AIX, SuSE
Posts: 1,127

Rep: Reputation: 49
we've had similar cases like this - on machines with Intel based NICs using the buggy eepro100 module. Do you have eepro100 loaded?

just a hunch.
 
Old 11-11-2002, 10:23 AM   #6
PiMoGo
Member
 
Registered: Oct 2002
Distribution: Suse 7.2; Redhat 8.0; Mandy 9.0
Posts: 35

Original Poster
Rep: Reputation: 15
yeah i've tried cntrl-alt-bksp but not even that worked which i find weird. i don't know if i have the buggy eepro100 module loaded, how can i find out?

Thanks for the help!
 
Old 11-11-2002, 12:16 PM   #7
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
Yea, it is hard locked then.

list modules with this

lsmod

if it only locks in X I would suspect a graphics problem, maybe check your XFree logs
 
Old 11-11-2002, 12:52 PM   #8
PiMoGo
Member
 
Registered: Oct 2002
Distribution: Suse 7.2; Redhat 8.0; Mandy 9.0
Posts: 35

Original Poster
Rep: Reputation: 15
thanks. i'll check my logs when i get home, but what do you mean a graphics problem--could it be a conflict perhaps with my graphics card. it works fine most of the time with the exception of those relatively few lock-ups.
 
Old 11-11-2002, 02:15 PM   #9
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
there are some issues with certain cards locking up

try another window manager to see if maybe it's only kde
 
Old 11-11-2002, 09:05 PM   #10
PiMoGo
Member
 
Registered: Oct 2002
Distribution: Suse 7.2; Redhat 8.0; Mandy 9.0
Posts: 35

Original Poster
Rep: Reputation: 15
i ran lsmod and i didn't find eepro100 listed--so i guess i can rule that out.

parport_pc 21672 1 (autoclean)
lp 6720 0 (autoclean)
parport 23936 1 (autoclean) [parport_pc lp]
r128 75352 11
agpgart 31840 3 (autoclean)
sr_mod 15096 0 (autoclean) (unused)
floppy 49340 0 (autoclean)
es1371 26568 1
soundcore 3780 0 [es1371]
ac97_codec 9928 0 [es1371]
gameport 1660 0 [es1371]
nfsd 66576 0 (autoclean)
lockd 46480 0 (autoclean) [nfsd]
sunrpc 60188 0 (autoclean) [nfsd lockd]
af_packet 13000 0 (autoclean)
tulip 40800 1 (autoclean)
supermount 14340 3 (autoclean)
nls_iso8859-1 2844 4 (autoclean)
nls_cp850 3580 4 (autoclean)
vfat 9588 4 (autoclean)
fat 31864 0 (autoclean) [vfat]
ide-cd 28712 0
cdrom 26848 0 [sr_mod ide-cd]
ide-scsi 8212 0
scsi_mod 90372 2 [sr_mod ide-scsi]
keybdev 1920 0 (unused)
mousedev 4116 0 (unused)
hid 18340 0 (unused)
input 3456 0 [keybdev mousedev hid]
usb-ohci 18216 0 (unused)
usbcore 58304 1 [hid usb-ohci]
rtc 6560 0 (autoclean)
ext3 74004 1
jbd 38452 1 [ext3]

but where can i find my X free logs? i looked but didn't find them

thanks!
 
Old 11-11-2002, 09:48 PM   #11
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
looks like your nic is a tulip most likely linksys


ls -l /var/log/XF*
-rw-r--r-- 1 root root 48196 Nov 11 20:11 /var/log/XFree86.0.log
-rw-r--r-- 1 root root 35521 Oct 12 22:16 /var/log/XFree86.1.log
-rw-r--r-- 1 root root 35339 Oct 12 22:14 /var/log/XFree86.3.log
-rw-r--r-- 1 root root 35471 Oct 12 22:15 /var/log/XFree86.4.log
-rw-r--r-- 1 root root 34947 Oct 14 22:27 /var/log/XFree86.9.log
 
Old 11-12-2002, 12:35 AM   #12
PiMoGo
Member
 
Registered: Oct 2002
Distribution: Suse 7.2; Redhat 8.0; Mandy 9.0
Posts: 35

Original Poster
Rep: Reputation: 15
ok i found 2 of them, but what exactly should i be looking for. there is quite a bit of data in those files. thanks!

.....and yeah my nic is linksys...... i read those are pretty compatible with linux though, right?
 
Old 11-12-2002, 12:54 AM   #13
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
Linksys is good.

look for errors in the files, but it's really hard to find a lockup problem.

If you have hardware with known issues then I would look into that.
The other thing is to try another window manager or updated version ofd Xfree.

Make sure you are not running out of memory, or disk space

maybe echo some stats like memory and system load to a file so when it locks up you can go back and look at it


And rebuilding a kernel may solve the problem if you get the kernel right.
Then again it could be that some piece of hardware is croaking.
 
Old 11-12-2002, 12:55 AM   #14
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
I had a system that locked up all the time. I never found the problem, but it died one day and now it is in motherboard heaven.


This really does not seem to be your case since you say it only locks in KDE

I would think it's KDE related.

Last edited by DavidPhillips; 11-12-2002 at 12:57 AM.
 
Old 11-12-2002, 01:11 AM   #15
PiMoGo
Member
 
Registered: Oct 2002
Distribution: Suse 7.2; Redhat 8.0; Mandy 9.0
Posts: 35

Original Poster
Rep: Reputation: 15
i'm not positive its kde--it was just an asumption. i haven't tried other window managers for long periods of time to confirm this, but when it freezes, i still have mouse movement but nothing else works.

none of the special button combos work to get me out so i figure its frozen for good or its just the XServer--there really isn't a way to find out, either way i have to hard boot which i really hate to do. btw what is the worst that can happen when i hard boot linux?

this is really the only error i found when scrolling down the log

(II) R128(0): [drm] drmSetBusid failed (11, PCI:1:5:0), Device or resource busy
(EE) R128(0): [dri] DRIScreenInit failed. Disabling DRI.

can't make anything out of it though.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
KDE freezes ... Starch Linux - Newbie 6 06-30-2005 10:57 AM
fedora core 2 (FC2) freezes while running. Cannot boot into KDE it freezes mraswan Fedora 0 05-25-2004 07:46 PM
YEE HEE! Mandy9.2 on UK coverdisk! davecs Linux - Software 1 10-30-2003 05:37 PM
same problem in redhat8, mandy9 and LFS newpenguin Linux - General 2 01-20-2003 06:23 PM
pcmcia cardbus adapter fails install Mandy9 MB3 Linux - Networking 0 11-26-2002 11:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration