From owner-freebsd-questions@FreeBSD.ORG Thu Oct 23 12:53:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9EEB1065672 for ; Thu, 23 Oct 2008 12:53:04 +0000 (UTC) (envelope-from alasdair@iprimus.com.au) Received: from mx05.syd.iprimus.net.au (mx05.syd.iprimus.net.au [210.50.30.235]) by mx1.freebsd.org (Postfix) with ESMTP id 4CE6E8FC26 for ; Thu, 23 Oct 2008 12:53:03 +0000 (UTC) (envelope-from alasdair@iprimus.com.au) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtMEAMAJAEnAqBRz/2dsb2JhbAAIh3CEOQGGOq4Tg04 X-IronPort-AV: E=Sophos;i="4.33,470,1220191200"; d="scan'208";a="150990027" Received: from 115.20-168-192.network.zzz.iprimus.net.au (HELO cpms02.int.iprimus.net.au) ([192.168.20.115]) by s95.int.iprimus.net.au with ESMTP; 23 Oct 2008 23:23:09 +1100 Received: from [192.168.20.141] by cpms02.int.iprimus.net.au with HTTP; Thu, 23 Oct 2008 23:23:07 +1100 Date: Thu, 23 Oct 2008 22:23:07 +1000 Message-ID: <48E3D8C900016263@cpms02.int.iprimus.net.au> From: alasdair@iprimus.com.au To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: problem with" freebsd-update-upgrade.tgz.asc" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2008 12:53:04 -0000 Hi, I have downloaded the above script from http://www.daemonology.net/blog/2007-11-11-freebsd-major-version-upgrade.html Installed gpg all set up ok AFAICT. put the freebsd security officer's public key on my gpg keyring . Used the following command to verify the file: localhost# gpg --verify freebsd-update-upgrade.tgz.asc freebsd-update-upgrade.tgz gpg: can't open signed data `freebsd-update-upgrade.tgz' gpg: can't hash datafile: No such file or directory localhost# AFAICT the public key is ok pub 1024D/CA6CDFB2 2002-08-27 uid FreeBSD Security Officer sub 2048g/A3071809 2002-08-27 Apart from the fact that the file could be dodgy (?) What could be the problem? Have I used the wrong key? I imagine the error msg would be different if that was the case. Thanks, Alasdair