From owner-freebsd-questions@FreeBSD.ORG Wed Aug 11 03:23:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DB4D16A4CE for ; Wed, 11 Aug 2004 03:23:41 +0000 (GMT) Received: from pd3mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E336043D31 for ; Wed, 11 Aug 2004 03:23:40 +0000 (GMT) (envelope-from bw2003@shaw.ca) Received: from pd3mr6so.prod.shaw.ca (pd3mr6so-qfe3.prod.shaw.ca [10.0.141.21])2003))freebsd-questions@FreeBSD.ORG; Tue, 10 Aug 2004 21:15:17 -0600 (MDT) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd3mr6so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I2900HB0IDHKI70@pd3mr6so.prod.shaw.ca> for freebsd-questions@FreeBSD.ORG; Tue, 10 Aug 2004 21:15:17 -0600 (MDT) Received: from potlavj0m8twaq (S0106000d3a747f62.ls.shawcable.net [24.76.211.223])2003)) freebsd-questions@FreeBSD.ORG; Tue, 10 Aug 2004 21:15:17 -0600 (MDT) Date: Tue, 10 Aug 2004 23:15:16 -0400 From: Ryan To: Gary Kline Message-id: <001d01c47f51$6ceaeb30$4302a8c0@potlavj0m8twaq> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Mailer: Microsoft Outlook Express 6.00.2800.1437 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit X-Priority: 1 X-MSMail-priority: High References: <20040810235257.GA34971@tao.thought.org> cc: freebsd-questions@FreeBSD.ORG Subject: Re: wedged X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 03:23:41 -0000 To update your system, you should use the following procedure: # make buildworld # make buildkernel KERNCONF=CONFIG-FILE # make installkernel KERNCONF=CONFIG-FILE # reboot You should boot in single user mode (using boot -s from loader prompt for example). Then run: # mergemaster -p # make installworld # mergemaster # reboot ----- Original Message ----- From: "Gary Kline" To: "FreeBSD Mailing List" Sent: Tuesday, August 10, 2004 7:52 PM Subject: wedged > > People, > > This morning I cvsup's the -current src for my laptop. > When I try to "config GENERIC", eithr directly or by typing > make buildkernel, I get an error from /usr/sbin/config > that it is not in sync with the kernel. I think it > complains that it is 500012 where I need 500013. > > I tried cd'ing to /usr/sbin/config and doing a make > install clean. Stumbled into a lex error and the build > quits. Any thoughts on what to try next?? I'm > doing a buildworld just in case buildkernel reaches into > soome newly build binary. Otherwise, could somebody > with a working config -CURRENT binary email it my way. > > (I'm not sure what the lex error is or why is halts > the build; possibly the makefile/*mk stuff is set up > to die at any err.) > > Ideas, guys? and, tia, of course, > > gary > > > > -- > Gary Kline kline@thought.org www.thought.org Public service Unix > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"