Your message dated Mon, 08 Jun 2026 17:17:38 +0300
with message-id <[email protected]>
and subject line Re: Bug#1136582: saunafs uses pidof but does not depend on 
procps
has caused the Debian Bug report #1136582,
regarding saunafs uses pidof but does not depend on procps
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1136582: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1136582
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: saunafs
Version: 5.8.0-1
Usertags: pidof-without-procps

Dear maintainer(s) of saunafs,

it appears that saunafs uses `pidof` in its testsuite, or that
at least one of its binary packages uses `pidof` at runtime.
Historically, `pidof` was provided by the Essential package
`sysvinit-tools`, making an explicit dependency unnecessary. However
`pidof` will soon be moved to `procps` and will no longer be part of
the Essential set.

Please add an explicit dependency on `procps`:

* via the `Depends:` field of all binary packages of saunafs
  that use `pidof` at runtime;
* via the `Build-Depends:` field of saunafs, if `pidof` is
  used in tests run at build-time;
* via the `Depends:` field of `debian/control/tests`, if `pidof` is
  used in autopkgtests.

To prevent any disruption for users of saunafs, please add
this dependency now, before `pidof` is moved from `sysvinit-utils` to
`procps`. Alternatively, you could remove all uses of `pidof`.

It is believed that saunafs uses `pidof` due to the following
code snippets:

```
path: saunafs_5.1.2-1/tests/tools/ganesha.sh
        fi
        rpcbind_pid=$(pidof rpcbind)
        # Check if rpcbind is running and restart it
```

Feel free to close this issue if this is a false positive (for example
if this code is in an unreachable code path).

Regards,

-- 
Gioele Barabucci

--- End Message ---
--- Begin Message ---
Hi Gioele!


On Thu May 14, 2026 at 2:32 AM EEST, Gioele Barabucci wrote:
> it appears that saunafs uses `pidof` in its testsuite, or that
> at least one of its binary packages uses `pidof` at runtime.
> Historically, `pidof` was provided by the Essential package
> `sysvinit-tools`, making an explicit dependency unnecessary. However
> `pidof` will soon be moved to `procps` and will no longer be part of
> the Essential set.
>

This should not be a problem right now, as it's only used for tests, and
tests are disabled at build time. Eventually, it would be great to have
autopkgtests also run these tests, but right now there isn't any at the
moment.

I'm closing this as a false positive, but I am creating a new issue
regarding having autopkgtests for the tests. I'm not sure about whether
`pidof` will be needed still, as the tests that requires it tests
against `nfs-ganesha` library that is currently not being build in
Debian.

Best regards,
Urmas Rist

--- End Message ---

Reply via email to