kgzip(8) regression in RELENG_9 GENERIC

Carl Johnson carlj at peak.org
Mon Jan 23 17:26:27 UTC 2012


Devin Teske <devin.teske at fisglobal.com> writes:

> On Jan 23, 2012, at 12:56 AM, CyberLeo Kitsana wrote:
>
>> On 01/23/2012 12:30 AM, Devin Teske wrote:
>>> 
>>> On Jan 21, 2012, at 1:41 AM, CyberLeo Kitsana wrote:
>>> 
>>>> On 01/20/2012 09:02 PM, Devin Teske wrote:
>>>>> Taking a GENERIC 9.0-RELEASE kernel and running kgzip(8) on it produces an
>>>>> unusable kernel which causes immediate BTX halt in loader(8).
>>>>> 
>>>>> ...
>>>>> 
>>>>> 4. Say: kgzip kernel
>>>> 
>>>> Curious, it doesn't even look like that binary is hooked into the build
>>>> process at all on 9.0-RELEASE.
>>>> 
>>> 
>>> Can you clarify what you mean by the above?
>> 
>> On a brand new GENERIC box running 9.0-RELEASE with no special knobs:
>> 
>> ----8<----
>> (4b18d544)[cyberleo at jenga ~]$ which kgzip
>
> On my box:
>
> push900# uname -a
> FreeBSD push900.vicor.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:15:25 UTC 2012     root at obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>
> push900# which kgzip
> /usr/sbin/kgzip

On my system:

$ uname -a
FreeBSD birch.localnet 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012     root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
$ whereis kgzip
kgzip: /usr/src/usr.sbin/kgzip
$ grep kgzip /usr/src/usr.sbin/Makefile*
Makefile.amd64:# kgzip: builds, but missing support files
Makefile.i386:SUBDIR+=  kgzip

So it appears to be i386 only.

-- 
Carl Johnson		carlj at peak.org



More information about the freebsd-questions mailing list