'Etch'에 해당되는 글 2건
- 2007/04/13 Debian etch 4.0 정식 릴리즈 되었다네.. -_-;;
- 2006/12/28 Debian Etch에서 apt-get update시 public key 오류..
너무나 오래 걸려서 나온다 안나온다 말도 많았고..
데비안을 포기한다는 말까지도 들어봤었는데..
모든 걱정을 한방에 날려주는 소식..
드디어!!
라고 말하고는 싶지만..
휴우.. 손볼데가 한두군데가 아니군.. ㅜ_ㅜ
'tips > linux' 카테고리의 다른 글
| Debian etch 4.0 정식 릴리즈 되었다네.. -_-;; (0) | 2007/04/13 |
|---|---|
| Debian Etch에서 apt-get update시 public key 오류.. (0) | 2006/12/28 |
| postfix에서 sasl 인증 오류로 메일이 발송되지 않을때.. (0) | 2006/12/12 |
| EUC-KR로 작성된 파일을 UTF-8로 변환 (0) | 2006/11/21 |
| strace.. (0) | 2006/11/08 |
| 쉘 프로그래밍에서의 인클루드.. (0) | 2006/10/10 |
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 대신 위 오류 메시지에 키값을 입력해주면 된다..
이제 정상적인 업데이트가 가능하다..
'tips > linux' 카테고리의 다른 글
| Debian etch 4.0 정식 릴리즈 되었다네.. -_-;; (0) | 2007/04/13 |
|---|---|
| Debian Etch에서 apt-get update시 public key 오류.. (0) | 2006/12/28 |
| postfix에서 sasl 인증 오류로 메일이 발송되지 않을때.. (0) | 2006/12/12 |
| EUC-KR로 작성된 파일을 UTF-8로 변환 (0) | 2006/11/21 |
| strace.. (0) | 2006/11/08 |
| 쉘 프로그래밍에서의 인클루드.. (0) | 2006/10/10 |

Prev
Rss Feed