From owner-freebsd-current Sun Dec 1 2:19: 0 2002 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 0A9DD37B401 for ; Sun, 1 Dec 2002 02:18:59 -0800 (PST) Received: from HAL9000.homeunix.com (12-232-220-15.client.attbi.com [12.232.220.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B40F43EBE for ; Sun, 1 Dec 2002 02:18:58 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.6/8.12.5) with ESMTP id gB1AHdOM002954; Sun, 1 Dec 2002 02:17:39 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.6/8.12.5/Submit) id gB1AHdt2002953; Sun, 1 Dec 2002 02:17:39 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Date: Sun, 1 Dec 2002 02:17:39 -0800 From: David Schultz To: Bruce Evans Cc: Giorgos Keramidas , Marcin Dalecki , current@FreeBSD.ORG Subject: Re: sysinstall + swap partition requirement Message-ID: <20021201101739.GA2928@HAL9000.homeunix.com> Mail-Followup-To: Bruce Evans , Giorgos Keramidas , Marcin Dalecki , current@FreeBSD.ORG References: <20021201092500.GA2547@HAL9000.homeunix.com> <20021201210742.J11226-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021201210742.J11226-100000@gamplex.bde.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thus spake Bruce Evans : > On Sun, 1 Dec 2002, David Schultz wrote: > > > Thus spake Giorgos Keramidas : > > > You don't *HAVE* to create a swap partition. What you see is just a > > > warning that sysinstall prints, if you have warnings enabled in the > > > ``Options'' menu (they are enabled by default, if I'm not mistaken in > > > my reading of the source). > > > > I'm pretty sure it's mandatory. I recently got bitten by this bug > > while installing on a system with 512 MB of RAM because the drive > > that was to contain the swap partition (really the crash dump > > partition as far as I'm concerned) wasn't installed yet. I ended > > It's not mandatory. I never use one on machines with sufficient RAM. > How much RAM is sufficent depends on the process mix. 512MB is > sufficient on my main machine since it never runs bloatware or lots > of processes concurrently. I also don't use swapping (of upages -- > the NO_SWAPPING option, which should be the default) or sysinstall. I meant to say that sysinstall forces you to have a swap partition, not that the kernel forces you to have one. (That would be an interesting catch-22 indeed.) It's a bug in sysinstall that you can't make it work without allocating swap space, even if you don't need it, or you don't want to add it immediately. Sorry for the confusion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message