From owner-freebsd-current@FreeBSD.ORG Thu Apr 10 15:26:47 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8793E37B414 for ; Thu, 10 Apr 2003 15:26:47 -0700 (PDT) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB21143F3F for ; Thu, 10 Apr 2003 15:26:46 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0274.cvx40-bradley.dialup.earthlink.net ([216.244.43.19] helo=mindspring.com) by stork.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 193kVH-0006Lf-00; Thu, 10 Apr 2003 15:26:44 -0700 Message-ID: <3E95EEF4.ED1B272C@mindspring.com> Date: Thu, 10 Apr 2003 15:23:48 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Lucky Green References: <20030410230113.M81717@pakastelohi.cypherpunks.to> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4c964df480dfbc21cfadfaff6be1dadae2601a10902912494350badd9bab72f9c350badd9bab72f9c cc: freebsd-current@freebsd.org Subject: Re: options NO_SWAPPING, still wants swap X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2003 22:26:47 -0000 Lucky Green wrote: > I compiled a kernel with "options NO_SWAPPING", yet CURRENT still > attempts to allocate swap space: > Apr 10 22:29:33 pakastelohi kernel: swap_pager_getswapspace: failed You also have to modify your /etc/rc.conf to not try to "swapon". -- Terry