From owner-freebsd-questions Mon Oct 1 11:35:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c1828785-a.saltlk1.ut.home.com (c1828785-a.saltlk1.ut.home.com [24.20.97.231]) by hub.freebsd.org (Postfix) with ESMTP id 2241B37B409 for ; Mon, 1 Oct 2001 11:35:37 -0700 (PDT) Received: from there (kvenmb@localhost [127.0.0.1]) by c1828785-a.saltlk1.ut.home.com (8.11.6/8.11.5) with SMTP id f91IYMH11476; Mon, 1 Oct 2001 12:34:23 -0600 (MDT) (envelope-from mupi@mknet.org) Message-Id: <200110011834.f91IYMH11476@c1828785-a.saltlk1.ut.home.com> Content-Type: text/plain; charset="iso-8859-1" From: Mike Porter To: Matt Penna , questions@freebsd.org Subject: Re: 4.4-Release on 386DX w/ 8MB RAM Date: Mon, 1 Oct 2001 12:34:22 -0600 X-Mailer: KMail [version 1.3] References: <5.1.0.14.0.20010930191312.03069dd0@vmspop.rit.edu> In-Reply-To: <5.1.0.14.0.20010930191312.03069dd0@vmspop.rit.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 01 October 2001 08:05 am, Matt Penna wrote: > Dear folks, > > > When I receive the error, switching the console using Alt-F2 shows an > obvious problem. At the very bottom are two lines that read as follows: > > DEBUG: ifconfig ep0 inet 192.168.10.1 netmask 255.255.255.0pid 19 (sh), > uid 0 was killed: out of swap space > DEBUG: Adding default route to 192.168.10.254pid 20 (sh), uid0 was killed: > out of swap space > > There are other similar messages preceding these two stating "out of swap > space," but none of these are pertinent to the network setup, nor are they > prepended with "DEBUG:" They also appear during the 4.3 install so I > presume, perhaps incorrectly, they are not critical. > > Did 4.4-Release introduce heightened memory requirements that make > installation impossible on a machine with 8MB of RAM? Is this a very > strange install bug? Or am I simply doing something wrong? > > suggestion 1 would be to increase your swap space. You *might* be able to get things to work, since you have gotten that far, with enough of a swap partition. However, as previously noted, BSD requires more than 8MB to install (read: to run sysinstall) You could add more ram temporarily, or, if you still have 4.3 on the machine, then use 4.3 and use the cvsup method to upgrade. Although you mentioned that this was not an upgade, that you had wiped the HD, so that may not be an option. Another suggestion that works for some people is to build the install on a PC that has sufficient RAM, then move the hard drive into the other machine. the caveat here is that if you compile a custom kernel, you needc to be sure to put in the i386 stuff, or it will break. (I accidentally did this on my p3 compiling a kernel for a pentium laptop. needless to say it didn't work <(};) mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message