From owner-freebsd-questions@FreeBSD.ORG Thu Feb 5 03:28:12 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 04A2016A4CE for ; Thu, 5 Feb 2004 03:28:12 -0800 (PST) Received: from out004.verizon.net (out004pub.verizon.net [206.46.170.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E62343D48 for ; Thu, 5 Feb 2004 03:28:10 -0800 (PST) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([4.46.22.189]) by out004.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040205112809.LLNE8186.out004.verizon.net@duron.pcmedx.com>; Thu, 5 Feb 2004 05:28:09 -0600 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id F3AAEAC69; Thu, 5 Feb 2004 03:28:08 -0800 (PST) Received: from duron.pcmedx.com ([127.0.0.1]) by localhost (duron.pcmedx.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 47271-02; Thu, 5 Feb 2004 03:28:08 -0800 (PST) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id EAE04A9DD; Thu, 5 Feb 2004 03:28:07 -0800 (PST) Message-ID: <003601c3ebdb$22ccd400$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: References: <200402051215.16073.nicolas.gafgo@bredband.net> Date: Thu, 5 Feb 2004 03:28:10 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [4.46.22.189] at Thu, 5 Feb 2004 05:28:09 -0600 cc: Nicolas Subject: Re: Newbie trying to build a new world 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: Thu, 05 Feb 2004 11:28:12 -0000 > config: /usr/src/sys/i386/conf/MOAK:274: syntax error This means you have an error on line 274 of your kernel configuration file. Since line 274 is "options PNPBIOS", I'm guessing that this option is deprecated and/or unavailable in 5.X.