From owner-freebsd-current@freebsd.org Mon Feb 27 08:34:14 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 71986CEFCF4 for ; Mon, 27 Feb 2017 08:34:14 +0000 (UTC) (envelope-from dch@skunkwerks.at) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48DADE39 for ; Mon, 27 Feb 2017 08:34:13 +0000 (UTC) (envelope-from dch@skunkwerks.at) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id B5271207B0 for ; Mon, 27 Feb 2017 03:34:06 -0500 (EST) Received: from web6 ([10.202.2.216]) by compute7.internal (MEProxy); Mon, 27 Feb 2017 03:34:06 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=skunkwerks.at; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=Zk6hMzmVtdyGs6lhUi6g9sesiCs=; b=oUj9RFrz7WWcoV7ii90DN 5MdftoddRrkzBLOj766Fp1G4O4eRO+IeANxmmGkj2hX2DQYTSbHwYZJhcLBdvGc9 JaZ9RfgUInc/yzp8xzBtLKZCvhSxRAfMDpoa5Xs27t8JBh12/fUcB3XiCpyJVuJj qV/Vx0ULQE5lAzkNczME+8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=smtpout; bh=Zk6hMzmVtdyGs6lhUi6g9sesi Cs=; b=dBzWOWTphF9YQ3lkVpCwpFQmdjs9kiEEih/ZyU3qdNtQYZAzBtZcW1t2Z jLhtjL54WpaQXt6vn3UD3jQ8YWqilNcPzN2lV3TTiEdpdOHE62uE7JuP/Z3Hd2H4 AAqOfNox73DbPjFtSWUPoADwdE5gpUFBfcfchnHa0ru9yffXLg= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 8BB0648006; Mon, 27 Feb 2017 03:34:06 -0500 (EST) Message-Id: <1488184446.982780.893883440.0C3B80AD@webmail.messagingengine.com> From: Dave Cottlehuber To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-715c2c0c Date: Mon, 27 Feb 2017 09:34:06 +0100 Subject: pkg update fails with: rsa verify failed: error:04091077:rsa routines:INT_RSA_VERIFY:wrong signature length 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 08:34:14 -0000 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