action #13014
closed[s390x zkvm] select_console is typing password before password prompt
0%
Description
observation¶
Password is typed before password prompt.
https://openqa.suse.de/tests/499757#step/consoletest_setup/4
steps to reproduce¶
see always latest: https://openqa.suse.de/tests/latest?flavor=Server-DVD&test=textmode&machine=zkvm
problem¶
Something in utils::wait_boot
? I am not sure when the password is actually typed. Looks like it was there even before the test switched to the console or maybe it is part of "reset_consoles"?
further details¶
recent failures:
Updated by okurz over 8 years ago
- Subject changed from [s390x] select_console is typing password before password prompt to [s390x zkvm] select_console is typing password before password prompt
- Description updated (diff)
- Status changed from New to In Progress
Reproduced locally: http://lord.arch/tests/2882#step/consoletest_setup/4
Will try to continue from there.
Updated by okurz over 8 years ago
- Related to action #13304: [sle][functional][u][opensuse][medium] Check plymouth splash screen is not interrupted by ugly console output if 'quiet' added
Updated by okurz over 8 years ago
- Assignee changed from okurz to mgriessmeier
investigated with mgriessmeier
'Welcome to SUSE Linux Enterprise' appears earlier at the boot because the kernel command line misses the 'quiet' option
- Why is 'quiet' missing now? might be related to bsc#989803. There is a reason why the bug was not "VERIFIED" yet ;-) -> An openQA test should check for this, tracked as #13304 now
- -> Improve 'wait_serial' regex for 'reconnect_s390'
- -> verify bsc#989803
Updated by mgriessmeier over 8 years ago
- Status changed from In Progress to Feedback
wait_serial matched to early, since 'quiet' was removed from the kernel-parameters and the boot process showed multiple output of "Welcome to SUSE LINUX ... "
I've made the regexp more clear to match only the last "Welcome" when the boot process is finished:
pr created: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/1747
local verification run: http://opeth.suse.de/tests/3099
setting to feedback to see if it works also in production
Updated by okurz@suse.de over 8 years ago
Please see my last comment, PR is fine but needs investigation why the quiet vanished
Updated by mgriessmeier about 8 years ago
- Status changed from Feedback to Resolved
Wed Jul 13 08:49:50 UTC 2016 - jreidinger@suse.com
- fix writing default boot entry when it is located in grub2 submenu (bnc#986005)