おのたく日記 YouTubeも始めました→
2007-05-14(Mon) [長年日記]
■ [Debain]i386の source.listも見直し
昨日にひきつづきi386側もsource.listを見直した
deb http://ftp.jp.debia.org/debian etch main contrib non-free
deb http://security.debian.org/ etch/updates main contrib non-free
deb http://volatile.debian.net/debian-volatile etch/volatile main contrib non-free
deb http://ftp.debian-unofficial.org/debian etch main contrib non-free restricted
deb http://www.backports.org/debian/ etch-backports main non-free
#mplayer http://www.debian-multimedia.org/
deb http://www.debian-multimedia.org etch main
そしたら、またまた
W: GPG error: http://ftp.debian-unofficial.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D5642BC86823D007
W: GPG error: http://volatile.debian.net etch/volatile Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EC61E0B0BBE55AB3
W: GPG error: http://www.backports.org etch-backports Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EA8E8B2116BA136C
と出たので、鍵集め
# gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 6823D007
gpg: key 6823D007: public key "Debian Unofficial Archive Automatic Signing Key (2006)
# gpg --armor --export 6823D007 | apt-key add -
OK
# gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys BBE55AB3
gpg: key BBE55AB3: public key "Debian-Volatile Archive Automatic Signing Key (4.0/etch)" imported
# gpg --armor --export BBE55AB3 | apt-key add -
OK
# gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 16BA136C
gpg: key 16BA136C: public key "Backports.org Archive Key
# gpg --armor --export 16BA136C| apt-key add -
OK
一瞬、adm64とi386のrootのホームディレクトリをリンクして、gpgのkey fileを共通にすれば、両方でgpgする必要がなくなって楽かと思ったけど、すでに分かれてしまっているのと、セキュリティの心配がありそうだったのでやめた。
|