From owner-freebsd-questions Tue Feb 18 18:19: 3 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 848A337B401 for ; Tue, 18 Feb 2003 18:19:02 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F35643FA3 for ; Tue, 18 Feb 2003 18:19:01 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.3/8.12.3) with ESMTP id h1J2IxrX005920; Tue, 18 Feb 2003 21:19:00 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E52E993.8050209@potentialtech.com> Date: Tue, 18 Feb 2003 21:18:59 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Fozzy the Bear Cc: freebsd-questions@FreeBSD.ORG, cyrille.lefevre@laposte.net Subject: Re: DHCPD Error References: <20030219003205.20000.qmail@web80006.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Fozzy the Bear wrote: > I just cvsup'd to the most recent FreeBSD 5.0-release. > And I downloaded the most recent port of > ISC-DHCP3-3.0.1.r11_1 I then configure the dhcpd.conf > in /usr/local/etc When I restart my computer I get an > error that tells me I need "ddns-update-style ad-hoc;" > in my conf file for it to work. So I add that line, > restart, and then I get this error: > > old name service update routine line 11: illegal > expression relating different types > if (defines (ddns-fwd-name) and ddns-fwd-name != > can't parse standard dns updater! I had this problem as well. You can work around it by using: ddns-update-style none; I don't know why nothing else works, but that will get you going. I'm copying the port maintainer on this. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message