Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix kernel-log clobbering serial console #1

Open
Rahix opened this issue Nov 16, 2018 · 1 comment
Open

Fix kernel-log clobbering serial console #1

Rahix opened this issue Nov 16, 2018 · 1 comment
Labels
bad-behavior tbot incorrectly handles a certain situation. has-workaround This issue can temporarily be fixed by a hack/workaround

Comments

@Rahix
Copy link
Owner

Rahix commented Nov 16, 2018

If kernel-logging is set to be verbose, kernel log-messages will clobber the serial console and lead to incorrect test results or prevent proper board initialization.

tbot should at least be able to acquire the shell and maybe provide a config option that allows turning off kernel logging via sysctl.

@Rahix Rahix added has-workaround This issue can temporarily be fixed by a hack/workaround bad-behavior tbot incorrectly handles a certain situation. labels Nov 16, 2018
@Rahix
Copy link
Owner Author

Rahix commented Nov 16, 2018

To fix this issue, you can temporarily add loglevel=2 to your kernel commandline.

Rahix added a commit that referenced this issue Nov 23, 2018
Related to #1, at least handles clobber during login.
For resolving the issue, an additional fix is needed
for clobber during shell interaction.

Signed-off-by: Rahix <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bad-behavior tbot incorrectly handles a certain situation. has-workaround This issue can temporarily be fixed by a hack/workaround
Projects
None yet
Development

No branches or pull requests

1 participant