From owner-freebsd-questions Wed Mar 5 13:16:10 2003 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 CF70537B401 for ; Wed, 5 Mar 2003 13:16:08 -0800 (PST) Received: from diana.northnetworks.ca (att-ws20.switchview.com [216.13.70.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCC5E43FA3 for ; Wed, 5 Mar 2003 13:16:07 -0800 (PST) (envelope-from iaccounts@northnetworks.ca) Received: from localhost (iaccounts@localhost) by diana.northnetworks.ca (8.11.6/8.11.6) with ESMTP id h25LG7615373 for ; Wed, 5 Mar 2003 16:16:07 -0500 (EST) (envelope-from iaccounts@northnetworks.ca) Date: Wed, 5 Mar 2003 16:16:07 -0500 (EST) From: IAccounts To: freebsd Subject: Re: 4.3 -> RELENG_4 In-Reply-To: <20030305130116.Y51291-100000@diana.northnetworks.ca> Message-ID: <20030305160641.U7942-100000@diana.northnetworks.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 > > Basically: > > Update your source with cvsup > > read /usr/src/UPDATING and follow any instructions required (I believe > > you'll need to manually create the relatively new sendmail users) > > Reveiw you kernel config file to see if any options have changed since > > 4.3 > > make buildkernel > > make installkernel > > reboot >>> if the reboot doesn't go well, boot kernel.old and copy it to > > /kernel to get back to 4.3 > > make buildworld > > make installworld Ok, I have cvsup'ped successfully, upon buildkernel I get: "Error: version of config does not match kernel! config version = 400018, version required = 400019 Make sure that /usr/src/usr.sbin/config is in sync with your /usr/src/sys and install a new config binary before trying this again." Doing a: # cd /usr/src/usr.sbin/config # make Fails with "make: dont' know hwo to make config.1. Stop" At this point it looks like everything has compiled, and is in the linking object files stage. I understand that I am doing oposite of what the handbook says by installing a new kernel first, but is there a way to get around the out of date config problem so I can proceed in this 'backwards' approach? Tks. Steve Bertrand To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message