From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 11:09:18 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B83BF599 for ; Thu, 15 Jan 2015 11:09:18 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92AACF6D for ; Thu, 15 Jan 2015 11:09:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=vjTWP+G53xb7FkjoEYk1RDmbxWo65UNHWe11mogaexQ=; b=qxP1z6ZmuryU316qIwjQUkU3vj6Mip2GDnoiuhGw3dSo0rBUfJ6WVQh5vJcHCl+UmburmR1qVWjIfMfIgorP0J5ZzvZJZis5Y9KDRZZRx7Fai4i8WkmHVPrIribRF+ayjjnKYixyJPSSgRTOrkuIxOrRZvVh+yole0lIdWNTgYg=; Received: from [114.124.7.125] (port=57701 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1YBiIY-003cVj-7G; Thu, 15 Jan 2015 04:09:11 -0700 Date: Thu, 15 Jan 2015 19:08:59 +0800 From: Erich Dollansky To: Doug Hardie Subject: Re: Switching from custom kernel back to generic Message-ID: <20150115190859.3ab50085@X220.alogt.com> In-Reply-To: <4DE6D94C-177B-471B-B537-F7853B83115A@lafn.org> References: <4DE6D94C-177B-471B-B537-F7853B83115A@lafn.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: "freebsd-questions@freebsd.org Questions" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2015 11:09:18 -0000 Hi, On Thu, 15 Jan 2015 01:10:49 -0800 Doug Hardie wrote: > I believe I will be able to get rid of using quotas here in the near > future. That would enable me to use generic kernels all around. > However, I ran into an issue when updating 9.3. I used you ave already one hint that should work. The other would be to build a 'custom' kernel using the GENERIC configuration file. Erich