데비안 7.3 이맥스 패키지는 인증 될 수 없습니까?


1

데비안 7.3 (x64)을 사용하고 있습니다 :

$ uname -a
Linux XXX 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 GNU/Linux

나는 이것이 이상하게 들리는 것을 발견했다. 그리고 나는 그것에 결코 뛰어 들어 본 적이 없다. 어떤 아이디어를 진행하는 방법?

$ sudo apt-get install emacs
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  emacs23 emacs23-bin-common emacs23-common emacsen-common libm17n-0 libotf0
  m17n-contrib m17n-db
Suggested packages:
  emacs23-common-non-dfsg emacs23-el m17n-docs gawk
The following NEW packages will be installed:
  emacs emacs23 emacs23-bin-common emacs23-common emacsen-common libm17n-0
  libotf0 m17n-contrib m17n-db
0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
Need to get 25.1 MB of archives.
After this operation, 81.1 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
WARNING: The following packages cannot be authenticated!
  emacsen-common emacs23-common emacs23-bin-common libotf0 m17n-db
  m17n-contrib libm17n-0 emacs23 emacs
Install these packages without verification [y/N]?

sources.list. 하바나 레포는 OpenStack 기어 용입니다.

$ cat /etc/apt/sources.list
deb ftp://ftp.us.debian.org/debian/ wheezy main
deb http://security.debian.org/ wheezy/updates main

# wheezy-updates, previously known as 'volatile'
deb ftp://ftp.us.debian.org/debian/ wheezy-updates main
deb http://http.debian.net/debian/ wheezy-backports main contrib
# deb-src http://http.debian.net/debian/ wheezy-backports main contrib
deb http://archive.gplhost.com/debian havana-backports main
deb http://archive.gplhost.com/debian havana main

답변:


3

이러한 오류는 일반적으로 적절한 오류를 추가하지 않은 경우 나타납니다. 적절한 키 귀하의 시스템에. 데비안이 알지 못하는 두 개의 저장소가 있고,이 패키지가이 저장소에서 나올 가능성이 있습니다. 제가 언급하고있는 것들은 아래와 같습니다 :

http://archive.gplhost.com/debian 하바나 - 백 포트 메인

http://archive.gplhost.com/debian 하바나 메인

이것은 새로운 버전의 데비안으로 업그레이드하거나 현재 컴퓨터의 키가 만료 된 경우에도 발생할 수 있습니다. 어느 경우 에나, 문제를 해결하는 데 도움이 될 수 있습니다.

수정 : 위의 우분투 포럼 링크를 사용하여주의, OP 그것을 사용하고 apt-get 깨진 것으로 보인다. 아마도 Ask Ubuntu 링크가 더 좋은 방법 일 것입니다.


감사합니다 Karthik Rangarajan. 우분투 포럼에서 마지막으로 한 것은 나쁜 아이디어였습니다. 키 체인을 제거한 후 sudo: apt-get: command not found 네트워킹이 죽어 가고 있습니다 ... 저는이 머신에서 OpenStack VM을 설치하는 데 2 ​​일을 보냈습니다. 그리고 나는 그들이 잃어 버릴 준비를하고 있다고 느끼고 있습니다. 한숨....
jww

와우 키 체인을 제거하면 apt-get을 제거 할 수 있습니까? 정말 이상합니다. 나는 링크가 당신을 실패하게해서 유감입니다. (그건 많이 찾을 수있는 최선이었습니다 - 그들 중 일부는 아무 의미도 없기 때문에 메시지 무시를 제안했는데 어떻게 든 안전하다고 생각하지 않았습니다.
Karthik Rangarajan

@noloader 정확히 출력 무엇입니까?
Braiam
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.