Feature #7997
closedClear screen before loading rc.initial shell menu
0%
Description
I've encountered many instances where screen (or even putty) will output boot information on a single line that's difficult to decipher. I've attached an example screenshot of this. I'm not sure if this is a client console issue or something with FreeBSD/pfSense.
Since boot info is already logged and available through dmesg and system.log, it'd be nice to run 'clear' when /etc/rc.initial is ran on boot or when it's run while a console connection is active.
When I run into this issue (at least 10 times in the past two days), I enter '8' to drop to shell, run clear, then exit to refresh the shell menu. The only other way around it is restarting the console session (screen /dev/ttyUSB0 115200 - Linux Mint).
Files
Updated by Clinton Cory over 7 years ago
- File 2758-boot.png 2758-boot.png added
Forgot to include the screen-shot. Imaged attached here
!!!!!!
Updated by Jim Pingle over 7 years ago
This is usually a client side issue. You can reset the terminal in screen with Ctrl-A,Z (Ctrl-A, then shift-Z), a 'reset' may be better than 'clear' in this case if we opt to do anything.
Updated by Jim Pingle almost 6 years ago
- Category set to Console Menu
- Status changed from New to Rejected
Old report and no recent recurrences. It's most likely a client terminal issue, or something specific to that hardware. For everyone else, the scrollback is useful and clearing would be a regression in functionality.