Your message dated Thu, 14 May 2026 16:48:51 +0000
with message-id <[email protected]>
and subject line Bug#1136482: fixed in clonezilla 5.15.31-1
has caused the Debian Bug report #1136482,
regarding clonezilla 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.)


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

Dear maintainer(s) of clonezilla,

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

```
path: clonezilla_5.15.4-1/sbin/ocs-srv-live
  dhcpd_pid="$(LC_ALL=C pidof dhcpd || LC_ALL=C pidof dhcpd3 || LC_ALL=C pidof 
dnsmasq)"
  tftpd_pid="$(LC_ALL=C pidof in.tftpd || LC_ALL=C pidof dnsmasq)"
  unfsd_pid="$(LC_ALL=C pidof unfsd)"
  nfsd_pid="$(LC_ALL=C pidof nfsd)"
  if [ -z "$dhcpd_pid" -o -z "$tftpd_pid" ] || [ -z "$unfsd_pid" -a -z 
"$nfsd_pid" ]; then


path: clonezilla_5.15.4-1/setup/files/ocs/ocs-run
       *select_in_client*)
         # For Ubuntu < 13.10, the plymouthd might be running even we force to 
disable it in /etc/init/plymouth.conf. Therefore we force to stop it before 
running clonezilla dialog menu. Otherwise the keyboard will have problem.
         if [ -n "$(pidof plymouthd)" ]; then
           /bin/plymouth quit
         fi


path: clonezilla_5.15.4-1/sbin/ocs-prep-repo
    modprobe nfs
  fi
  pid_rpcbind="$(LC_ALL=C pidof rpcbind)"
  if [ -z "$pid_rpcbind" ]; then
    echo "Service rpcbind is necesary for NFS client. Start it now..."


path: clonezilla_5.15.4-1/sbin/ocs-prep-repo
  fi
  # We assume nfs-common only runs rpc.statd (for NFS3), no rpc.lockd. This is 
true for modern kernel (>=2.4).
  pid_rpc_statd="$(LC_ALL=C pidof rpc.statd)"
  if [ -z "$pid_rpc_statd" ]; then
    if [ -e /etc/init.d/nfs-common ]; then
```

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: clonezilla
Source-Version: 5.15.31-1
Done: Georges Khaznadar <[email protected]>

We believe that the bug you reported is fixed in the latest version of
clonezilla, 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.
Georges Khaznadar <[email protected]> (supplier of updated clonezilla 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: Thu, 14 May 2026 18:16:20 +0200
Source: clonezilla
Architecture: source
Version: 5.15.31-1
Distribution: unstable
Urgency: medium
Maintainer: Georges Khaznadar <[email protected]>
Changed-By: Georges Khaznadar <[email protected]>
Closes: 1136482
Changes:
 clonezilla (5.15.31-1) unstable; urgency=medium
 .
   * bumped Standards-Version: 4.7.3
   * added a dependency on procps. Closes: #1136482
   * New upstream version 5.15.31
Checksums-Sha1:
 d6cb7801af8fb29771c99a7eb149f7666e85c80c 1992 clonezilla_5.15.31-1.dsc
 c3292530bd72099b0fb220d364938526b76fbaee 982896 clonezilla_5.15.31.orig.tar.xz
 be30181066c9baf0ad1bd231f8b7a42f10a88601 6700 
clonezilla_5.15.31-1.debian.tar.xz
 3f4f05bd28df548220fa97a73ffa7af00ed30aac 5422 
clonezilla_5.15.31-1_source.buildinfo
Checksums-Sha256:
 def74bb918527533e051563900439eb89c82a10dea5625d106a74952ed05ee13 1992 
clonezilla_5.15.31-1.dsc
 25b1fc402749db7ba36eeb8709d77012f13022b9694cccf5a964d848a768e988 982896 
clonezilla_5.15.31.orig.tar.xz
 72ba2a6dd97db77634392b6a92933b9ecb867f5c86783af0abe121d5f984ee40 6700 
clonezilla_5.15.31-1.debian.tar.xz
 dfd2a2dd91db7f19d9856e88b0cc62f1d0654446caddc380d9170dd028ecd44b 5422 
clonezilla_5.15.31-1_source.buildinfo
Files:
 b39ca871371a7a0dcd135bc6882ecdc8 1992 admin optional clonezilla_5.15.31-1.dsc
 6ab410ca933e47c6da6457cea876971e 982896 admin optional 
clonezilla_5.15.31.orig.tar.xz
 88d58509c39e9eb0bf8975622257760e 6700 admin optional 
clonezilla_5.15.31-1.debian.tar.xz
 35abe08d4512e8dec945e0a7ae06a745 5422 admin optional 
clonezilla_5.15.31-1_source.buildinfo

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

iQJIBAEBCgAyFiEEM0CzZP9nFT+3zK6FHCgWkHE2rjkFAmoF9xwUHGdlb3JnZXNr
QGRlYmlhbi5vcmcACgkQHCgWkHE2rjmYthAAk438JsQ7qHpl6t7T7UVKU3nZcW/a
H27uTje25tf2WsUcC5DggMLyYLNtognumyqQaSsBezv+AJcO+WaxNCQxg8QBcQHG
exxzwx5EzU21i9JyZHTncPrpwOAVWuFnyI2k9uUQk+KgRqJIhY5zpozcP9xLCdki
dXOFudDHtob5AVRq2VaevbrKJxibBN+ayepM+MJSy3Vd3DXVVog0U46guBGSriej
6K58iBDAgKYahY3PxBEzEtVwFMS9rzbjuneNeXJySK3ZDfWNFImfOGTsVyOEtMOH
WbaXua8zgfhJY3e2fzLYb/UIHAb5BnYRuOKse9L0hPknbhAbkPRzhKLGE2u1ADic
XWoG9tDxqiEOZ5DZTy160NwiFHzyHWbuP/IFdHE/qETNRtlRi30h2XiN7vnWv5q+
eOK0Xe13Rz9D3O1UFGP4LDGWZGP76mjFp+Ob25SY8JC1oNey5lpD3YBo5SV/rNZR
YB/T/fgyLgBHjVzhFuAhjoGqTgCubWjjKGV7he5Y+cl10GuUlPwW9jwpjk3aa7Zt
sTJGWCnNFKfbgRSPIWQWrnWiCACKdZwGKeLu84tQvTRaPyAc/oiRVwPs+3fxEiX3
j4DRVyF1vCGtTZBElOm8F/ERH/nZcokHv2oFxjkXiL/8wLsW/Qg3S1ewbgv7E88C
HvskjqD9zes/TdU=
=r8Jf
-----END PGP SIGNATURE-----

Attachment: pgpJujl53BQpS.pgp
Description: PGP signature


--- End Message ---

Reply via email to