Re: Problems with getting a crash dump

2021-11-11 Thread Alexander
Thanks for the replies! I finally managed to solve the issue. For some reason when I get a panic while i915kms is active I am unable to write `continue` in KDB. Also the KDB prompt was not even displayed so I had no idea that I should write that command. After I added debug.debugger_on_panic=0 to /

Re: buildworld question.

2021-11-11 Thread Warner Losh
On Thu, Nov 11, 2021, 2:24 PM Jeffrey Bouquet wrote: > > > On Thu, 11 Nov 2021 08:53:47 -0700, Warner Losh wrote: > > > On Thu, Nov 11, 2021 at 5:48 AM Jeffrey Bouquet < > jbt...@iherebuywisely.com> > > wrote: > > > > > Apologies if this applies to STABLE 13, but git is involved... > > > buildwo

Re: buildworld question.

2021-11-11 Thread Jeffrey Bouquet
On Thu, 11 Nov 2021 08:53:47 -0700, Warner Losh wrote: > On Thu, Nov 11, 2021 at 5:48 AM Jeffrey Bouquet > wrote: > > > Apologies if this applies to STABLE 13, but git is involved... > > buildworld is failing 4 minutes or so in. > > would it be useful to re-git the /usr/src? > > Is there a w

Re: buildworld question.

2021-11-11 Thread Warner Losh
On Thu, Nov 11, 2021 at 5:48 AM Jeffrey Bouquet wrote: > Apologies if this applies to STABLE 13, but git is involved... > buildworld is failing 4 minutes or so in. > would it be useful to re-git the /usr/src? > Is there a way to run "make buildworld" for a LESS terse error result? > Any other 3rd

buildworld question.

2021-11-11 Thread Jeffrey Bouquet
Apologies if this applies to STABLE 13, but git is involved... buildworld is failing 4 minutes or so in. would it be useful to re-git the /usr/src? Is there a way to run "make buildworld" for a LESS terse error result? Any other 3rd method to debug the error? ..