From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 05:29:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95EF11065672 for ; Wed, 4 Nov 2009 05:29:53 +0000 (UTC) (envelope-from lordofhyphens@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id 511048FC1A for ; Wed, 4 Nov 2009 05:29:53 +0000 (UTC) Received: by yxe1 with SMTP id 1so6341495yxe.3 for ; Tue, 03 Nov 2009 21:29:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=c3U7790ESPt6FPCnIGeDLlj4c4l8I7/K1DnJBQ+0ssU=; b=np4sjSJwIRabJzD8P1ebFadWBmPSLnqWnBkz4JG4QyKzdQ28SNGqr7D30S8hdoxSrV Pro1M5vs7rTC4nTdzh/dueQuSczPRmBVgxiI3H2tbEucIQFmBJs+OMPEYRLj6HMjmevH jahAMovyABvxx6aMp/OYzHEauE6Ba0uWkRi7Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=jA8JPZZfPHCn0dKHrMPQ2ddlCLM5NU6bGvsYAXuqLD0HSF9iuiDyj2JeUluohh6j05 fFBFaqVJ3ciG+NBXslHaoQbAWwRhqSezytLSwiEKXPUqlKmh0/omSM2DQJSfp4OunWa8 KSZ49cSd9np/Ss40EZ4BfPHAi4hl+SFEepkSs= Received: by 10.150.236.17 with SMTP id j17mr1873923ybh.229.1257312592615; Tue, 03 Nov 2009 21:29:52 -0800 (PST) Received: from ?192.168.0.202? (pool-72-69-201-59.chi01.dsl-w.verizon.net [72.69.201.59]) by mx.google.com with ESMTPS id 6sm293852ywc.9.2009.11.03.21.29.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 03 Nov 2009 21:29:51 -0800 (PST) Message-ID: <4AF1114D.4000206@gmail.com> Date: Tue, 03 Nov 2009 23:29:49 -0600 From: LoH User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 8.0RC custom kernel not installing? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2009 05:29:53 -0000 I compiled a custom kernel with ZFS enabled and installed it. Everything appeared to work fine, then I realized that I needed to make some more modifications (ALTQ, disabling ulpt). I made those configuration changes to the existing ZFS kernel config. After running make buildkernel kernconf=ZFS and make installkernel kernconf=ZFS (ZFS is the name of the kernel config file) I rebooted the machine but didn't see any change in the system config. I've also made sure I did the build/install as root. I doubled-checked the config in the kernel directory, the config is properly done. Any ideas? --Joseph