Thanks, but that looks okay to me.
Not working:
rpm -ql kernel-smp-2.6.9-22.0.2.EL |grep
boot
/boot/System.map-2.6.9-22.0.2.ELsmp
/boot/config-2.6.9-22.0.2.ELsmp
/boot/vmlinuz-2.6.9-22.0.2.ELsmp
/lib/modules/2.6.9-22.0.2.ELsmp/kernel/drivers/mtd/redboot.ko
/boot/config-2.6.9-22.0.2.ELsmp
/boot/vmlinuz-2.6.9-22.0.2.ELsmp
/lib/modules/2.6.9-22.0.2.ELsmp/kernel/drivers/mtd/redboot.ko
Working:
rpm
-ql kernel-smp-2.6.9-22.0.1.EL |grep boot
/boot/System.map-2.6.9-22.0.1.ELsmp
/boot/config-2.6.9-22.0.1.ELsmp
/boot/vmlinuz-2.6.9-22.0.1.ELsmp
/lib/modules/2.6.9-22.0.1.ELsmp/kernel/drivers/mtd/redboot.ko
/boot/config-2.6.9-22.0.1.ELsmp
/boot/vmlinuz-2.6.9-22.0.1.ELsmp
/lib/modules/2.6.9-22.0.1.ELsmp/kernel/drivers/mtd/redboot.ko
Any ideas?
From: linux-lvm-bounces@redhat.com [mailto:linux-lvm-bounces@redhat.com] On Behalf Of Jonathan E Brassow
Sent: Tuesday, January 24, 2006 5:49 PM
To: LVM general discussion and development
Subject: Re: file descriptor 3 left open
IIRC, these are merely informative messages saying that, "Hey, the person
who called me forgot to close some of their file descriptors, like they were
suppose to. But don't worry, I'll close them for you."
That would have been too long though, so I think they chose a more cryptic
message.
As far as your kernel installation problem, I'm not sure what's wrong
there...
You could 'rpm -q kernel' (or rpm -qa | grep kernel) to see if it is
installed. If it is, you could 'rpm -ql kernel-<the version> | grep boot'
to see if the image was correctly installed...
brassow
On Jan 24, 2006, at 3:55 PM, Kapadia, Nayan U. wrote:
I keep seeing "file descriptor 3 left open" at boot after the initrd is loaded. The systems boots to the 2.6.9-22.0.1 kernel and works fine. I have ran fsck against all filesystems however the error messages still appears. I noticed that when I run system-config-lvm these errors are more predominant.File descriptor 13 left openFile descriptor 3 left openFile descriptor 4 left openFile descriptor 8 left openFile descriptor 9 left openFile descriptor 10 left openFile descriptor 11 left openFile descriptor 12 left openFile descriptor 13 left openFile descriptor 3 left openFile descriptor 4 left openFile descriptor 8 left openFile descriptor 9 left openFile descriptor 10 left openFile descriptor 11 left openFile descriptor 12 left openFile descriptor 13 left openI recently installed the new kernel 2.6.9-22.0.2 but the system does not find kernel at boot. I think the file descriptor messages are a symptom to some greater problem. Please help.thank you!Nayan_______________________________________________linux-lvm mailing listlinux-lvm@redhat.comhttps://www.redhat.com/mailman/listinfo/linux-lvmread the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
_______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/