On Sat, Sep 14, 2019 at 02:42:29PM +0200, Thorsten Glaser wrote:
> Package: e2fsprogs
> Version: 1.45.3-4
> Severity: minor
> 
> From: Cron Daemon <r...@tglase.lan.tarent.de>
> Message-ID: <20190914011004.3afc6220...@tglase.lan.tarent.de>
> To: r...@tglase.lan.tarent.de
> Date: Sat, 14 Sep 2019 03:10:04 +0200 (CEST)
> Subject: Cron <root@tglase> test -e /run/systemd/system || SERVICE_MODE=1 
> /sbin/e2scrub_all -A -r
> 
> File descriptor 3 (pipe:[24666004]) leaked on lvs invocation. Parent PID 
> 17610: /bin/bash

I believe this is a bug in cron or lvm, in that cron fd 3 open for
some unknown reason.  And then LVM whines about it.  See:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581339
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466138
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432986

The simplest way to work around this should be to add to the following
command to the beginning of /sbin/e2scrub_all:

exec 3<&-

Can you confirm this fixes things for you?

Thanks,

                                                - Ted
                                                

Reply via email to