From owner-freebsd-current@freebsd.org Mon Feb 27 20:35:49 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1097FCF0505 for ; Mon, 27 Feb 2017 20:35:49 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDF85EC8 for ; Mon, 27 Feb 2017 20:35:48 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1ciRmg-0004qU-8c for freebsd-current@freebsd.org; Mon, 27 Feb 2017 21:20:38 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-current@freebsd.org Subject: Re: pkg update fails with: rsa verify failed: error:04091077:rsa routines:INT_RSA_VERIFY:wrong signature length References: <1488184446.982780.893883440.0C3B80AD@webmail.messagingengine.com> Date: Mon, 27 Feb 2017 21:20:37 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <1488184446.982780.893883440.0C3B80AD@webmail.messagingengine.com> User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: b011d5308189b8f364b008c39e0eea9f X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 20:35:49 -0000 On Mon, 27 Feb 2017 09:34:06 +0100, Dave Cottlehuber wrote: > I'm seeing this this morning on both 12.0-CURRENT systems > (running drm-next kernel), and I see 1 other report on IRC. As > presumably this will be fixed in due course, this is a heads up > to let other people searching that they are not alone in their > misery. > ``` > # pkg update > Updating FreeBSD repository catalogue... > Fetching meta.txz: 100% 944 B 0.9kB/s 00:01 > Fetching packagesite.txz: 100% 6 MiB 1.2MB/s 00:05 > pkg: rsa verify failed: error:04091077:rsa routines:INT_RSA_VERIFY:wrong > signature length > pkg: No trusted certificate has been used to sign the repository > Unable to update repository FreeBSD > ``` > > A+ > Dave I'm still seeing this. Any news on it? Regards, Ronald.