Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 863491 - With sysv-utils USE flag in openrc, I have to manually move to tty1 before reboot and poweroff.
Summary: With sysv-utils USE flag in openrc, I have to manually move to tty1 before re...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: OpenRC (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-03 22:18 UTC by amano.kenji
Modified: 2022-08-03 22:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.