From owner-freebsd-stable@FreeBSD.ORG Wed Jan 22 16:29:56 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 58B7DE81 for ; Wed, 22 Jan 2014 16:29:56 +0000 (UTC) Received: from mail-ve0-x22c.google.com (mail-ve0-x22c.google.com [IPv6:2607:f8b0:400c:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14D96190B for ; Wed, 22 Jan 2014 16:29:56 +0000 (UTC) Received: by mail-ve0-f172.google.com with SMTP id c14so372910vea.31 for ; Wed, 22 Jan 2014 08:29:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xk3qqt3z0Xy+UvbL2BtaHGFiRoZeIy5upYqUOqyEt1c=; b=EWPQgB+Dn6kM3Sq6dw2dcVMRRKZN2uou+0VMsspQhUdIiBnPdfGJ/tJS0PpM+h7gI9 nvWKtDQA2zcN55cyNRRSNGJTwUP6vLe9a7fud6E7Su4JEsuHBTvjHXzGSpSACdNSWf2q HhSPCiPvnIJ+3iP5z8vJyLiNKB+Xij1uOAoIKW/o4zvWPBio3l4tH9hiwigsbd8AXmhu HQcn7NfQn9avFs/GBzJ7X/Pzd5Zx6A8HveA2y0DK/+iy9uPwX5xXKUxenObjksV4L2G1 omGquHk6Ox19kPF+fWybErb7r8BAu504qVr7RBrA5+efFNF7ma2CAm7Be54dLyY3gOLu 5AzA== MIME-Version: 1.0 X-Received: by 10.221.54.65 with SMTP id vt1mr71583vcb.46.1390408195214; Wed, 22 Jan 2014 08:29:55 -0800 (PST) Received: by 10.220.168.135 with HTTP; Wed, 22 Jan 2014 08:29:55 -0800 (PST) In-Reply-To: References: Date: Wed, 22 Jan 2014 11:29:55 -0500 Message-ID: Subject: Re: freeradius3 error on freebsd10 From: Thomas Hoffmann To: Darrel Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Stable 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 16:29:56 -0000 On Wed, Jan 22, 2014 at 10:26 AM, Darrel wrote: > Hello, > > Perhaps this should be sent to the freeradius list. I have not built > freeradius3 anywhere else- so not sure. > > "Errors reading dictionary: dict_init: /usr/local/share/freeradius/ > dictionary.dhcp[208]: > Type "tlv" can only be for "format=1,1". > > I do not even want the dhcp dictionary. It arrived with the others. > > The only option I added to the build was "with postgresql support". > > Anyone familiar with this? > > Darrel IIRC, that error means you are using a 2.x dictionary with a 3.x version. You should not get that error with a clean 3.x installation. Are you installing 3.x over 2.x? If so, I'd suggest wiping the 2.x version first, than installing 3.x. For more in depth info I'd suggest the freeradius lists. - Tom