From owner-freebsd-questions Thu Jan 2 11:22:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA25073 for questions-outgoing; Thu, 2 Jan 1997 11:22:38 -0800 (PST) Received: from jump.net (serv1-2.jump.net [204.238.120.19]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id LAA25053 for ; Thu, 2 Jan 1997 11:22:36 -0800 (PST) Received: from pbcustomer by jump.net (8.8.4/BERK-6.8.11) id NAA09937; Thu, 2 Jan 1997 13:22:12 -0600 (CST) Message-Id: <1.5.4.32.19970102192313.006cd360@jump.net> X-Sender: adonai@jump.net X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 02 Jan 1997 13:23:13 -0600 To: Kory Hamzeh From: Lee Crites Subject: Re: Installation woes Cc: freebsd-questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 19:53 31-12-96 -0800, Kory Hamzeh wrote: > >Hi Everyone, > >This is my first FreeBSD install, however, I have a lot of experience >with other unix's. > >I'm trying to install 2.1.5 from the Walnut Creek CD-ROM. Here is a list >of problems I'm having: > >1. The motherboard is a AMI Merlin DP Pentium PRO 200MHZ. Only on CPU >installed. I have installed 128 meg of ram, but freebsd only seems to see >the first 64 meg of ram. You need the (not obiously documented) MAXMEM option added to the kernel. You can find a copy of it in the /usr/src/sys/i386/conf/LINT file, but it is wrong. The line in question says: options "MAXMEM=(128*1024)" which looks logical. However, the compile craps out at the "("... Put in options "MAXMEM=131072" and it will work fine. I've had to rebuild the kernel several times and have developed a script for helping with that. If you'd like it, just ask and I'll send it to you. It's nothing to write home to mama about, but it does do some minor error checking *and* it saves config file and kernel so you can back out to whatever version you might want. >2. When adding packages using sysinstall, it (sysinstall) complains that >it can not find a lot of the packages (including Xfree86!). I made a boot >floppy and boot off of the floppy and installed of the SCSI CD-ROM. I was in the process of sending a message about this myself. I had 14 packages not install because it couldn't find it (including XFree86, trn, tcp_wrappers, ssh, expect, and kermit), and another 14 with "some error" (including jdk, emacs, and mtools). I'd be interested in any pointers... Thanks muchly... Lee