Summary: | sys-boot/grub-2.00_p5086: "File descriptor leaked on vgs invocation" during grub2-mkconfig | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Coacher <itumaykin+gentoo> |
Component: | [OLD] Core system | Assignee: | Mike Gilbert <floppym> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | base-system |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://savannah.gnu.org/bugs/index.php?39696 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge --info grub |
Description
Coacher
2013-08-05 01:03:22 UTC
Created attachment 355136 [details]
emerge --info grub
It seems that sys-fs/lvm2 has a silly "feature" that warns you about "leaked" file descriptors by default. It is easy enough to reproduce: #!/bin/sh exec 3>/dev/null lvs As a workaround, you can set LVM_SUPPRESS_FD_WARNINGS in the environment. The warnings are completely harmless from what I can tell. Upstream bug in URL. Thanks for explanation and reporting this upstream. Do you still see this with grub-2.00_p5107? (In reply to Mike Gilbert from comment #5) > Do you still see this with grub-2.00_p5107? Just tested it. No such messages are produced anymore. The problem is resolved, thanks. |