Your message dated Tue, 19 May 2026 07:19:08 +0000
with message-id <[email protected]>
and subject line Bug#1136547: fixed in ovn 26.03.0-5
has caused the Debian Bug report #1136547,
regarding ovn 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.)


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

Dear maintainer(s) of ovn,

it appears that ovn 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 ovn
  that use `pidof` at runtime;
* via the `Build-Depends:` field of ovn, 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 ovn, 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 ovn uses `pidof` due to the following
code snippets:

```
path: ovn_26.03.0~git20260216.b543a88-4/tests/system-ovn.at
])
kill $(pidof tcpdump)
rm -f reject.tcpdump


path: ovn_26.03.0~git20260216.b543a88-4/tests/system-ovn.at
])
kill $(pidof tcpdump)
rm -f *.tcpdump
# Now test for IPv6 UDP.


path: ovn_26.03.0~git20260216.b543a88-4/tests/system-ovn.at
NS_CHECK_EXEC([server], [tcpdump -l -nvv -i s1  udp > pkt.pcap 2>tcpdump_err &])
OVS_WAIT_UNTIL([grep "listening" tcpdump_err])
on_exit 'kill $(pidof tcpdump)'
NS_CHECK_EXEC([sw01], [dhclient -1 -q -lf $DHCP_TEST_DIR/dhclient-sw01.lease 
-pf $DHCP_TEST_DIR/dhclient-sw01.pid -cf $DHCP_TEST_DIR/dhclien.conf sw01])


path: ovn_26.03.0~git20260216.b543a88-4/tests/system-ovn.at
])
kill $(pidof tcpdump)
OVN_CLEANUP_CONTROLLER([hv1])


path: ovn_26.03.0~git20260216.b543a88-4/tests/system-ovn.at
NETNS_START_TCPDUMP([server], [-nni s1 udp port 3784 -Q in], [bfd])
sleep 5
kill $(pidof tcpdump)
AT_CHECK([grep -qi bfd bfd.tcpdump],[1])


path: ovn_26.03.0~git20260216.b543a88-4/tests/system-ovn.at
])
kill $(pidof tcpdump)
check ovn-nbctl --apply-after-lb acl-add sw1 from-lport 1004 "ip" allow-related


path: ovn_26.03.0~git20260216.b543a88-4/tests/system-ovn.at
AS_BOX([initial ping])
# Send ping in background. Same ping, same flow throughout the test
on_exit 'kill $(pidof ping)'
NS_EXEC([vm1], [ping -c 10000 -i 0.1 30.0.0.1 > icmp.txt &])


path: ovn_26.03.0~git20260216.b543a88-4/tests/system-ovn.at
NS_CHECK_EXEC([server], [tcpdump -l -nvv -i s1  icmp > pkt.pcap 2>tcpdump_err 
&])
OVS_WAIT_UNTIL([grep "listening" tcpdump_err])
on_exit 'kill $(pidof tcpdump)'
NS_CHECK_EXEC([sw01], [ping -q -c 2 -i 0.2 -w 2 172.16.1.1 | FORMAT_PING],
```

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 ---
Source: ovn
Source-Version: 26.03.0-5
Done: Thomas Goirand <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ovn, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <[email protected]> (supplier of updated ovn package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 19 May 2026 08:53:05 +0200
Source: ovn
Architecture: source
Version: 26.03.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1136547
Changes:
 ovn (26.03.0-5) unstable; urgency=medium
 .
   * Depends on procps (Closes: #1136547).
Checksums-Sha1:
 be1c9a35c3af79b1a7f51fcb823745b7ca7f7d2a 3156 ovn_26.03.0-5.dsc
 dbe7252296db3355011c0f6bb3923c872282a872 23908 ovn_26.03.0-5.debian.tar.xz
 2e7d760317b0e2b94bece25b9d9a22cefd40f61c 14234 ovn_26.03.0-5_amd64.buildinfo
Checksums-Sha256:
 4f67af078a7ed31155c3feebf594cb9e29bacc5e324d62aba3113c1cbe36edca 3156 
ovn_26.03.0-5.dsc
 1f0317345dbcf14859e514f8d1823181525bd4a9533f6e6e021aab4452894b0c 23908 
ovn_26.03.0-5.debian.tar.xz
 79831ffa6526f7f1dd370fe3185f5b809d870265cd3faaa1aa4dcac4360e9202 14234 
ovn_26.03.0-5_amd64.buildinfo
Files:
 f026d2e3d2e034a570f31d6565eadcdc 3156 net optional ovn_26.03.0-5.dsc
 452260ec824566153fa58c22d2345241 23908 net optional ovn_26.03.0-5.debian.tar.xz
 fd268d8e6eadb1905c4bc57c5a2df38f 14234 net optional 
ovn_26.03.0-5_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmoMChMACgkQ1BatFaxr
Q/6yXw/8CAHgXEWdNBQ2muH3Ok7P9y9Y/MVvhVw1vx2xlNc4xMuh666gfe8KgH3S
BR0GvawV4x8bnJubpMFbWhHfZCcFGaMkCC3+vh0aSr27OnTSgx6eaRj19oKWZK+u
LSA9Ro8FfP1wdKZ9cpVDZvGzUhFCAM0TPu1B/xnB7yIRYv48XjJF0Wm5guso07ZW
qXbqxbDoKtrFhv3QXI+0gOgbWR9y9D0lmD7DX1j5m3/VjcSHqK9/YJSrkcJDy5kR
6v3Jh5kf2wQWLPlWfsIZVrn5yYRQ4v73f1t96a085mBeRx36uY24TABjn5ja20n4
MzaWDiHR2hvczzjwG5wjcjHqdIqMM2gDojVIzgrHjjg5iF61/I2bGSwNEeB8pz+g
AA6ZsI0jDEzKQYPmQws//zvEaIS9rTvJzj06vSY7PvLNdhTQkQq5x5klaCqIw0c2
WTrUOpuGLVzrqRwfd3a1ZPEecMsL5PknjXJ9Z3eqVr3nS7NJw9Xmj78Stt5qYPLJ
/CK25sbiAN+kAH2pFtOONdIE+3FhhHUhYis1A7S1RJU/8h9jA2qK/m93REkW6zow
3JnNBZX8y3ho52BGOmAr5wz7WLVAdE3bgBr1O7o09AVwcxGSjTMKhIoPsz3wvDGb
xsvkhQjEEUDAzf+U7GwLviKtgR10fEIhu3gh5vYrOhVBFofoglU=
=47oV
-----END PGP SIGNATURE-----

Attachment: pgpNUtgRak2SH.pgp
Description: PGP signature


--- End Message ---

Reply via email to