[우분투] apt-get update 에서 BADSIG 에러입니다.

hitman7의 이미지

제목과 같이 apt-get update 명령 실행시 BADSIG 에러가 나면서 update를 하지 못합니다.

에러출력
==========================================================
root@simln:/etc/apt# apt-get update
Get:1 <a href="http://uk.archive.ubuntu.com" rel="nofollow">http://uk.archive.ubuntu.com</a> breezy Release.gpg [189B]
Get:2 <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> breezy-security Release.gpg [189B]
Hit <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> breezy-security Release
Ign <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> breezy-security Release
Hit <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> breezy-security/main Packages
Hit <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> breezy-security/restricted Packages
Get:3 <a href="http://uk.archive.ubuntu.com" rel="nofollow">http://uk.archive.ubuntu.com</a> breezy-updates Release.gpg [189B]
Hit <a href="http://uk.archive.ubuntu.com" rel="nofollow">http://uk.archive.ubuntu.com</a> breezy Release
Hit <a href="http://uk.archive.ubuntu.com" rel="nofollow">http://uk.archive.ubuntu.com</a> breezy-updates Release
Hit <a href="http://uk.archive.ubuntu.com" rel="nofollow">http://uk.archive.ubuntu.com</a> breezy/main Sources
Hit <a href="http://uk.archive.ubuntu.com" rel="nofollow">http://uk.archive.ubuntu.com</a> breezy/restricted Sources
Hit <a href="http://uk.archive.ubuntu.com" rel="nofollow">http://uk.archive.ubuntu.com</a> breezy/universe Packages
Hit <a href="http://uk.archive.ubuntu.com" rel="nofollow">http://uk.archive.ubuntu.com</a> breezy/main Packages
Hit <a href="http://uk.archive.ubuntu.com" rel="nofollow">http://uk.archive.ubuntu.com</a> breezy/restricted Packages
Hit <a href="http://uk.archive.ubuntu.com" rel="nofollow">http://uk.archive.ubuntu.com</a> breezy-updates/main Packages
Hit <a href="http://uk.archive.ubuntu.com" rel="nofollow">http://uk.archive.ubuntu.com</a> breezy-updates/restricted Packages
Hit <a href="http://uk.archive.ubuntu.com" rel="nofollow">http://uk.archive.ubuntu.com</a> breezy-updates/main Sources
Hit <a href="http://uk.archive.ubuntu.com" rel="nofollow">http://uk.archive.ubuntu.com</a> breezy-updates/restricted Sources
Fetched 191B in 6s (32B/s)
Reading package lists... Done
W: GPG error: <a href="http://security.ubuntu.com" rel="nofollow">http://security.ubuntu.com</a> breezy-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
W: You may want to run apt-get update to correct these problems
root@simln:/etc/apt#
 
/etc/apt/source.lst 파일
==========================================================
##deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted
 
 
deb-src <a href="http://uk.archive.ubuntu.com/ubuntu" rel="nofollow">http://uk.archive.ubuntu.com/ubuntu</a> breezy main restricted
 
## Major bug fix updates produced after the final release of the
## distribution.
deb <a href="http://uk.archive.ubuntu.com/ubuntu" rel="nofollow">http://uk.archive.ubuntu.com/ubuntu</a> breezy-updates main restricted
deb-src <a href="http://uk.archive.ubuntu.com/ubuntu" rel="nofollow">http://uk.archive.ubuntu.com/ubuntu</a> breezy-updates main restricted
 
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb <a href="http://uk.archive.ubuntu.com/ubuntu" rel="nofollow">http://uk.archive.ubuntu.com/ubuntu</a> breezy universe main restricted
# deb-src <a href="http://kr.archive.ubuntu.com/ubuntu" rel="nofollow">http://kr.archive.ubuntu.com/ubuntu</a> breezy universe
 
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb <a href="http://kr.archive.ubuntu.com/ubuntu" rel="nofollow">http://kr.archive.ubuntu.com/ubuntu</a> breezy-backports main restricted universe multiverse
# deb-src <a href="http://kr.archive.ubuntu.com/ubuntu" rel="nofollow">http://kr.archive.ubuntu.com/ubuntu</a> breezy-backports main restricted universe multiverse
 
deb <a href="http://security.ubuntu.com/ubuntu" rel="nofollow">http://security.ubuntu.com/ubuntu</a> breezy-security main restricted
# deb-src <a href="http://security.ubuntu.com/ubuntu" rel="nofollow">http://security.ubuntu.com/ubuntu</a> breezy-security main restricted
 
# deb <a href="http://security.ubuntu.com/ubuntu" rel="nofollow">http://security.ubuntu.com/ubuntu</a> breezy-security universe
# deb-src <a href="http://security.ubuntu.com/ubuntu" rel="nofollow">http://security.ubuntu.com/ubuntu</a> breezy-security universe

우분투 포럼을 검색
(
-리포지토리를 바꾼다.
-pgp 키를 새로 받는다.
-리포지토리를 비우고 업데이트한후 다시 리포지토리를 작성하고 업데이트한다
-시간설정을 다시한다.
)
해서 찾아봤지만 별다른 도움이 안되고 있는 상황입니다.

경험해보신분의 조언 부탁드리겠습니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.