comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » IDL does not work with new Linux Kernel; Anyone know why, or better solution?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
IDL does not work with new Linux Kernel; Anyone know why, or better solution? [message #36114] Fri, 15 August 2003 04:45
grunes is currently offline  grunes
Messages: 68
Registered: September 1993
Member
I just updated a (Redhat) Linux box.

IDL (Interactive Data Language) 5.2, 5.3 and 5.4 hang before letting
me type anything.

But, when I choose an older kernel, the problem goes away.

Not being very smart, I have know idea what this means.

Anyone know why, and if there is a better solution?



P.S. I assume everyone who uses Redhat Linux knows that if you update
Linux (which you should, for security, through the Redhat Network
program under start menu; sometimes under the System sub-category; but
you may need to sign up for a freebee redhat linux account first), you
should usually get rid of old kernels, or they will fill up gigabytes
of space until you run out.

You can see packages related to your kernels by becomming superuser
and typing

rpm -qa | grep -i kernel

You can get rid of old kernels by typing

rpm -e package-name

(BTW, if you put all the rpm -e commands in a procedure, and run it,
rpm gets very confused and will itself hang. Seems to need a delay
between command executions.)

You must keep the current kernel packages. As this problem shows, you
should probably also keep the prior version, at least for a while.

If you use the grub boot loader you can choose to load the old kernel
by changing the "default" value in /etc/grub.conf to i, where i is the
(0-origin) ith system entry in that file.

If you are using the lilo boot loader, you must do something to
/etc/lilo.conf, then run lilo. (I forget the details.)
[Message index]
 
Read Message
Previous Topic: Re: Unable to get the user value of the top level base after a draw widget expose event
Next Topic: new iTools

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 05:22:34 PDT 2025

Total time taken to generate the page: 1.20145 seconds