From owner-freebsd-questions Mon Jun 17 19:25:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cpimssmtpu08.email.msn.com (cpimssmtpu08.email.msn.com [207.46.181.83]) by hub.freebsd.org (Postfix) with ESMTP id 6963537B40F for ; Mon, 17 Jun 2002 19:25:18 -0700 (PDT) Received: from thebe ([67.24.59.44]) by cpimssmtpu08.email.msn.com with Microsoft SMTPSVC(5.0.2195.4905); Mon, 17 Jun 2002 19:24:31 -0700 From: "Aaron Burke" To: "FreeBSD-Questions" , "jar comepeich" Subject: RE: kernel installation fails !! :-( Date: Mon, 17 Jun 2002 19:24:27 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <20020617204950.32690.qmail@web11102.mail.yahoo.com> Importance: Normal X-OriginalArrivalTime: 18 Jun 2002 02:24:31.0498 (UTC) FILETIME=[476816A0:01C2166F] 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 > Hi! > > I'm a student trying to improve performance over > TCP/IP in heterogeneus networks (wired + wireless). > > The fact, is that we are using a PC with FreeBSD 3.2 > as Basestation in our testbed. > > The problem raises when recompiling kernel that > contains new code. Everything works fine, except when > doing "make install", showing next: > ################################################## > abla# make install > > You must first build your kernel before trying > to install. > > *** Error code 1 > > Stop. > ################################################### The problem here is that the problem you describe mentions nothing about the other build processes. In my case, the machine name is alpha (DNS, not hardware). I do the following. cd /sys/i386/conf/ vi alpha - Make my mods here config alpha cd ../../compile/alpha make depend && make then to install the kernel make install > > It compiles new kernel without error, 'cause it > appears in the subdirectory, and I've tested it !!. > > But when doing "make install" it fails to "store" at > "/" and to modify default booting. > > Can anybody help me ? Hope I have been some help. Otherwise can you describe the exact problem your having? > Thanks in advance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message