ZFSインストールでのPPA設定にてENTERキー入力後ハングアップ

PC

ZFSインストールでのPPA設定にてENTERキー入力後ハングアップする。
別のターミナルからsshで接続して、apt-get updateすると、

W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1196BA81F6B0FC61

とのエラー。

PPA設定に必要な公開鍵をインストールする。

foo@myhost:~$ gpg --keyserver keyserver.ubuntu.com --recv-key 1196BA81F6B0FC61

foo@myhost:~$ gpg -a --export F6B0FC61 | sudo apt-key add -
OK
<pre class="brush:text ; gutter:false">
foo@myhost:~$ apt-get update
foo@myhost:~$ sudo apt-get install debootstrap ubuntu-zfs

foo@myhost:~$ sudo apt-get update

参考URL

Last Updated on 2024-08-13 by spicebeat

タイトルとURLをコピーしました