'Etch'에 해당되는 글 2건

  1. 2007/04/13 Debian etch 4.0 정식 릴리즈 되었다네.. -_-;;
  2. 2006/12/28 Debian Etch에서 apt-get update시 public key 오류..
2007/04/13 12:09

Debian etch 4.0 정식 릴리즈 되었다네.. -_-;;

너무나 오래 걸려서 나온다 안나온다 말도 많았고..
데비안을 포기한다는 말까지도 들어봤었는데..
모든 걱정을 한방에 날려주는 소식..

드디어!!
라고 말하고는 싶지만..




휴우.. 손볼데가 한두군데가 아니군.. ㅜ_ㅜ

Trackback 0 Comment 0
2006/12/28 12:15

Debian Etch에서 apt-get update시 public key 오류..

apt-get update를 할 때.. (혹은 dselect에서 update..)

W: There are no public key available for the following key IDs:
A70DAF536070D3A1
W: You may want to run apt-get update to correct these problems

위와 같은 오류 발생..
정확히는 모르겠으나 gpg-key를 변경했다는 것 같으니 바꿔주자..

# gpg --keyserver wwwkeys.eu.pgp.net --recv-keys A70DAF536070D3A1
gpg: directory `/root/.gnupg' created
gpg: new configuration file `/root/.gnupg/gpg.conf' created
gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/root/.gnupg/secring.gpg' created
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: requesting key 6070D3A1 from hkp server wwwkeys.eu.pgp.net
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key 6070D3A1: public key "Debian Archive Automatic Signing Key (4.0/etch) <ftpmaster@debian.org>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1
# apt-key add /root/.gnupg/pubring.gpg
OK

A70DAF536070D3A1 대신 위 오류 메시지에 키값을 입력해주면 된다..

이제 정상적인 업데이트가 가능하다..

Trackback 0 Comment 0