From 45c0a7ac774eac2c332c7451eb2b4f19567ecec9 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Tue, 1 Sep 2020 08:55:34 -0400 Subject: [PATCH] Kernel messages can overwrite whiptail screen #812 Kernel messages can overwrite whiptail screen #812 --- setup/so-setup | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup/so-setup b/setup/so-setup index 299f3e094..30bc10479 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -117,6 +117,10 @@ if [ "$OS" == ubuntu ]; then update-alternatives --set newt-palette /etc/newt/palette.original >> $setup_log 2>&1 fi +# Kernel messages can overwrite whiptail screen #812 +# https://github.com/Security-Onion-Solutions/securityonion/issues/812 +dmesg -D + # Kernel consoleblank is causing whiptail progress screen to appear to hang #1084 # https://github.com/Security-Onion-Solutions/securityonion/issues/1084 if [ "$automated" == no ]; then