NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/57059 (amdgpu graphics ring test failing)



> Date: Tue, 11 Jul 2023 00:09:10 +0000
> From: Bruno Melo <bmelo%protonmail.com@localhost>
> 
> I tried the userconf.
> 
> > Can you build a kernel with DDB_ONPANIC=0 or
> > DDB_COMMANDONENTER="reboot" and try booting that, so that the system
> 
> I will build it now. Please clarify, I need to set these in my custom kernel conf (GENERIC in this case)?

Yes -- usually what I do is create a file
src/sys/arch/amd64/conf/GENERIC.local and put it there to avoid having
local changes in my tree; GENERIC will include GENERIC.local if it's
there, but won't complain if it's not there.

options 	DDB_ONPANIC=0

or

options 	DDB_COMMANDONENTER="reboot"


Home | Main Index | Thread Index | Old Index