Package: systemd Version: 215-2 Severity: normal After the upgrade from v208 -> v215, no more syslog messages show up in /var/log/message and the other log files.
The reason most likely is that systemd moved the syslog socket to /run/systemd/journal/dev-log (systemd-journald-dev-log.socket) and replaced /dev/log with a symlink. After the upgrade, /dev/log was still a regular file/socket. We might need to create the /dev/log symlink manually on upgrades via ln -sf /run/systemd/journal/dev-log /dev/log. -- Package-specific info: -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 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 systemd depends on: ii acl 2.2.52-2 ii adduser 3.113+nmu3 ii initscripts 2.88dsf-53.4 ii libacl1 2.2.52-2 ii libaudit1 1:2.4-1 ii libblkid1 2.20.1-5.8 ii libc6 2.19-10 ii libcap2 1:2.24-4 ii libcap2-bin 1:2.24-4 ii libcryptsetup4 2:1.6.6-1 ii libgcrypt11 1.5.4-3 ii libkmod2 18-1 ii liblzma5 5.1.1alpha+20120614-2 ii libpam0g 1.1.8-3.1 ii libselinux1 2.3-2 ii libsystemd0 215-2 ii sysv-rc 2.88dsf-53.4 ii udev 215-2 ii util-linux 2.20.1-5.8 Versions of packages systemd recommends: ii libpam-systemd 215-2 Versions of packages systemd suggests: ii systemd-ui 3-2 -- no debconf information -- debsums errors found: debsums: changed file /usr/share/bug/systemd (from systemd package) _______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
