Your message dated Mon, 11 Feb 2019 10:20:10 +0000
with message-id <[email protected]>
and subject line Bug#898818: fixed in needrestart 3.4-1
has caused the Debian Bug report #898818,
regarding systemd-journald can be restarted since systemd v233
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.)


-- 
898818: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898818
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: needrestart
Version: 3.1-1
Severity: normal
Tags: upstream

Since systemd v233 (and probably v232 too), it is safe to restart 
systemd-journald as it now store fds.

The following line can be commented:
    qr(^systemd-journald) => 0,

Note:
- stretch has systemd v232
- testing/buster has v238

Refs:
- 
https://salsa.debian.org/systemd-team/systemd/commit/75c7beacfdc9835a7a04a4a80e68a9ed2efdf419
- https://github.com/systemd/systemd/pull/4456
- https://bugs.debian.org/851438

-- Package-specific info:
needrestart output:
Your outdated processes:
at-spi-bus-laun[2140], at-spi2-registr[2148], bash[21612, 8749], 
dbus-daemon[2083, 2145], dconf-service[2474], evolution-addre[2502, 2488], 
evolution-alarm[2378], evolution-calen[2466, 2398], evolution-sourc[2216], 
gdm-x-session[2071], gnome-documents[4405], gnome-session-b[2086], 
gnome-shell[2166], gnome-shell-cal[2210], gnome-software[2379], 
gnome-terminal-[4421], goa-daemon[2225], goa-identity-se[2264], 
gsd-a11y-settin[2298], gsd-clipboard[2296], gsd-color[2297], 
gsd-datetime[2304], gsd-disk-utilit[2369], gsd-housekeepin[2299], 
gsd-keyboard[2301], gsd-media-keys[2313], gsd-mouse[2306], gsd-power[2270], 
gsd-print-notif[2273], gsd-printer[2333], gsd-rfkill[2274], 
gsd-screensaver[2275], gsd-sharing[2277], gsd-smartcard[2279], gsd-sound[2282], 
gsd-wacom[2286], gsd-xsettings[2287], gvfs-afc-volume[2247], gvfsd[2178], 
gvfsd-burn[4558], gvfsd-fuse[2183], gvfsd-metadata[2583], gvfsd-trash[4457], 
gvfs-goa-volume[2252], gvfs-gphoto2-vo[2243], gvfs-mtp-volume[2238], 
gvfs-udisks2-vo[2230], mission-control[2229], pulseaudio[2199], systemd[2053], 
telepathy-logge[4512], tracker-extract[2366], tracker-miner-a[2386], 
tracker-miner-f[2373], tracker-store[2397], Xorg[2073], zeitgeist-daemo[2433], 
zeitgeist-datah[2392], zeitgeist-fts[2444]



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.16.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8), 
LANGUAGE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages needrestart depends on:
ii  binutils                   2.30-15
ii  dpkg                       1.19.0.5+b1
ii  gettext-base               0.19.8.1-6+b1
ii  libintl-perl               1.26-2
ii  libmodule-find-perl        0.13-1
ii  libmodule-scandeps-perl    1.24-1
ii  libproc-processtable-perl  0.55-1
ii  libsort-naturally-perl     1.03-2
ii  libterm-readkey-perl       2.37-1+b2
ii  perl                       5.26.2-3
ii  xz-utils                   5.2.2-1.3

Versions of packages needrestart recommends:
ii  libpam-systemd  238-4

Versions of packages needrestart suggests:
ii  iucode-tool                          2.3.1-1
pn  needrestart-session | libnotify-bin  <none>

-- Configuration Files:
/etc/needrestart/needrestart.conf changed:
$nrconf{blacklist} = [
    # ignore sudo (not a daemon)
    qr(^/usr/bin/sudo(\.dpkg-new)?$),
    # ignore DHCP clients
    qr(^/sbin/(dhclient|dhcpcd5|pump|udhcpc)(\.dpkg-new)?$),
    # ignore apt-get (Debian Bug#784237)
    qr(^/usr/bin/apt-get(\.dpkg-new)?$),
];
$nrconf{override_rc} = {
    # DBus
    qr(^dbus) => 0,
    # display managers
    qr(^gdm) => 0,
    qr(^kdm) => 0,
    qr(^nodm) => 0,
    qr(^sddm) => 0,
    qr(^wdm) => 0,
    qr(^xdm) => 0,
    qr(^lightdm) => 0,
    qr(^slim) => 0,
    qr(^lxdm) => 0,
    # networking stuff
    qr(^bird) => 0,
    qr(^network-manager) => 0,
    #MP: qr(^NetworkManager) => 0,
    qr(^wpa_supplicant) => 0,
    qr(^openvpn) => 0,
    qr(^quagga) => 0,
    qr(^tinc) => 0,
    qr(^(open|free|libre|strong)swan) => 0,
    # gettys
    qr(^getty@.+\.service) => 0,
    # systemd --user
    qr(^user@\d+\.service) => 0,
    # misc
    qr(^zfs-fuse) => 0,
    qr(^mythtv-backend) => 0,
    qr(^xendomains) => 0,
    qr(^lxcfs) => 0,
    qr(^libvirt) => 0,
    qr(^docker) => 0,
    # workaround for broken systemd-journald
    # (see also Debian Bug#771122 & #771254)
    #MP: qr(^systemd-journald) => 0,
    # more systemd stuff
    # (see also Debian Bug#784238 & #784437)
    qr(^emergency\.service$) => 0,
    qr(^rescue\.service$) => 0,
    # do not restart oneshot services, see #862840
    qr(^apt-daily\.service$) => 0,
    qr(^apt-daily-upgrade\.service$) => 0,
    qr(^unattended-upgrades\.service$) => 0,
    # ignore rc-local.service, see #852864
    qr(^rc-local\.service$) => 0,
    # don't restart systemd-logind, see #798097
    qr(^systemd-logind) => 0,
};
$nrconf{override_cont} = {
};
$nrconf{blacklist_interp} = [
    # ignore temporary files
    qr(^/tmp/),
    qr(^/var/),
    qr(^/run/),
];
$nrconf{blacklist_mappings} = [
    # special device paths
    qr(^/(SYSV00000000( \(deleted\))?|drm(\s|$)|dev/)),
    # aio(7) mapping
    qr(^/\[aio\]),
    # Oil Runtime Compiler's JIT files
    qr#/orcexec\.[\w\d]+( \(deleted\))?$#,
    # plasmashell (issue #65)
    qr(/#\d+( \(deleted\))?$),
    # Java Native Access
    qr#/tmp/jna--#,
    # Java Foreign Function Interface
    qr#^/tmp/jffi#,
];
$nrconf{skip_mapfiles} = (-d '/proc/sys/kernel/grsecurity' ? -1 : 0);
if(-d q(/etc/needrestart/conf.d)) {
      foreach my $fn (sort </etc/needrestart/conf.d/*.conf>) {
              print STDERR "$LOGPREF eval $fn\n" if($nrconf{verbose});
              eval do { local(@ARGV, $/) = $fn; <>};
              die "Error parsing $fn: $@" if($@);
      }
}


-- no debconf information

--- End Message ---
--- Begin Message ---
Source: needrestart
Source-Version: 3.4-1

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: Mon, 11 Feb 2019 10:05:34 +0100
Source: needrestart
Binary: needrestart
Architecture: source all
Version: 3.4-1
Distribution: unstable
Urgency: medium
Maintainer: Patrick Matthäi <[email protected]>
Changed-By: Patrick Matthäi <[email protected]>
Description:
 needrestart - check which daemons need to be restarted after library upgrades
Closes: 898818 906958 907372 914753 916845 917073
Changes:
 needrestart (3.4-1) unstable; urgency=medium
 .
   * New upstream release.
     - Skip needrestart in apt hook if system is shutting down.
       Closes: #914753
     - Do restart systemd-journald again.
       Closes: #898818
     - Complains when the microcode is newer than what Debian has.
       Closes: #906958
     - Complains about microcode updates on systems with microcode for multiple
       CPUs in initramfs.
       Closes: #907372
     - Do not restart oneshot services from systemd-cron.
       Closes: #917073
   * Bump Standards-Version to 4.3.0.
   * Add ex/nagios/needrestart-nagios as documentation example.
     Closes: #916845
   * Bump debian/compat to level 12.
Checksums-Sha1:
 b3c3a3a97b5d1a3babb020ea73587ba4eacc1ed0 1759 needrestart_3.4-1.dsc
 904822a8fda02530660c91c81fdc34259b9d24b9 63219 needrestart_3.4.orig.tar.gz
 0416f1f3768d54b78c6ef1aec1ebfc6e371a9896 8156 needrestart_3.4-1.debian.tar.xz
 0324b120fc37d2c865224b762ea63de9c94d5e4c 57120 needrestart_3.4-1_all.deb
 15e61dcbcd19fdd5e2202a0c5f8c3f0cc9c7db76 6088 needrestart_3.4-1_amd64.buildinfo
Checksums-Sha256:
 30b31729007849d36987f89954131d053c79bd0d599f975bd6d79b103e477fa6 1759 
needrestart_3.4-1.dsc
 e19dc223938c1a97277b7efdcab188bfa82618d259a8cb026414f5df5088b90f 63219 
needrestart_3.4.orig.tar.gz
 3e3edd2f21e19bd0d840d2caddc2de6dfc66435c994f89e37a98cb3cac4d5123 8156 
needrestart_3.4-1.debian.tar.xz
 7401e75d383fcc2d3a0abf82147671a387045a5891adadac3f5186d767dd3dfd 57120 
needrestart_3.4-1_all.deb
 39451370204a698734b3353ce00c3193c9df773af93175ea37b54653c5b11df8 6088 
needrestart_3.4-1_amd64.buildinfo
Files:
 d3bfbabacd6ec6b53a758f882a5c8f0f 1759 admin optional needrestart_3.4-1.dsc
 1c9cf54f1f677286b54a6affb834d823 63219 admin optional 
needrestart_3.4.orig.tar.gz
 374654a156095db1d91693d91b06bcbb 8156 admin optional 
needrestart_3.4-1.debian.tar.xz
 be11ed17b69a9997877499c8a11b39b2 57120 admin optional needrestart_3.4-1_all.deb
 d76dd27ed5bcec3ad1b881930ce8e86a 6088 admin optional 
needrestart_3.4-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEWKA9xYJCWk3IuQ4TEtmwSpDL2OQFAlxhRrEACgkQEtmwSpDL
2OSaRBAAmEk2eOmMgEPf1VWRsDlXM9Ge/VsHQd8KMjFfL7WeH3FDT01iBmadmyT0
RXEVyNFHTYZWHCeeqvsyMsuelMjc6d748/pfeP11I+Txf/lc9+LsRYAKaoqDLRNJ
wOgjpdpuYk+CnEqMf6wBUy6cQInfqmZLPQ4UxBlxCRTIlbK5u25wfkn2GMMe4uPd
oZTgtNeP41Ukp6A2e4bmx2TAAhC4UxTuuv35Y8HYOyUeJwjVmsjRnPL+VwnI3fAN
2Rlo44QxVglN3cMpnD287n/jeCZVJQiOfn1327jpPfIu/TmIHa8Ck7pnVOWARCCD
J6Tr80McJSonYX3W0jkjACTErYB4OaLtVdupQQ7imAxdV+pWUSvFrQ/A85T1s2K9
PTk7ym9Dv6gzv+efz6MYH9TVIbVE/o1QxYjyBGBufubU9LJ9d1m1k0O25iXyI/wA
Gq1OYtLZtVUz71fBHv//e4U0cYFomFGVBK9WUEbuG5ecORDgYOszblotdjBkYCRB
3UG+AChBGVWAhzHiv6ymuCLcZDroW1sdPjQ/tG3AoW5xRESx3d1wVcP3dfR5CUsh
8S4xejCXHFpTXVCciSn0gDk/2EJyxbyZ3IzjKXaYVizbehKd7lptHQW/ug+WGIra
Q6TvnRQvPRbW7Q+ufpfsCdFm73URMvR68DVFYIfBHXHCuBK0GBA=
=vF2x
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to