From owner-freebsd-isp@FreeBSD.ORG Mon Sep 18 14:56:58 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3120B16A4E6 for ; Mon, 18 Sep 2006 14:56:58 +0000 (UTC) (envelope-from nuno.antunes@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCFA343D7E for ; Mon, 18 Sep 2006 14:56:55 +0000 (GMT) (envelope-from nuno.antunes@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so2982958nfc for ; Mon, 18 Sep 2006 07:56:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=juBSoZVqvVxMCi7j0MWTS1ar1Ts3jhiGfNbbTzji152y7pyIDR0oHatA7mc30xQ2gUKOfmcgH83R6cdlteU8ErDNWr5+R3pDnVB4Pzj0J/6u1aYpipGIxADsohCU3SN1Mo7CAH2sa5NwIrenEsOsqHOJudcR9Z+Y2wN1QQIAAwc= Received: by 10.48.230.18 with SMTP id c18mr17023081nfh; Mon, 18 Sep 2006 07:56:54 -0700 (PDT) Received: by 10.49.63.7 with HTTP; Mon, 18 Sep 2006 07:56:53 -0700 (PDT) Message-ID: <262949390609180756s27971fecr677f2633b53db9a7@mail.gmail.com> Date: Mon, 18 Sep 2006 15:56:54 +0100 From: "Nuno Antunes" To: "Nick Kraal" In-Reply-To: <450E7A8B.7000107@arc.net.my> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <450E7A8B.7000107@arc.net.my> Cc: freebsd-isp@freebsd.org Subject: Re: /usr/sbin/conf error - config(8) is out of date X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:56:58 -0000 On 9/18/06, Nick Kraal wrote: > Dear all, > > Trying to upgrade v4.11 to v5.5 using the traditional way: > > %su-2.05b# /usr/sbin/config GENERIC > ../../conf/files: coda/coda_fbsd.c must be optional, mandatory or standard > Your version of config(8) is out of sync with your kernel source. > > Is there way to fix this? Buildworld first (no need to install) and then run config. Regards, Nuno