Bug#592834: grub-pc: File descriptor leaked on lvs invocation

2023-03-17 Thread Martin Dosch
Package: os-prober Version: 1.81 Followup-For: Bug #592834 Dear Maintainer, I just realized that I get similar warnings (?) on my recently installed bookworm: update-grub2 Generating grub configuration file ... File descriptor 17 (/dev/dri/card0) leaked on vgs invocation. Parent PID 20457

Bug#592834: grub-pc: File descriptor leaked on lvs invocation

2020-08-16 Thread David Ayers
Package: os-prober Version: 1.77 Followup-For: Bug #592834 Dear Maintainer, * What led up to the situation? This message still appears in stable upgrades. * What exactly did you do (or not do) that was effective (or ineffective)? sudo apt full-upgrade * What was the outcome of

Bug#592834: grub-efi-amd64: File descriptor leaked on lvs invocation

2019-08-07 Thread wish42offcl97+bugs . debian . org
ected package memtest86+. (Reading database ... 333955 files and directories currently installed.) Preparing to unpack .../memtest86+_5.01-3+b1_amd64.deb ... Unpacking memtest86+ (5.01-3+b1) ... Setting up memtest86+ (5.01-3+b1) ... Generating grub configuration file ... File descriptor 3 (pipe:[99670]) l

Bug#592834: grub-pc: File descriptor leaked on lvs invocation

2019-01-07 Thread Ντέντος Σταύρος
/etc/kernel/postrm.d/zz-update-grub 4.4.0-140-generic /boot/vmlinuz-4.4.0-140-generic Generating grub configuration file ... File descriptor 11 (/var/lib/dpkg/triggers/linux-update-4.15.0-39-generic (deleted)) leaked on vgs invocation. Parent PID 12417: grub-probe File descriptor 11 (/var/lib/dpkg

Bug#592834: File descriptor leaked

2018-02-24 Thread Dean
/initrd.img-4.14.0-kali3-amd64.old-dkms Making new initrd.img-4.14.0-kali3-amd64 (If next boot fails, revert to initrd.img-4.14.0-kali3-amd64.old-dkms image) update-initramfs.. DKMS: install completed. Setting up grub-efi-amd64 (2.02+dfsg1-1) ... Installing for x86_64-efi platform. File descriptor 3

Bug#592834: grub-pc: File descriptor leaked on lvs invocation

2015-06-30 Thread Jérôme
Hi. I see those messages as well. root@bouzin:/home/jerome# dpkg-reconfigure grub-pc Installing for i386-pc platform. File descriptor 3 (pipe:[1038681]) leaked on vgs invocation. Parent PID 4760: grub-install File descriptor 3 (pipe:[1038681]) leaked on vgs invocation. Parent PID 4760: grub

Bug#592834: grub-pc: File descriptor leaked on lvs invocation

2014-09-23 Thread Ralf Jung
d initrd image: /boot/initrd.img-3.16.3 > Found linux image: /boot/vmlinuz-3.16-2-amd64 > Found initrd image: /boot/initrd.img-3.16-2-amd64 > Found linux image: /boot/vmlinuz-3.15.10 > Found initrd image: /boot/initrd.img-3.15.10 > Found linux image: /boot/vmlinuz-3.14-2-amd64 > Found

Bug#592834: grub-pc: File descriptor leaked on lvs invocation

2013-09-28 Thread Nicolas Le Cam
age: /boot/memtest86+.bin Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin File descriptor 3 (pipe:[55211]) leaked on lvs invocation. Parent PID 15013: /bin/sh No volume groups found done -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (700

Bug#261073: on serial console installs, file descriptor error

2004-07-25 Thread Martin Michlmayr
* Recai Oktas <[EMAIL PROTECTED]> [2004-07-24 06:01]: > Attached is my proposal. It also includes the proper handling of > unicode mode. This works, at least for me. -- Martin Michlmayr [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Bug#261073: on serial console installs, file descriptor error

2004-07-23 Thread Recai Oktas
* Recai Oktas [2004-07-24 04:26:56+0300] [...] > Either we should install S30kbd-chooser to /lib/debian-installer.d/ > (i.e. S31kbd-chooser) or we could completely move it to rootskel > package. I think the former sounds more reasonable as for the package > maintainer convenience. Attached is my

Bug#261073: on serial console installs, file descriptor error

2004-07-23 Thread Recai Oktas
* Martin Michlmayr [2004-07-24 01:45:35+0100] > * Recai Oktas <[EMAIL PROTECTED]> [2004-07-24 00:42]: > > Could you try the patch attached? > > +# Silently exit on a serial console. > > +if [ "$TERM_TYPE" = serial ]; then > > Doesn't work, $TERM_TYPE is not set. This is because TERM_TYPE is set i

Bug#261073: on serial console installs, file descriptor error

2004-07-23 Thread Martin Michlmayr
* Recai Oktas <[EMAIL PROTECTED]> [2004-07-24 00:42]: > Could you try the patch attached? > +# Silently exit on a serial console. > +if [ "$TERM_TYPE" = serial ]; then Doesn't work, $TERM_TYPE is not set. -- Martin Michlmayr [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Bug#261073: on serial console installs, file descriptor error

2004-07-23 Thread Bastian Blank
On Sat, Jul 24, 2004 at 12:42:48AM +0300, Recai Oktas wrote: > Could you try the patch attached? Better disable kbd-chooser on anything than virtual console. Something like | [ "$TERM_TYPE" != virtual ] && exit 0 Bastian -- Time is fluid ... like a river with currents, eddies, backwash.

Bug#261073: on serial console installs, file descriptor error

2004-07-23 Thread Recai Oktas
tag 261073 + patch thanks * Martin Michlmayr [2004-07-23 15:24:20+0100] > Since recently, I get this error about not being able to find a file > descriptor for the console and serial console installs. I thought > kbd-chooser had been completely disabled for serial consle installs, >

Processed: Re: Bug#261073: on serial console installs, file descriptor error

2004-07-23 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tag 261073 + patch Bug#261073: on serial console installs, file descriptor error There were no tags set. Tags added: patch > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system adminis

Bug#261073: on serial console installs, file descriptor error

2004-07-23 Thread Martin Michlmayr
Package: kbd-chooser Version: 0.55 Since recently, I get this error about not being able to find a file descriptor for the console and serial console installs. I thought kbd-chooser had been completely disabled for serial consle installs, but it seem not... umount: /initrd/dev: Invalid argument

descriptor

2004-04-16 Thread keymqc
Isabel @ The cablefilterz will allow you to receive all the channels that you order with your remote control,) payperviews,aXXXmovies,sport events,special-events} http://www.8006hosting.com/cable/ bowfin ,check .