linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
* RE: [linux-lvm] file descriptor 3 left open
@ 2006-01-24 23:07 Kapadia, Nayan U.
  2006-01-24 23:22 ` Jonathan E Brassow
  0 siblings, 1 reply; 9+ messages in thread
From: Kapadia, Nayan U. @ 2006-01-24 23:07 UTC (permalink / raw)
  To: LVM general discussion and development

[-- Attachment #1: Type: text/plain, Size: 2754 bytes --]

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
 
 
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


 
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: [linux-lvm] 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 open 
	File descriptor 3 left open 
	File descriptor 4 left open 
	File descriptor 8 left open 
	File descriptor 9 left open 
	File descriptor 10 left open 
	File descriptor 11 left open 
	File descriptor 12 left open 
	File descriptor 13 left open 
	File descriptor 3 left open 
	File descriptor 4 left open 
	File descriptor 8 left open 
	File descriptor 9 left open 
	File descriptor 10 left open 
	File descriptor 11 left open 
	File descriptor 12 left open 
	File descriptor 13 left open 
	I 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 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/


[-- Attachment #2: Type: text/html, Size: 6349 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: [linux-lvm] file descriptor 3 left open
@ 2006-01-25 14:51 Kapadia, Nayan U.
  0 siblings, 0 replies; 9+ messages in thread
From: Kapadia, Nayan U. @ 2006-01-25 14:51 UTC (permalink / raw)
  To: LVM general discussion and development

That works! Thanks.
 

-----Original Message-----
From: linux-lvm-bounces@redhat.com [mailto:linux-lvm-bounces@redhat.com]
On Behalf Of Alasdair G Kergon
Sent: Wednesday, January 25, 2006 9:36 AM
To: LVM general discussion and development
Subject: Re: [linux-lvm] file descriptor 3 left open

On Wed, Jan 25, 2006 at 09:33:35AM -0500, Kapadia, Nayan U. wrote:
> How do I fix this bug in nash ? 
 
Upgrade your mkinitrd package and rebuild your initrd.

Alasdair
--
agk@redhat.com

_______________________________________________
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/

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: [linux-lvm] file descriptor 3 left open
@ 2006-01-25 14:33 Kapadia, Nayan U.
  2006-01-25 14:35 ` Alasdair G Kergon
  0 siblings, 1 reply; 9+ messages in thread
From: Kapadia, Nayan U. @ 2006-01-25 14:33 UTC (permalink / raw)
  To: LVM general discussion and development

How do I fix this bug in nash ? 

-----Original Message-----
From: linux-lvm-bounces@redhat.com [mailto:linux-lvm-bounces@redhat.com]
On Behalf Of Alasdair G Kergon
Sent: Wednesday, January 25, 2006 9:27 AM
To: LVM general discussion and development
Subject: Re: [linux-lvm] file descriptor 3 left open

On Wed, Jan 25, 2006 at 09:11:22AM -0500, Kapadia, Nayan U. wrote:
> Uncompressing Linux booting the kernel Redhat Nash 4.1.18 starting 
> File descriptor 3 left open

> The file descriptor left open messages are just indications of files 
> being left in open state?

Yes.  LVM2 commands are run as root so they do have to concern
themselves with potential security problems like that.

This particular message was caused a bug in nash that got fixed a while
ago (and was not considered to affect security).

Alasdair
--
agk@redhat.com

_______________________________________________
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/

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: [linux-lvm] file descriptor 3 left open
@ 2006-01-25 14:11 Kapadia, Nayan U.
  2006-01-25 14:26 ` Alasdair G Kergon
  0 siblings, 1 reply; 9+ messages in thread
From: Kapadia, Nayan U. @ 2006-01-25 14:11 UTC (permalink / raw)
  To: LVM general discussion and development

[-- Attachment #1: Type: text/plain, Size: 4487 bytes --]

Uncompressing Linux booting the kernel
Redhat Nash 4.1.18 starting
File descriptor 3 left open
Reading physical volumes This may take awhile
/dev/hda open failed: No media found
--------------------------------- this is the CDROM
No Volume groups found
File descriptor 3 left open
Reading physical volumes This may take awhile
/dev/hda open failed: No media found
No Volume groups found
File descriptor 3 left open
Reading physical volumes This may take awhile
/dev/hda open failed: No media found
No Volume groups found
mount error 6 mounting ext3 :  22
umount /initrd/dev  failed :2 
kernel panic not syncing attempted to kill init.

Thank you, you lead me to the reason why it was failing.  I had to run
mkinitrd --with=cciss to load the scsi adapter.
 
The file descriptor left open messages are just indications of files
being left in open state?
 
Thanks again!
 
Nayan
 
 
 
 
________________________________

From: linux-lvm-bounces@redhat.com [mailto:linux-lvm-bounces@redhat.com]
On Behalf Of Jonathan E Brassow
Sent: Tuesday, January 24, 2006 6:22 PM
To: LVM general discussion and development
Subject: Re: [linux-lvm] file descriptor 3 left open


What do you mean by "not working", the rpm command seems to think the
files are installed... Take a look in /boot/grub/menu.lst and see if the
kernel is in there and it is the default to boot (default = 0 for the
first kernel listed) 

brassow 

On Jan 24, 2006, at 5:07 PM, Kapadia, Nayan U. wrote: 


	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 
	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 


	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: [linux-lvm] 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 open 
		File descriptor 3 left open 
		File descriptor 4 left open 
		File descriptor 8 left open 
		File descriptor 9 left open 
		File descriptor 10 left open 
		File descriptor 11 left open 
		File descriptor 12 left open 
		File descriptor 13 left open 
		File descriptor 3 left open 
		File descriptor 4 left open 
		File descriptor 8 left open 
		File descriptor 9 left open 
		File descriptor 10 left open 
		File descriptor 11 left open 
		File descriptor 12 left open 
		File descriptor 13 left open 
		I 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 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/________________________________________
_______ 

	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/


[-- Attachment #2: Type: text/html, Size: 12533 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [linux-lvm] file descriptor 3 left open
@ 2006-01-24 21:55 Kapadia, Nayan U.
  2006-01-24 22:48 ` Jonathan E Brassow
  0 siblings, 1 reply; 9+ messages in thread
From: Kapadia, Nayan U. @ 2006-01-24 21:55 UTC (permalink / raw)
  To: linux-lvm

[-- Attachment #1: Type: text/plain, Size: 1041 bytes --]

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 open
File descriptor 3 left open
File descriptor 4 left open
File descriptor 8 left open
File descriptor 9 left open
File descriptor 10 left open
File descriptor 11 left open
File descriptor 12 left open
File descriptor 13 left open
File descriptor 3 left open
File descriptor 4 left open
File descriptor 8 left open
File descriptor 9 left open
File descriptor 10 left open
File descriptor 11 left open
File descriptor 12 left open
File descriptor 13 left open

 
I 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
 
 

[-- Attachment #2: Type: text/html, Size: 2287 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-01-25 14:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-24 23:07 [linux-lvm] file descriptor 3 left open Kapadia, Nayan U.
2006-01-24 23:22 ` Jonathan E Brassow
  -- strict thread matches above, loose matches on Subject: below --
2006-01-25 14:51 Kapadia, Nayan U.
2006-01-25 14:33 Kapadia, Nayan U.
2006-01-25 14:35 ` Alasdair G Kergon
2006-01-25 14:11 Kapadia, Nayan U.
2006-01-25 14:26 ` Alasdair G Kergon
2006-01-24 21:55 Kapadia, Nayan U.
2006-01-24 22:48 ` Jonathan E Brassow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).