Re: Panic with no keyboard after update to main-n248404-60fb9e10c74c

2021-08-01 Thread Konstantin Belousov
On Sun, Aug 01, 2021 at 10:32:10AM -0700, David Wolfskill wrote: > On Sun, Aug 01, 2021 at 05:03:32PM +0300, Konstantin Belousov wrote: > > On Sun, Aug 01, 2021 at 06:01:56AM -0700, David Wolfskill wrote: > > > Once I was able to complete the "make installworld" after updating > > > from main-n2483

Re: Panic with no keyboard after update to main-n248404-60fb9e10c74c

2021-08-01 Thread David Wolfskill
On Sun, Aug 01, 2021 at 05:03:32PM +0300, Konstantin Belousov wrote: > On Sun, Aug 01, 2021 at 06:01:56AM -0700, David Wolfskill wrote: > > Once I was able to complete the "make installworld" after updating > > from main-n248391-f7f76c200a8c to main-n248404-60fb9e10c74c, the > > subsequent reboot y

Should we include ttyu* to devfs_ruleset 3 (devfsrules_unhide_login)?

2021-08-01 Thread Michael Gmelin
Hi, There are many TTY devices in devfsrules_unhide_login=3, but ttyu* (serial lines) are not part of it. As a result, certain things won't work as expected when connecting over a serial console, one example being connecting to a local bhyve vm over serial console (e.g., `vm console myvm' when us

Re: Panic with no keyboard after update to main-n248404-60fb9e10c74c

2021-08-01 Thread Konstantin Belousov
On Sun, Aug 01, 2021 at 06:01:56AM -0700, David Wolfskill wrote: > Once I was able to complete the "make installworld" after updating > from main-n248391-f7f76c200a8c to main-n248404-60fb9e10c74c, the > subsequent reboot yielded a panic with the keyboard inoperable. > > I needed to power-cycle the

Panic with no keyboard after update to main-n248404-60fb9e10c74c

2021-08-01 Thread David Wolfskill
Once I was able to complete the "make installworld" after updating from main-n248391-f7f76c200a8c to main-n248404-60fb9e10c74c, the subsequent reboot yielded a panic with the keyboard inoperable. I needed to power-cycle the laptop to get it to respond; once I did, I tried requesting that the loade

Re: git: 99feb137f5f6 - main - `make buildworld' with time logging for each stage

2021-08-01 Thread David Wolfskill
On Sun, Aug 01, 2021 at 02:35:22PM +0200, Wolfram Schneider wrote: > Hi David, > > Thanks for the investigation. I will prepare a fix soon. Cool; thanks. That said, the actual reboot got a panic with the keyboard inoperable, so there are likely other issues. I'll try to get some information on

Re: git: 99feb137f5f6 - main - `make buildworld' with time logging for each stage

2021-08-01 Thread Wolfram Schneider
Hi David, Thanks for the investigation. I will prepare a fix soon. BTW, should we care about the error message "sh: pkg: not found" ? -Wolfram On Sun, 1 Aug 2021 at 14:26, David Wolfskill wrote: > > I believe that src/Makefile.inc1 needs a tweak to add "time" to the list > of "Required inst

Re: git: 99feb137f5f6 - main - `make buildworld' with time logging for each stage

2021-08-01 Thread David Wolfskill
I believe that src/Makefile.inc1 needs a tweak to add "time" to the list of "Required install tools to be saved in a scratch dir for safety" -- something like: diff --git a/Makefile.inc1 b/Makefile.inc1 index 3d54a088d070..213b32a97ed3 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1300,7 +130