[From nobody Wed May 27 14:47:06 2026
Received: (at 1136600-done) by bugs.debian.org; 27 May 2026 13:45:59 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-5.0 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 19; hammy, 140; neutral, 31; spammy,
 0. spammytokens:
 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;andreas@fatal.se&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:47680)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;andreas@fatal.se&gt;) id 1wSEa6-00AH3Q-2c
 for 1136600-done@bugs.debian.org; Wed, 27 May 2026 13:45:59 +0000
Received: from authenticated-user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;andreas@fatal.se&gt;) id 1wSEa3-003Cka-3A;
 Wed, 27 May 2026 13:45:56 +0000
Received: from m1pro (h-98-128-136-14.A980.corp.bahnhof.se [98.128.136.14])
 by pi.fatal.se (Postfix) with ESMTPSA id ACE15FB;
 Wed, 27 May 2026 13:45:54 +0000 (UTC)
Date: Wed, 27 May 2026 15:45:50 +0200
From: Andreas Henriksson &lt;andreas@fatal.se&gt;
To: Gioele Barabucci &lt;gioele@debian.org&gt;, 1136600-done@bugs.debian.org
Subject: Re: udisks2 uses pidof but does not depend on procps
Message-ID: &lt;t7z6axbtoof5i5tbfw2cl764bufmlvz6rlcdp2cdh6ixpohsxi@ubjg3iic7djo&gt;
References: &lt;77aafab1df6ed5156c459ec9456e6c7f@debian.org&gt;
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: &lt;77aafab1df6ed5156c459ec9456e6c7f@debian.org&gt;
X-Debian-User: ah

On Thu, May 14, 2026 at 01:33:20AM +0200, Gioele Barabucci wrote:
&gt; Source: udisks2
&gt; Version: 2.11.1-1
&gt; Usertags: pidof-without-procps
[...]
&gt; 
&gt; ```
&gt; path: udisks2_2.11.1-1/src/tests/dbus-tests/test_19_lsm.py
&gt;         # check that lsmd is running
&gt;         ret, _out = cls.run_command('pidof lsmd')
&gt;         if ret != 0:
&gt;             udiskstestcase.UdisksTestCase.tearDownClass()
&gt; ```
&gt; 
&gt; Feel free to close this issue if this is a false positive (for example
&gt; if this code is in an unreachable code path).

The package is not build with --enable-lsm (or --enable-modules or
--enable-available-modules), thus this particular test is unused.

We also completely lack the libStorageMgmt in Debian needed for
--enable-lsm so it's not likely it will get enabled any time soon either.

I'm thus taking the liberty of concluding I can close this bug report.

Regards,
Andreas Henriksson]