Package: needrestart
Version: 1.2-5
Severity: important

Hi!

There currently is a bug open aganst systemd concerning the restartability of 
systemd-journald: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771122

I quote from the IRC log in that bug:

<poettering> JayF: but note that restarting journald to actually make it count 
is not really that good an idea
<poettering> JayF: since we cannot push the stdout/stderr fds everywhere we 
will just close them
<poettering> that means as you restart journald you lose the stdout/stderr 
output of all daemons, and you cannot get it back

So please add a blacklist entry to avoid restarting systemd-journald under any
circumstances.

Grüße,
Sven.

-- Package-specific info:
needrestart output:
No services need to be restarted.

checkrestart output:


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (200, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.16-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages needrestart depends on:
ii  dpkg                       1.17.21
ii  libmodule-find-perl        0.12-1
ii  libmodule-scandeps-perl    1.16-1
ii  libproc-processtable-perl  0.51-1
ii  libsort-naturally-perl     1.03-1
ii  libterm-readkey-perl       2.32-1+b1
ii  perl                       5.20.1-3

needrestart recommends no packages.

needrestart suggests no packages.

-- Configuration Files:
/etc/needrestart/hook.d/30-pacman 21b2fe508c1521da2fac43f3dcc3f33f [Errno 2] No 
such file or directory: u'/etc/needrestart/hook.d/30-pacman 
21b2fe508c1521da2fac43f3dcc3f33f'
/etc/needrestart/needrestart.conf changed:
$nrconf{blacklist} = [
    # ignore sudo (not a daemon)
    q(^/usr/bin/sudo(\.dpkg-new)?$),
    # ignore DHCP clients
    q(^/sbin/(dhclient|dhcpcd5|pump|udhcpc)(\.dpkg-new)?$),
    # systemd
    q(^/lib/systemd/systemd-journald(\.dpkg-new)?$),
];
$nrconf{override_rc} = {
    # DBus
    q(^dbus) => 0,
    # display managers
    q(^gdm) => 0,
    q(^kdm) => 0,
    q(^nodm) => 0,
    q(^wdm) => 0,
    q(^xdm) => 0,
    q(^lightdm) => 0,
    # networking stuff
    q(^network-manager) => 0,
    q(^NetworkManager) => 0,
    q(^openvpn) => 0,
    q(^quagga) => 0,
    q(^tinc) => 0,
    # gettys
    q(^getty@.+\.service) => 0,
    # misc
    q(^zfs-fuse) => 0,
    q(^mythtv-backend) => 0,
};
$nrconf{kernelhints} = 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($@);
      }
}


-- debconf-show failed


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to