Your message dated Fri, 21 Feb 2025 16:51:39 +0000
with message-id <[email protected]>
and subject line Bug#1095966: fixed in needrestart 3.8-2
has caused the Debian Bug report #1095966,
regarding needrestart: Please add default overrides for qrtr-ns & rmtfs
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.)


-- 
1095966: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1095966
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: needrestart
Version: 3.8-1
Severity: wishlist
Tags: patch upstream
X-Debbugs-Cc: [email protected]

Dear Maintainer,

As reported in #1095222 & #1095223 those services shouldn't be restarted
automatically as the whole device then crashes. This is unfortunately tied to
how Qualcomm processors work and AFAIU cannot be fixed in software.

I have submitted a PR[1] upstream for adding those services, and would like it
to be backported to the current Debian package ASAP in order to fix the
aforementioned bugs.

Attached is a debdiff for creating the needed patch under debian/patches.

Thanks,
Arnaud

[1] https://github.com/liske/needrestart/pull/332


-- Package-specific info:
needrestart output:
Your outdated processes:
bwrap[5299]



-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.12.11-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages needrestart depends on:
ii  dpkg                       1.22.14
ii  gettext-base               0.23.1-1
ii  libintl-perl               1.33-1
ii  libmodule-find-perl        0.16-2
ii  libproc-processtable-perl  0.636-1+b3
ii  libsort-naturally-perl     1.03-4
ii  libterm-readkey-perl       2.38-2+b4
ii  perl                       5.40.0-8
ii  xz-utils                   5.6.3-1+b1

Versions of packages needrestart recommends:
ii  libpam-systemd  257.2-3
ii  systemd         257.2-3

Versions of packages needrestart suggests:
ii  iucode-tool    2.3.1-3
ii  libnotify-bin  0.8.3-1+b2

-- no debconf information
diff -Nru needrestart-3.8/debian/changelog needrestart-3.8/debian/changelog
--- needrestart-3.8/debian/changelog    2024-12-23 11:40:14.000000000 +0100
+++ needrestart-3.8/debian/changelog    2025-02-14 12:12:44.000000000 +0100
@@ -1,3 +1,12 @@
+needrestart (3.8-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add default overrides for qrtr-ns and rmtfs.
+    Backports https://github.com/liske/needrestart/pull/332, fixing
+    #1095222 & #1095223 in the process.
+
+ -- Arnaud Ferraris <[email protected]>  Fri, 14 Feb 2025 12:12:44 +0100
+
 needrestart (3.8-1) unstable; urgency=medium
 
   * Acknowledge all NMUs, thanks for taking care to everyone!
diff -Nru needrestart-3.8/debian/patches/ignore-qrtr-rmtfs.diff 
needrestart-3.8/debian/patches/ignore-qrtr-rmtfs.diff
--- needrestart-3.8/debian/patches/ignore-qrtr-rmtfs.diff       1970-01-01 
01:00:00.000000000 +0100
+++ needrestart-3.8/debian/patches/ignore-qrtr-rmtfs.diff       2025-02-14 
12:10:55.000000000 +0100
@@ -0,0 +1,12 @@
+--- a/ex/needrestart.conf
++++ b/ex/needrestart.conf
+@@ -113,6 +113,9 @@
+     qr(^virtlogd) => 0,
+     qr(^virtlockd) => 0,
+     qr(^docker) => 0,
++    # see Debian bugs #1095222 & #1095223
++    qr(^qrtr-ns) => 0,
++    qr(^rmtfs) => 0,
+ 
+     # systemd stuff
+     # (see also Debian Bug#784238 & #784437)
diff -Nru needrestart-3.8/debian/patches/series 
needrestart-3.8/debian/patches/series
--- needrestart-3.8/debian/patches/series       2024-12-23 11:40:14.000000000 
+0100
+++ needrestart-3.8/debian/patches/series       2025-02-14 12:10:41.000000000 
+0100
@@ -3,3 +3,4 @@
 08-uninitialized-vars-arm.diff
 10-notify-send-timeout.diff
 core-fix-regression-of-false-positives-for-processes.patch
+ignore-qrtr-rmtfs.diff

--- End Message ---
--- Begin Message ---
Source: needrestart
Source-Version: 3.8-2
Done: Patrick Matthäi <[email protected]>

We believe that the bug you reported is fixed in the latest version of
needrestart, 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.
Patrick Matthäi <[email protected]> (supplier of updated needrestart 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: SHA256

Format: 1.8
Date: Fri, 21 Feb 2025 17:12:27 +0100
Source: needrestart
Architecture: source
Version: 3.8-2
Distribution: unstable
Urgency: medium
Maintainer: Patrick Matthäi <[email protected]>
Changed-By: Patrick Matthäi <[email protected]>
Closes: 1095966
Changes:
 needrestart (3.8-2) unstable; urgency=medium
 .
   * Rename patch 11-core-fix-regression-of-false-positives-for-processes.
   * Add default overrides for qrtr-ns and rmtfs. Thanks to Arnaud Ferraris.
     Closes: #1095966
Checksums-Sha1:
 2a2a3e4aa30a1643b94c1309605040dde4b01906 1820 needrestart_3.8-2.dsc
 5ffa2b5617eb96e748b33fadf8e2ecbf9ec22fca 75562 needrestart_3.8.orig.tar.gz
 3fe78ab3f06e0d801a13c1fb3d034c60b68591f5 12964 needrestart_3.8-2.debian.tar.xz
 1c9a703d6728e95c4d6ca67e778cbd0e66182b68 6401 
needrestart_3.8-2_source.buildinfo
Checksums-Sha256:
 2abfbd01ecbf49ee2ced260f1d2115a7c64b97b32a2600656aff641d9ebcd130 1820 
needrestart_3.8-2.dsc
 42664e0b1b98fef1e5e849118b9985ac951516c4d5eb24a7da15d058da647c90 75562 
needrestart_3.8.orig.tar.gz
 a884c0f714641050a09d9976e30fd81e95f9576ceeb76083c96f80bbfe3b6fff 12964 
needrestart_3.8-2.debian.tar.xz
 efe252911f4033fa6e749398e81e57d27af1232eb0678dd1b20cfed23d1d7345 6401 
needrestart_3.8-2_source.buildinfo
Files:
 58f7a45da1a916aa82eed10a3f9b3de8 1820 admin optional needrestart_3.8-2.dsc
 3d317af21fd7492a8f5965df9099ff78 75562 admin optional 
needrestart_3.8.orig.tar.gz
 24fb454c10660ea353095e0e6b58e6fb 12964 admin optional 
needrestart_3.8-2.debian.tar.xz
 caad3159cfc62590e47ecb16aa1b2b8f 6401 admin optional 
needrestart_3.8-2_source.buildinfo

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

iQIzBAEBCAAdFiEEWKA9xYJCWk3IuQ4TEtmwSpDL2OQFAme4p98ACgkQEtmwSpDL
2OR6sw/+MlkhsTgw5u12flvojryLOh+Mmxc3D/5Td6FbrgreDJTUaZLu4zBLflAZ
fqAWWqyFoFiWOyI0oaJaUR7kwTEz44pcrb4bpO/aeIMdTteI0lFyGie4I2FTisCI
3JCNmT+Cmac8AodhbLHCsji7jUcXuy+GP4Rmv78MJbGU95vOfZV1GEhv37PQOd8a
wcw0didcF0XWb/9PhVIEGU4gWuFLtyUl2jemtJd89dcQ81icdv+utiDjiTY2WPyX
bNXpRq1ERv5DDFQaFfFdD/aLrkV63OGor3JWlgU0G2D333Lq8xZ+97TjzrYA9Kec
w5Cxl4mgaWVNBouxPd+f93gcKcEPoC+YNwCKWlFNSou0tFRk13qgwY5nHXHoGE/x
1sTEMncmkc/KdnmOhXdEmlHfA2Fy3iuUASzINlRiKF4gj5chzF0btR6HMdAWrgJ9
yjG18x2U0udjQlBz/jitgXl4wHsv5ZtSWDdCftHlm8PFH3E9++k0MXeoEAvW8tig
1A3VsDLBd210ayuuvVNp9dPolJ98CdcVardB6zv6BUFhDvUMoej3pJe+Gj5ugAfp
zxjIKi50EYe9+rcWrbvPprBtqHSQjIEtNDiWpkWyU6hNIoomsz3clxJG/afP/iun
WEklXXFYBrE78d6f8ubtBHLoPWtxLuuZR9lx81JqDCfCYvPvIU4=
=10Gj
-----END PGP SIGNATURE-----

Attachment: pgpe2wOCEKOMQ.pgp
Description: PGP signature


--- End Message ---

Reply via email to