From owner-freebsd-stable@FreeBSD.ORG Wed Jan 22 21:20:59 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 45874F8E; Wed, 22 Jan 2014 21:20:59 +0000 (UTC) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.freebsd.org (Postfix) with ESMTP id 057C814B0; Wed, 22 Jan 2014 21:20:58 +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=qjZ+A2zxciqIlyMedpKUDlzWuI2TS1IW6zzCKnUOsuc=; b=fsZqMMRz0obJY+ME0Zzji9gOvDv0FLAQT7yNtybneJHYSoO3s0CKjXoGETXVOf5up4IwLEPlLhrb6FGafkutNo4ypmeYr8UkLhcYUqEaOfw9fonkDgwaCQUaV5ZJyx5HX5UGpM8jSXAR1QuXrUs3vJS0tn7DiCJAo4eMdpNuFfI=; Received: from iglou1.iglou.com ([192.107.41.3]:41529 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1W65EI-000561-3P by authid with igloumta_auth; Wed, 22 Jan 2014 16:20:58 -0500 Received: from shell1.iglou.com ([192.107.41.17]:40887 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1W65EH-0004JJ-TB; Wed, 22 Jan 2014 16:20:58 -0500 Date: Wed, 22 Jan 2014 16:20:57 -0500 (EST) From: Darrel X-X-Sender: levitch@shell1 To: Ryan Steinmetz Subject: Re: freeradius3 dhcp.dictionary error In-Reply-To: <20140122210752.GA35660@exodus.zi0r.com> Message-ID: References: <20140122195843.GA901@exodus.zi0r.com> <20140122210752.GA35660@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: Wed, 22 Jan 2014 21:20:59 -0000 >>>> >>>>>> "Errors reading dictionary: dict_init: >>>>>> /usr/local/share/freeradius/dictionary.dhcp[208]: >>>>>> Type "tlv" can only be for "format=1,1". >>>>>> >>> >>> Can you send me a copy of your >>> /usr/local/share/freeradius/dictionary.dhcp file? >>> >> >> - file is attached to this e-mail >> > > > % diff -urN dictionary.dhcp /tmp/dictionary.dhcp > % > [~/commits/ports/net/freeradius3/work/freeradius-server-3.0.0/share] > > Looks like it is the exact same file that is included with the 3.0.0 > archive. > > What's the output of: > pkg_info|grep freeradius > $ pkg info | grep freeradius freeradius3-3.0.0_2 The two comments from the freeradius list are indicating the FreeBSD port: 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