[pve-devel] [PATCH manager 07/15] postinst: bootlogd is not used under systemd

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Jan 24 14:12:32 CET 2018


"Note that not all init systems print messages to the system console,
so that the logfile may remain empty; this is the case with systemd
(the default init system). Try "journalctl -b" instead."
-- https://packages.debian.org/stretch/bootlogd

Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 debian/postinst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/debian/postinst b/debian/postinst
index 63085477..518eeff6 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -65,9 +65,6 @@ EOF
 	echo '|/usr/bin/pvemailforward' >/root/.forward
     fi
 
-    # disable fancy init messages (bad with bootlogd)
-    test -f /etc/lsb-base-logging.sh || echo "FANCYTTY=0" >/etc/lsb-base-logging.sh
-
     if [ -f /etc/systemd/system/ceph.service ]; then
 	md5=$(md5sum /etc/systemd/system/ceph.service)
 	if [[ "$md5" == "21b2e7a7c4ffcf92ad0ec2c905e88e5b  /etc/systemd/system/ceph.service" ]]; then
-- 
2.14.2





More information about the pve-devel mailing list