Your message dated Sun, 14 Sep 2014 18:49:54 +0000
with message-id <[email protected]>
and subject line Bug#761340: fixed in systemd 215-3
has caused the Debian Bug report #761340,
regarding syslog stop working after v208 -> v215 upgrade (until next reboot)
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.)


-- 
761340: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761340
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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)

--- End Message ---
--- Begin Message ---
Source: systemd
Source-Version: 215-3

We believe that the bug you reported is fixed in the latest version of
systemd, 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.
Sjoerd Simons <[email protected]> (supplier of updated systemd 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: SHA1

Format: 1.8
Date: Sun, 14 Sep 2014 20:14:49 +0200
Source: systemd
Binary: systemd systemd-sysv libpam-systemd libsystemd0 libsystemd-dev 
libsystemd-login0 libsystemd-login-dev libsystemd-daemon0 libsystemd-daemon-dev 
libsystemd-journal0 libsystemd-journal-dev libsystemd-id128-0 
libsystemd-id128-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb 
libgudev-1.0-0 gir1.2-gudev-1.0 libgudev-1.0-dev python3-systemd systemd-dbg
Architecture: source amd64
Version: 215-3
Distribution: experimental
Urgency: medium
Maintainer: Debian systemd Maintainers 
<[email protected]>
Changed-By: Sjoerd Simons <[email protected]>
Description:
 gir1.2-gudev-1.0 - libgudev-1.0 introspection data
 libgudev-1.0-0 - GObject-based wrapper library for libudev
 libgudev-1.0-dev - libgudev-1.0 development files
 libpam-systemd - system and service manager - PAM module
 libsystemd-daemon-dev - systemd utility library (transitional package)
 libsystemd-daemon0 - systemd utility library (deprecated)
 libsystemd-dev - systemd utility library - development files
 libsystemd-id128-0 - systemd 128 bit ID utility library (deprecated)
 libsystemd-id128-dev - systemd 128 bit ID utility library (transitional 
package)
 libsystemd-journal-dev - systemd journal utility library (transitional package)
 libsystemd-journal0 - systemd journal utility library (deprecated)
 libsystemd-login-dev - systemd login utility library (transitional package)
 libsystemd-login0 - systemd login utility library (deprecated)
 libsystemd0 - systemd utility library
 libudev-dev - libudev development files
 libudev1   - libudev shared library
 libudev1-udeb - libudev shared library (udeb)
 python3-systemd - Python 3 bindings for systemd
 systemd    - system and service manager
 systemd-dbg - system and service manager (debug symbols)
 systemd-sysv - system and service manager - SysV links
 udev       - /dev/ and hotplug management daemon
 udev-udeb  - /dev/ and hotplug management daemon (udeb)
Closes: 717491 756248 758111 760879 761340
Changes:
 systemd (215-3) experimental; urgency=medium
 .
   [ Ben Howard ]
   * 75-persistent-net-generator.rules: Fix matches of HyperV. (LP: #1361272)
 .
   [ Martin Pitt ]
   * 75-persistent-net-generator.rules: Add new MS Azure MAC prefix 00:25:ae.
     (LP: #1367883)
 .
   [ Michael Biebl ]
   * Update upstream v215-stable patch series.
   * The /dev/log socket and /dev/initctl FIFO have been moved to /run and
     replaced by symlinks. Create the symlinks manually on upgrades as well.
     (Closes: #761340)
   * Fix incorrect paths in man pages. (LP: #1357782, Closes: #717491)
   * Make systemd recommend dbus so it is installed on upgrades. The dbus
     system bus is required to run systemd-logind and the autovt feature relies
     on logind. (Closes: #758111)
   * Bump dependency on systemd-shim to (>= 7-2) to ensure we have a version
     which supports systemd >= 209.
   * Rework bug-script to be more upfront about what kind of data is gathered
     and ask the user for permission before attaching the information to the
     bug report. (Closes: #756248)
 .
   [ Sjoerd Simons ]
   * d/p/buildsys-Don-t-default-to-gold-as-the-linker.patch
     + Don't explicitly pick gold as the default linker. Fixes FTBFS on sparc
       (Closes: #760879)
Checksums-Sha1:
 e05b09f9079ce747afafed1c53d6a5f86d89bf70 4106 systemd_215-3.dsc
 a9a67083fd78a8e0e3d7c011083553a39646c7d3 167824 systemd_215-3.debian.tar.xz
 67fbb8e6d291d6dc436ada17a0428a75aa48c5a5 2530330 systemd_215-3_amd64.deb
 71e000f95ae7ae91e2494b58faaac8e0e2695259 28506 systemd-sysv_215-3_amd64.deb
 addc3089bd0609a0a3b24f3fe6284e6c1a087952 117558 libpam-systemd_215-3_amd64.deb
 3d57e529fa5f45814e64f6bc45490f90c3818c86 81328 libsystemd0_215-3_amd64.deb
 b364051dd3e000b48304de7c88d173efdb70d927 87488 libsystemd-dev_215-3_amd64.deb
 73d2c15394f321d289d8881eaf50b7d305bc9562 41572 
libsystemd-login0_215-3_amd64.deb
 f7e400abbba3290d27605fb9197bddf4322027f4 24194 
libsystemd-login-dev_215-3_amd64.deb
 86d8f82aaf4dc41c82afda4080e1923b20b679a1 30780 
libsystemd-daemon0_215-3_amd64.deb
 e5befb4644d97df8cc4224510122598cd1082927 24210 
libsystemd-daemon-dev_215-3_amd64.deb
 deaeb457de6e9a508c36e08e5e4619a042017ab5 66608 
libsystemd-journal0_215-3_amd64.deb
 8cac22e7e435de84d6ff2d65b200822724e33f4b 24190 
libsystemd-journal-dev_215-3_amd64.deb
 01fcf5be245744d4bcb304ed547149456a86e022 29666 
libsystemd-id128-0_215-3_amd64.deb
 61ac6e25f9b3bc0fe3ed1e53b08f1f029e956e79 24176 
libsystemd-id128-dev_215-3_amd64.deb
 30873b1f11d7c85fbcd36ac4aed91d4aa4163190 874846 udev_215-3_amd64.deb
 f5bba58b972f2bc0f7f3143d42bec8c00a9ecb09 48550 libudev1_215-3_amd64.deb
 8d61d87d0a6a8bc2534e646cede1f3472c40fda4 23342 libudev-dev_215-3_amd64.deb
 9ca375be216405163871d9cd9460d04590192b8e 193732 udev-udeb_215-3_amd64.udeb
 8ebe4dc80117bd81b0efe324501fff5df9c399f8 24624 libudev1-udeb_215-3_amd64.udeb
 d66526beed55f85a866cf8b7381d1b6886b705a4 34540 libgudev-1.0-0_215-3_amd64.deb
 2b82ec251db1c5c04d29635e4065e926ab1b1888 2816 gir1.2-gudev-1.0_215-3_amd64.deb
 21a674f0376c46d5b1383142527a2b6c66a84b99 24504 libgudev-1.0-dev_215-3_amd64.deb
 d4a5ba67087aefdf78fefa8bc4bcc6f179d024be 53988 python3-systemd_215-3_amd64.deb
 a1aab2d6e7ffb1ce8b10e75693b5dedfc92cbca9 15846248 systemd-dbg_215-3_amd64.deb
Checksums-Sha256:
 551372cb111fbda3c0588222011fa7e12938cb9e767e87776af71af8862c46ec 4106 
systemd_215-3.dsc
 8a00ec0d2615e875d5ea399ee9683a699ed4a525cfabf84eb36437f73bb95755 167824 
systemd_215-3.debian.tar.xz
 0a30f2cdb3f19d90113f7b9c973212e6852fdbcccbe19ecd0cbdc4a1bbd51a25 2530330 
systemd_215-3_amd64.deb
 711ecbfd52e8df10c740a8caa8fd78f3044e903fd9d1b4d7a6145e3bfbf1b108 28506 
systemd-sysv_215-3_amd64.deb
 841274d357a44017a32c09cf3d8c34ca6780bd84c1ec3151093f976d6ca3a6e6 117558 
libpam-systemd_215-3_amd64.deb
 ce547f752c6d6794596e820d765c66b34b1f1c054bc1544931dc24ab9fb21758 81328 
libsystemd0_215-3_amd64.deb
 deb8f05cc13ac146c635340c35ad0d31e8d33a6751951075af8215cd2f8b2ea9 87488 
libsystemd-dev_215-3_amd64.deb
 a5c6a6bb48a8f047e0530f451dadf3ca32cf27f88a48b5734e62b0f73ab95178 41572 
libsystemd-login0_215-3_amd64.deb
 586fcbdc0c62f92dd730b25364a7230de523a5d85308da06cfc70b2f70a9c0e6 24194 
libsystemd-login-dev_215-3_amd64.deb
 fd701795a2e9c24793cb3afc2ebcea74351e70f82401576152a756c747209472 30780 
libsystemd-daemon0_215-3_amd64.deb
 336db954ee3121c995ba81fd1d514c3d86c144bf734ec091cfda886357999119 24210 
libsystemd-daemon-dev_215-3_amd64.deb
 f314dd8dff3e01fda3a31039e0cfd8c76761eb7ad14fb340f3582b2fa66939a7 66608 
libsystemd-journal0_215-3_amd64.deb
 9e48f1716eb49c98bd8eab3bd09778bf59700afb5228bd93d0bd400ca3501c7b 24190 
libsystemd-journal-dev_215-3_amd64.deb
 6cb7c5ee380e9ee18dab947e2ab6799867538499e5829115ca93367ded05c6bf 29666 
libsystemd-id128-0_215-3_amd64.deb
 274dbb1cb3211175770aa2c23c85bf822af4e3024551ea07d88216a160db845a 24176 
libsystemd-id128-dev_215-3_amd64.deb
 06776733dba7583cf81f6c20a65b0ebcab44faf1f93c622f63aec71dd7ba2fcf 874846 
udev_215-3_amd64.deb
 967920851bee00af332f3900569809d3c5ff3e2672487d76652b597504ddddb4 48550 
libudev1_215-3_amd64.deb
 1a3196727164188241c6d3e40593f9e9ff439363f22bed48fdb2209a54410e5a 23342 
libudev-dev_215-3_amd64.deb
 318a144d6f9c43c5369405aaa0371f73c6afd2d45d6ee18e0441dc17b0353f7f 193732 
udev-udeb_215-3_amd64.udeb
 b685652c9f18f9c7335b491156a267c5c67ff243d7b1b3197fbb689cf2c1bb42 24624 
libudev1-udeb_215-3_amd64.udeb
 4caea301ff06d95917537579c08cd7c3982d6a2424bfceebaa1396f5b110e579 34540 
libgudev-1.0-0_215-3_amd64.deb
 46ce1d8e52309220a54b8257026602ae86b33722a7bb2578113378044202fe38 2816 
gir1.2-gudev-1.0_215-3_amd64.deb
 50e3449b9fcb4ad581753ba8c6f5d402cfef6acc249bec40e913533e7af45599 24504 
libgudev-1.0-dev_215-3_amd64.deb
 0977dec2443a65c50fc00252034593058613c485aa64034e40d00617ec0cbc78 53988 
python3-systemd_215-3_amd64.deb
 39da64c5cd3892eec32cc86fe61b1821565486359ca31c2a4afa8438fa9e155f 15846248 
systemd-dbg_215-3_amd64.deb
Files:
 8ee9c55e92724d904400cdff617a72f9 2530330 admin optional systemd_215-3_amd64.deb
 1d13f99f3811f32778679090239c213e 28506 admin extra systemd-sysv_215-3_amd64.deb
 2b04c7de1c63f083b272aa2b5a4c9827 117558 admin optional 
libpam-systemd_215-3_amd64.deb
 03cab69ab27fcb46b707565b40c4d756 81328 libs optional 
libsystemd0_215-3_amd64.deb
 e157da12b4fc7672258363181d2ea010 87488 libdevel optional 
libsystemd-dev_215-3_amd64.deb
 c8a79d3960557bda30af1a61699a8964 41572 oldlibs extra 
libsystemd-login0_215-3_amd64.deb
 a6a8002dac777fa21ae04455264c7f3d 24194 oldlibs extra 
libsystemd-login-dev_215-3_amd64.deb
 1fd7cb3a26402d2fe85839d652d7d2b7 30780 oldlibs extra 
libsystemd-daemon0_215-3_amd64.deb
 bacca86897b7c4db341f03603e38c1e5 24210 oldlibs extra 
libsystemd-daemon-dev_215-3_amd64.deb
 3094c49eed2715db214510fcf4ad852e 66608 oldlibs extra 
libsystemd-journal0_215-3_amd64.deb
 14d521ff8352d20d87ea0abdea19d629 24190 oldlibs extra 
libsystemd-journal-dev_215-3_amd64.deb
 c2911ba038c37b5a736e2252815ef54b 29666 oldlibs extra 
libsystemd-id128-0_215-3_amd64.deb
 fa173a9d31c904c5989b6fddd43eaf39 24176 oldlibs extra 
libsystemd-id128-dev_215-3_amd64.deb
 c08a551d45d77865ffd8b224dec07c88 874846 admin important udev_215-3_amd64.deb
 9526ab768e35f68732c7b133c82aedd1 48550 libs important libudev1_215-3_amd64.deb
 68083ce35f0c31a45040d99b44cdd3f0 23342 libdevel optional 
libudev-dev_215-3_amd64.deb
 b27f3ffc78b3b832159be2e7e745be96 193732 debian-installer optional 
udev-udeb_215-3_amd64.udeb
 b0009a70f37f3926af8b8494c4cb190b 24624 debian-installer optional 
libudev1-udeb_215-3_amd64.udeb
 5f8ef3615b731ccca14dbf043ff7b84d 34540 libs optional 
libgudev-1.0-0_215-3_amd64.deb
 5e6fe13ef9e72af010030e32d5e9e90b 2816 introspection optional 
gir1.2-gudev-1.0_215-3_amd64.deb
 b22f231eb15977c47bd7524a0d75c33b 24504 libdevel optional 
libgudev-1.0-dev_215-3_amd64.deb
 10dc9bf6c76f3c36cfc66e12a28fb20b 53988 python optional 
python3-systemd_215-3_amd64.deb
 bdc133d92e235b6097ad96e74d54232f 15846248 debug extra 
systemd-dbg_215-3_amd64.deb
 56a787e4a090f755263b9165998d6fd7 4106 admin optional systemd_215-3.dsc
 d330d2c9e33e28f7907a0844a4b10ac4 167824 admin optional 
systemd_215-3.debian.tar.xz
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJUFd8VAAoJEMJ022TCMA9760MP/R21HOfdpLZM2ye8UcyjLjFS
Znj3nl/TzK7ygObGEV607nhWTPcVKr8LUPw67yJAhVuHJU1gBn2YqUjpUQGSKhCX
Fgu+g7MKeYKe6oc07leIlAFlpx7yAs6N97u1jn1cIZ4WQBFevTZYBxPJTTFXmuxN
ZD1qfeCxeAz3UPXTk2DkXH0dS6zmiOZygde/puWbLh1IXUd7H0EG7e7axiYjDavV
KGCi0IntuYenzdYEVpKtk5jDmiPBRsF8cnIotIoSY0/FCt/rABKRaC9OdNsbeUv1
jtWzK9RleeCAM0RrFgZrORVkBqpYRU84daOwfw1qHO8LU4MjmrQuqQXCHfOuoYE2
qP4Iysr3w49uh9Zq6T36cMiHgLPDxlfAUklHefdypaeRLN4KuTRQpOlvZgvdxNoL
r7/RW/lOMB9hHacG+rvCOJ4EWJSkSuve0y7hjl7KbkFQ8YLFsOcv2LEva0YH1x9i
C7aVtIORvfxgUkf/xR6CAfU7WeqenCvGAT14YraLOL7oZWiuHfqx7KVv72W+ysP8
BpfWD3RsquRCInAIIaU7ra3sJ/dVM+HNU+ntvbt9KOnJZxrK8caBxdB4oT+1q7lM
wnnt7FrVysWJuUf8F+1xrI0+eVaBmtc+phJMAXeZ/Oh9mtm2jSbujnAUELzdQ4AK
3zeh+9LdjvN0b/lei6Sa
=6eUe
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-systemd-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Reply via email to