Your message dated Wed, 31 Oct 2018 14:17:31 -0300
with message-id <[email protected]>
and subject line Looks like this has been applied
has caused the Debian Bug report #669049,
regarding sysvinit: changes in newer getty versions hides bootmessages
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.)


-- 
669049: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669049
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sysvinit
Version: 2.88dsf-22.1
Severity: wishlist
Tags: patch

Dear Maintainer,

since the upgrade to wheezy i had a problem with the messages that are shown
during boot. During the boot messages are shown as usual on vt1 but
then at some point late in the boot process these messages are cleared and then
only the login prompt is shown on vt1 just like on vt2.
I got a hint on debian-user that getty has had an api change. To retain
the previously known behavior as it was in squeeze it is necessary to
add the new parameter '--noclear' to '/etc/inittab'.
Patch is attached.

-- 
Regards,
Thilo

4096R/0xC70B1A8F
721B 1BA0 095C 1ABA 3FC6  7C18 89A4 A2A0 C70B 1A8F

--- inittab.orig	2012-04-16 18:53:19.000000000 +0000
+++ inittab	2012-04-16 18:53:59.000000000 +0000
@@ -51,7 +51,7 @@
 # Note that on most Debian systems tty7 is used by the X Window System,
 # so if you want to add more getty's go ahead but skip tty7 if you run X.
 #
-1:2345:respawn:/sbin/getty 38400 tty1
+1:2345:respawn:/sbin/getty --noclear 38400 tty1
 2:23:respawn:/sbin/getty 38400 tty2
 3:23:respawn:/sbin/getty 38400 tty3
 4:23:respawn:/sbin/getty 38400 tty4

--- End Message ---
--- Begin Message ---
It looks like the provided solution was applied in later versions of
Debian (at least in 8 and 9) so this report can be closed, in my opinion.

--- End Message ---

Reply via email to