FS#32674 - Last Login messages prevent totally silent boot

Attached to Project: Arch Linux
Opened by Kai Hendry (hendry) - Thursday, 15 November 2012, 08:36 GMT
Last edited by Gaetan Bisson (vesath) - Thursday, 15 November 2012, 10:24 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: The quest for a silent boot continues https://wiki.archlinux.org/index.php/Silent_boot and this time agetty seems to echo out unwanted messages:

http://flic.kr/p/dtwWPU


Additional info:
* util-linux 2.22.1-2


Steps to reproduce:

x220:~$ grep ExecStart /usr/lib/systemd/system/getty@.service
ExecStart=-/sbin/agetty -i -a MYUSERNAME %I 38400

I get an unwanted (automatic login) line as well as a "Last Login:" message. It should be totally silent.
This task depends upon

Closed by  Gaetan Bisson (vesath)
Thursday, 15 November 2012, 10:24 GMT
Reason for closing:  Upstream
Comment by Gaetan Bisson (vesath) - Thursday, 15 November 2012, 10:24 GMT
It's not agetty, it's login; search for "last login" in its manpage.

Loading...