Your message dated Sat, 11 Jul 2026 14:49:26 +0000
with message-id <[email protected]>
and subject line Bug#1136553: fixed in phpsysinfo 3.4.4-2
has caused the Debian Bug report #1136553,
regarding phpsysinfo 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.)
--
1136553: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1136553
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: phpsysinfo
Version: 3.4.4-1
Usertags: pidof-without-procps
Dear maintainer(s) of phpsysinfo,
it appears that phpsysinfo 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 phpsysinfo
that use `pidof` at runtime;
* via the `Build-Depends:` field of phpsysinfo, 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 phpsysinfo, 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 phpsysinfo uses `pidof` due to the following
code snippets:
```
path: phpsysinfo_3.4.4-1/plugins/psstatus/class.psstatus.inc.php
} else {
foreach ($processes as $process) {
CommonFunctions::executeProgram("pidof", "-s -x
\"".$process."\"", $buffer, PSI_DEBUG);
if (strlen($buffer) > 0) {
$this->_filecontent[] = array($process,
$buffer);
```
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: phpsysinfo
Source-Version: 3.4.4-2
Done: William Desportes <[email protected]>
We believe that the bug you reported is fixed in the latest version of
phpsysinfo, 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.
William Desportes <[email protected]> (supplier of updated phpsysinfo 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: Sat, 11 Jul 2026 16:13:35 +0200
Source: phpsysinfo
Architecture: source
Version: 3.4.4-2
Distribution: unstable
Urgency: medium
Maintainer: William Desportes <[email protected]>
Changed-By: William Desportes <[email protected]>
Closes: 1106339 1136553 1139483
Changes:
phpsysinfo (3.4.4-2) unstable; urgency=medium
.
[ William Desportes ]
* Remove duplicated --headless option
* Remove now default Priority: optional
* Remove now default Rules-Requires-Root: no
* Add a README.Debian for the Apparmor profile
* Read test system data from a captured filesystem via PSI_ROOTFS
(Closes: #1139483)
* Dump the ChromeDriver verbose log on selenium session failure
* Add psstatus_plugin autopkgtest exercising pidof
* Suggest procps and depend on it in the psstatus autopkgtest
(Closes: #1136553)
.
[ Carles Pina i Estany ]
* Added po-debconf Catalan translation (Closes: #1106339)
Checksums-Sha1:
315f54905ac7c39a556bf35b85921dae366b6fa1 1604 phpsysinfo_3.4.4-2.dsc
5ef99f323818da0024ab67e25a67acced2000d56 1109842 phpsysinfo_3.4.4.orig.tar.gz
f67a7329d2274684dfef358d162ef64fb5dbe4ca 37928 phpsysinfo_3.4.4-2.debian.tar.xz
dd65969aafcefa0588d826ca144f7beada1d0ed3 11787
phpsysinfo_3.4.4-2_source.buildinfo
Checksums-Sha256:
8e0befe95c2f4fc4d486234080b91920ac385fcacd4bd212075680bf65fa17cb 1604
phpsysinfo_3.4.4-2.dsc
fab71f09a09881c7fab78f452b4da907e306a5f34069cdeb94f7d1adcbcfac0e 1109842
phpsysinfo_3.4.4.orig.tar.gz
ef2bcb71377d7f0143cb980ec93c93486c645af0f74c299206288370c603e17d 37928
phpsysinfo_3.4.4-2.debian.tar.xz
a51f2793c48121f72f1e09b5d3b57eea81799063977962d8acb5097964ac08cf 11787
phpsysinfo_3.4.4-2_source.buildinfo
Files:
7305a678219128ae68bca3f3d7b15e88 1604 web optional phpsysinfo_3.4.4-2.dsc
6f068194d7e264d5011856d62092988d 1109842 web optional
phpsysinfo_3.4.4.orig.tar.gz
319b3f78932ea8932023b2a671711c24 37928 web optional
phpsysinfo_3.4.4-2.debian.tar.xz
72e10a2a0c2b5ef7d037808e4e8e8679 11787 web optional
phpsysinfo_3.4.4-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQTUOpr7jDz/A89V91JwaE9HF9SaMQUCalJSjgAKCRBwaE9HF9Sa
Me8CAP9MLp01SJPmxhYERenRtYqAoesyQynb3SoyTq1NgEnQyQEAxAb25N6x2nyS
qU5go3/GAj/5uQCkjCwiOGLyQ5u7oww=
=HfzK
-----END PGP SIGNATURE-----
pgpO5lO5OphqK.pgp
Description: PGP signature
--- End Message ---