From owner-freebsd-current@FreeBSD.ORG Thu Feb 10 20:08:49 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E105816A4CE for ; Thu, 10 Feb 2005 20:08:48 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67F2C43D1D for ; Thu, 10 Feb 2005 20:08:48 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so224815rns for ; Thu, 10 Feb 2005 12:08:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=GEMv8TM42xpn1l3f+0Hoq4T4038uWMviRDSu+hxSY5TwZhaNOULHSfE5rXR47N7v48TA7rtvwy3to/PvBGg2vnYJ5V2EY+0j5wHr4jLP0iFrSdK/kPo2iVUTuvnqkwfsff9AqV9T8KpouYPeqKhKq1gT+1xjiscFOLctiLCJ7dA= Received: by 10.38.179.13 with SMTP id b13mr5399rnf; Thu, 10 Feb 2005 12:08:47 -0800 (PST) Received: by 10.38.8.9 with HTTP; Thu, 10 Feb 2005 12:08:47 -0800 (PST) Message-ID: Date: Fri, 11 Feb 2005 04:08:47 +0800 From: Jiawei Ye To: Scot Hetzel In-Reply-To: <790a9fff05021011487e1724a5@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <790a9fff05021011487e1724a5@mail.gmail.com> cc: freebsd-current@freebsd.org Subject: Re: -current config(8) problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jiawei Ye List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2005 20:08:49 -0000 On Thu, 10 Feb 2005 13:48:35 -0600, Scot Hetzel wrote: > > ERROR: version of config(8) does not match kernel! > > config version = 600001, version required = 600000 > > > Did you do a "make buildworld" before your "make kernel"? > > If you did, then do as the error messages says above: I actually did, but shouldn't 600001 be greater than 600000? The kernel asking for an older version of config(8) is really strange to me. Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming