cvs commit: src/sys/conf kern.post.mk

Nate Lawson nate at root.org
Mon Sep 12 08:58:31 PDT 2005


Kris Kennaway wrote:
> On Sun, Sep 11, 2005 at 02:47:27PM -0700, Nate Lawson wrote:
> 
>>Doug Barton wrote:
>>
>>>Kris Kennaway wrote:
>>>
>>>
>>>
>>>>Likewise, I also find this change very useful.  When I'm juggling a
>>>>few dozen panics on a few dozen machines with a few dozen different
>>>>customized source trees, it's hard to keep track of all the
>>>>kernel.debugs.  Now I don't have to.
>>>>
>>>>Also, now we won't have to throw away panic reports from users who
>>>>didn't think to save their kernel.debug, and the quality of bug
>>>>reports can increase.
>>>
>>>
>>>I agree with Kris and David here, FWIW.
>>>
>>>Doug
>>
>>Can we put it somewhere other than /?  /var/run/kernel?
> 
> 
> Why?  That would use up even more space, in total.

Huh?  I mean kernel, *.ko -> /boot/kernel and kernel.debug (or 
kernel.sym once that's fixed) -> /var/crash/kernel/kernel.debug

I guess that duplicates a few megs but it keeps / from overflowing as 
before.  Typically /var or /usr is expected to have the available space, 
especially since /var/crash gets coredumps (if savecore is enabled) 
which are much bigger than debug kernels.

-- 
Nate


More information about the cvs-src mailing list