Return-path: Received: from mail-px0-f174.google.com ([209.85.212.174]:49528 "EHLO mail-px0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751409Ab0KXSFM convert rfc822-to-8bit (ORCPT ); Wed, 24 Nov 2010 13:05:12 -0500 Received: by pxi15 with SMTP id 15so7506pxi.19 for ; Wed, 24 Nov 2010 10:05:12 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20101124175035.GG7435@tuxdriver.com> References: <4CED4464.2000106@archlinux.org> <20101124170639.GD7435@tuxdriver.com> <20101124175035.GG7435@tuxdriver.com> From: "Luis R. Rodriguez" Date: Wed, 24 Nov 2010 10:04:50 -0800 Message-ID: Subject: Re: [ANN] wireless-regdb: master-2010-11-22 To: "John W. Linville" Cc: =?UTF-8?Q?Thomas_B=C3=A4chler?= , linux-wireless@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, Nov 24, 2010 at 9:50 AM, John W. Linville wrote: > On Wed, Nov 24, 2010 at 09:33:36AM -0800, Luis R. Rodriguez wrote: >> On Wed, Nov 24, 2010 at 9:06 AM, John W. Linville >> wrote: >> > On Wed, Nov 24, 2010 at 05:59:16PM +0100, Thomas Bächler wrote: >> >> Am 23.11.2010 05:10, schrieb >> >> wireless-cdvu00un1VgdHxzADdlk8Q@public.gmane.org: >> >> > A new release of wireless-regdb (master-2010-11-22) is available at: >> >> > >> >> > http://wireless.kernel.org/download/wireless-regdb/wireless-regdb-2010.11.22.tar.bz2 >> >> > >> >> > SHA1 sum: d0b008b4d32105cf6a87860b5a69e8066b03baaa >> >> > >> >> > >> >> > For your convenience the individual regulatory.bin file can be downloaded from: >> >> > >> >> > http://wireless.kernel.org/download/wireless-regdb/regulatory.bins/2010.11.22-regulatory.bin >> >> > >> >> > SHA1 sum d7e558216ebe4d5ad01ccb0029c64456f740b9fd >> >> >> >> Hello, >> >> >> >> the binary does not work for me: >> >> >> >> $ sha1sum 2010.11.22-regulatory.bin >> >> d7e558216ebe4d5ad01ccb0029c64456f740b9fd  2010.11.22-regulatory.bin >> >> $ regdbdump ./2010.11.22-regulatory.bin >> >> Database signature verification failed. >> >> >> >> The old 2009.11.25-regulatory.bin works fine. >> > >> > It seems to be working for me, even on a freshly installed RHEL6 box >> > (so no random keys scattered about). >> > >> > Anyone else seeing this issue?  I seem to remember that we had a >> > similar problem some time back...? >> >> I see the same issue: >> >> mcgrof@tux ~/devel/crda (git::master)$ ./regdbdump >> /home/mcgrof/2010.11.22-regulatory.bin >> Database signature verification failed. > > Alright, looks like I mislocated a key file when I switched laptops. > I think it is corrected now...give it a try? What's the URL? mcgrof@tux ~/devel/crda (git::master)$ ./regdbdump 2010.11.22-regulatory.bin Database signature verification failed. mcgrof@tux ~/devel/crda (git::master)$ sha1sum 2010.11.22-regulatory.bin d7e558216ebe4d5ad01ccb0029c64456f740b9fd 2010.11.22-regulatory.bin Luis