Bug 768054

Summary: systemd-init boot with 3 on cmdline puts messages on tty1 after agetty starts
Product: [openSUSE] openSUSE 12.2 Reporter: Felix Miata <mrmazda>
Component: BasesystemAssignee: Frederic Crozat <fcrozat>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Factory   
Target Milestone: ---   
Hardware: x86   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Felix Miata 2012-06-21 01:58:02 UTC
This bug has existed probably as long as systemd has existed.
Same bug fixed on Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=791098

How I reproduce (on multiple 12.2 machines with sysvinit-init not installed, so y2logs pointless):
1-uninstall bootsplash & splashy (optional? I taboo @ installation when YaST doesn't crash)
2-include 'splash=verbose 3' on Grub stanza cmdline(s)
3-configure tty1 to not clear on tty1 on boot:
  in /etc/systemd/system/getty.target.wants/getty@tty1.service
  ...
  ExecStart=... --noclear
  ...
  TTYVTDisallocate=no
  ...
4-symlink /etc/systemd/system/getty.target.wants/getty@tty1.service to /lib/systemd/system/getty.target.wants/getty@tty1.service
5-boot

Actual behavior:
1-login eventually appears on tty1
2-Starting D-Bus..., Starting ACPI..., network, openSSH daemon, NTP and other messages keep showing up on tty1 after login prompt

Expected behavior:
1-init messages fill tty1 screen
2-login prompt appears below last init message
Comment 1 Frederic Crozat 2012-06-21 10:53:54 UTC
duplicate of bnc#725913

*** This bug has been marked as a duplicate of bug 725913 ***