From owner-freebsd-stable@FreeBSD.ORG Thu Jan 23 13:18:26 2014 Return-Path: Delivered-To: FreeBSD-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C6DF83F; Thu, 23 Jan 2014 13:18:26 +0000 (UTC) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.freebsd.org (Postfix) with ESMTP id 38FAE1DCD; Thu, 23 Jan 2014 13:18:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=iglou.com; s=alpha; h=Content-Type:MIME-Version:References:Message-ID:In-Reply-To:Subject:cc:To:From:Date; bh=plcE8eWLYHVuIR6JHp/CxNHQdSOUPXP0JpWfrK8sitA=; b=ErexO6YKClhL8ysHlCbcR9BjfMk/ZYee1Dc6TSvme94H0XMFq0t7Zl+2UAqvRFvwYVN653+YUojy+xISlYEajueC6MEwtw6gOsA4VZ5ZBvsOsZlMkQ3CxEhRM1IrCzf/rALvRkX2WxBfpsoD+Jot1g3TdDfsPlZVN1EUG9UxYfc=; Received: from iglou1.iglou.com ([192.107.41.3]:53745 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1W6KAr-0004Zd-65 by authid with igloumta_auth; Thu, 23 Jan 2014 08:18:25 -0500 Received: from shell1.iglou.com ([192.107.41.17]:54473 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1W6KAq-0004NX-So; Thu, 23 Jan 2014 08:18:25 -0500 Date: Thu, 23 Jan 2014 08:18:24 -0500 (EST) From: Darrel X-X-Sender: levitch@shell1 To: Ryan Steinmetz Subject: Re: freeradius3 dhcp.dictionary error In-Reply-To: <20140122223636.GA68486@exodus.zi0r.com> Message-ID: References: <20140122195843.GA901@exodus.zi0r.com> <20140122210752.GA35660@exodus.zi0r.com> <20140122223636.GA68486@exodus.zi0r.com> User-Agent: Alpine 2.00 (GSO 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Originating-IP: 192.107.41.17 X-IgLou-Customer: 3cb6f76205bd20f518810676a67a982b Cc: FreeBSD-stable@FreeBSD.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 13:18:26 -0000 >> >> installed 3 onto a system that had 2.x ? the dictionaries dont get >> overwritten. >> it appears you have v2 dictionary - which FR3 really wont like. >> ----------------------------------------------------------------------- >> Yes. It works in the default distribution. >> >> Please try downloading the "tar" file from the freeradius.org site. >> Do the normal "./configure; make; make install". Then try to run the >> server. >> >> If it works, file a bug with the FreeBSD people. They've mangaged to >> break the server. >> >> If it doesn't work, I'll see if I have a FreeBSD system around >> somewhere for testing. >> ----------------------------------------------------------------------- >> Darrel > > I suspect that net/freeradius3 was installed on a system with > net/freeradius2 already installed on it. It looks like the CONFLICTS > line was not correct after a commit was made to net/freeradius3. > > If you had pkg_delete'd the existing port before installing 3.0.0, I > suspect everything would have gone as expected. > > I've updated the CONFLICTS line to resolve this. > This is actually an installation of FreeBSD10 release, upgraded from a release candidate, -rc4 if I recall correctly. It never had freeradius until version 3. So, I ran this: # cd /usr/ports/net/freeradius # rm -rf /usr/local/etc/raddb !-- my rm is aliased to srm. not significant # portsnap fetch update # make install clean # radiusd -XC Errors reading dictionary: dict_init: /usr/local/share/freeradius/dictionary.dhcp[208]: Type "tlv" can only be for "format=1,1" dictionary.dhcp is dated 2011. Same error. Also, someone from FreeRadius list mentioned that there *is no* such information on line 208. I am surprised to be the only one seeing this. Perhaps the FreeRadius admins are comfy with their old installations? Darrel