Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 863491

Summary: With sysv-utils USE flag in openrc, I have to manually move to tty1 before reboot and poweroff.
Product: Gentoo Hosted Projects Reporter: amano.kenji <amano.kenji>
Component: OpenRCAssignee: OpenRC Team <openrc>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description amano.kenji 2022-08-03 22:18:57 UTC
Without sysv-utils USE flag, reboot and poweroff display OpenRC messages on the current tty.

With sysv-utils USE flag, reboot and poweroff display OpenRC messages on tty1, but they don't send me to tty1. Thus, I have to write a script to move to tty1 before executing reboot or poweroff.

reboot and poweroff should send me to tty1 or print OpenRC messages on the current tty which is usually tty7.

Reproducible: Always
Comment 1 amano.kenji 2022-08-03 22:20:55 UTC
If there is no current tty, OpenRC messages should be printed on /dev/console during reboot or shutdown.

For headless devices like Raspberry Pi, I set /dev/console to a serial console where I want to see OpenRC messages.