GPGエラー、署名公開鍵は利用できません。


10

apt-get updateは次を返します:

W: GPG error: http://pl.archive.ubuntu.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32
W: GPG error: http://pl.archive.ubuntu.com trusty-updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32
W: GPG error: http://extras.ubuntu.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192
W: GPG error: http://deb.torproject.org trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EE8CBC9E886DDD89
W: GPG error: http://security.ubuntu.com trusty-security Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32
W: GPG error: http://dl.google.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A040830F7FAC5991
W: GPG error: http://dl.google.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A040830F7FAC5991

私は古い質問から多くの推奨される解決策を試しましたが、何も役に立たないようです。

  • sudo apt-get clean

  • sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5(欠落しているすべてのキーを含む)

  • 自動的にキーを復元するはずのlauchpad-getkeysをインストールしました

何か案は?


ありがとう、でも述べたように、私は--recv-keysを試してみました。
アダム

コマンドの出力を投稿してくださいsudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 40976EAF437D05B5
sмurf

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.ux3Y2CVCoP --no-auto-check-trustdb --trust-model always (リポジトリのトリミングされたリスト) gpg: keyblock resource /etc/apt/trusted.gpg.d/xorg-edgers-ppa.gpg: resource limit gpg: keyblock resource /etc/apt/trusted.gpg.d/yktooo-ppa.gpg: resource limit gpg: requesting key 437D05B5 from hkp server keyserver.ubuntu.com gpg: key 437D05B5: "Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>" not changed gpg: Total number processed: 1 gpg: unchanged: 1
Adam


1
@isomorphismes NOPE。その特定のキー40976EAF437D05B5は非常に頑固で修正が難しいため、Q 13065は、OPがとにかく何回も試行したケースのみを対象としています。これは、トルクスドライバーが必要なときにPozidrivドライバーをくれたようなものです。;)
Syntaxerror

回答:


2

おそらくバグ1263540の影響を受けています。私はあなたが試すことを勧めます:

  1. sudo apt-get clean
  2. sudo mv / var / lib / apt / lists /var/lib/apt/lists.old
  3. mkdir -p / var / lib / apt / lists / partial
  4. /etc/apt/trusted.gpg.d/にある長さ0のファイルをすべて削除します
  5. sudo apt-get update

動作しない場合は、手順2でバックアップした/ var / lib / apt / listsを復元します。

ソース


それを修正しました:)私はその後も同じ問題を抱えていたので、あなたの手順に従うことが助けになったかどうかわかりません。長さが0でなくても、/ etc / apt / trusted.gpg.dのyktooo-ppa.gpgを削除したようです。上記のmentionnedとして、それ以前に来たので、私はそれを選んだ鍵ブロックリソース/etc/apt/trusted.gpg.d/yktooo-ppa.gpg:リソース制限のgpg
アダム

別のリポジトリを追加したところ、エラーが返されました。それはあなたがリンクしたのと同じバグのようです:(彼らがすぐにそれを修正してくれることを願っています
アダム

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.