Bug 1005632 - kernel messages on text login screen
Summary: kernel messages on text login screen
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: util-linux
Version: 27
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Karel Zak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-09 03:21 UTC by Tao Wu
Modified: 2018-07-18 13:53 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-07-18 13:30:16 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
screen shot (3.17 KB, image/png)
2013-09-09 03:22 UTC, Tao Wu
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1464148 0 unspecified CLOSED agetty: Login screen sometimes accepts a character for a login name that cannot be deleted later on 2021-02-22 00:41:40 UTC

Internal Links: 1464148

Description Tao Wu 2013-09-09 03:21:31 UTC
Description of problem:
After the installation of minimal mode, some extra imformation like "ALSA sound ..." displays on the login screen, as the attachment shows.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Tao Wu 2013-09-09 03:22:15 UTC
Created attachment 795478 [details]
screen shot

Comment 2 Kamil Páral 2013-09-09 12:06:01 UTC
This is not an anaconda problem, this is inside the installed system. I believe you're seeing kernel messages on tty1, which is somewhat expected? I'm not sure if they should be displayed while login screen is active, but it's certainly not a new problem, it has ever been this way.

Changing component to util-linux, since it contains agetty. Can you give us some advice here? Should the kernel messages be blocked? Is this expected and wanted? Thanks.

Comment 3 Karel Zak 2013-09-09 13:57:45 UTC
Sounds like strange console-level setting for kernel messages.

Try:

    $ cat /proc/sys/kernel/printk
    4     4	1	7

The first number in the output is the console log level, the second is the default log level, third is the minimum log level and fourth is the maximum log level. 

See also

     dmesg --console-level level
     dmesg --console-on
     dmesg --console-off

for more details.

Anyway, I don't think this is util-linux issue, seems like kernel/init or your local misconfiguration.

Comment 4 Jan Pokorný [poki] 2017-06-22 13:48:09 UTC
Can observe this as well in up-to-date Rawhide installation
(util-linux-2.30-1.fc27.x86_64, kernel 4.12.0-0.rc5.git2.1.fc27.x86_64).
In my case, message like following is frequently emitted on the
screen (in the same manner as demonstrated above) just about the time
the login screen is reached during the boot process:

mei_wdt: probe of mei::05b79a6f-4628-4d7f-899d-a91514cb32ab:02 failed with error -22

$ cat /proc/sys/kernel/printk
> 4	4	1	7

Reopening for discussion.  Is this expected?

Comment 5 Jan Kurik 2017-08-15 07:42:26 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 27 development cycle.
Changing version to '27'.

Comment 6 Karel Zak 2018-07-18 13:30:16 UTC
I don't see a way how to fix this by login/agetty. 

Closing. (Please, if you want to reopen than against kernel or systemd.)

Comment 7 Jan Pokorný [poki] 2018-07-18 13:53:06 UTC
It's OK; to be honest, I haven't observed that for a while with
this continually upgraded Rawhide installation (could be a matter
of some kernel/dracut/systemd adjustments, more careful timing/waiting
or whatnot).


Note You need to log in before you can comment on or make changes to this bug.