On Sun, Jan 14, 2018 at 08:11:31PM +0100, Helmut Grohne wrote:
> Package: sosreport
[...]
> /usr/share/sosreport/sos/plugins/cman.py contains debugfs. According to file 
> it is a C++ source, ASCII text
> /usr/share/sosreport/sos/plugins/dlm.py contains debugfs. According to file 
> it is a C++ source, ASCII text
> /usr/share/sosreport/sos/plugins/filesys.py contains dumpe2fs. According to 
> file it is a C++ source, ASCII text
> /usr/share/sosreport/sos/plugins/gfs2.py contains debugfs. According to file 
> it is a C++ source, ASCII text
> /usr/share/sosreport/sos/plugins/kvm.py contains debugfs. According to file 
> it is a C++ source, ASCII text
[...]

All the debugfs matches seems to be false positives, but filesys.py is
interesting.

The following commands seems to be used (but I'm not sure exactly what
the impact of them missing are, if only the information will be missing
from report or complete failure):
mount, df, findmnt, lsof, dumpe2fs

It thus looks like the package might need to add the following dependencies:
mount, lsof, e2fsprogs

If command failure is ok, then a recommends might be more suitable.
Would be great to hear something from the maintainer on this matter.

Regards,
Andreas Henriksson

Reply via email to