Re: regarding that stack of newline chars expressed at boot

2024-09-24 Thread Warner Losh
On Tue, Sep 24, 2024, 6:09 PM Dennis Clarke wrote: > On 9/24/24 11:06, Warner Losh wrote: > > https://reviews.freebsd.org/D46771 might fix this setup. Dennis, can you > > test it? > > It seems to work for me, but it's good to have more eyes on it. > > > > > Sorry ! coffee spill brain error

Re: regarding that stack of newline chars expressed at boot

2024-09-24 Thread Dennis Clarke
On 9/24/24 11:06, Warner Losh wrote: https://reviews.freebsd.org/D46771 might fix this setup. Dennis, can you test it? It seems to work for me, but it's good to have more eyes on it. Sorry ! coffee spill brain error here ... It now works fine ! Helps to do the install

Re: regarding that stack of newline chars expressed at boot

2024-09-24 Thread Dennis Clarke
On 9/24/24 11:06, Warner Losh wrote: https://reviews.freebsd.org/D46771 might fix this setup. Dennis, can you test it? It seems to work for me, but it's good to have more eyes on it. I am seeing the same stuff : | | .-- `--. |

Re: regarding that stack of newline chars expressed at boot

2024-09-24 Thread Warner Losh
https://reviews.freebsd.org/D46771 might fix this setup. Dennis, can you test it? It seems to work for me, but it's good to have more eyes on it. Warner On Sun, Sep 22, 2024 at 1:46 PM Warner Losh wrote: > Consider the following (cut and pasted, so you may need to tweak). > > Warner > > diff --

Re: regarding that stack of newline chars expressed at boot

2024-09-22 Thread Warner Losh
Consider the following (cut and pasted, so you may need to tweak). Warner diff --git a/stand/lua/menu.lua b/stand/lua/menu.lua index ed84360d93b0..bab99b79c253 100644 --- a/stand/lua/menu.lua +++ b/stand/lua/menu.lua @@ -533,6 +533,14 @@ function menu.run() print("Exiting menu!") end +l

regarding that stack of newline chars expressed at boot

2024-09-22 Thread Dennis Clarke
This is from the "better late than never" file. So yes, any machine I had with a serial console was kicking out a newline char on every one of the "autoboot_delay" countdown. Seems to be a default of 10 secs and so therefore I was seeing ten lines of stuff. Seems to be related to : https://c