Я унаследовал узел, который использовался для подключения к нашему внутреннему серверу для обновления и загрузки пакетов. С тех пор я вынул узел из внутренней VLAN, удалил каталог /etc/apt/sources.list.d/ и обновил /etc/apt/sources.list чтобы он выглядел следующим образом:

###### Debian Main Repos
deb http://deb.debian.org/debian/ oldstable main contrib
deb-src http://deb.debian.org/debian/ oldstable main contrib

deb http://deb.debian.org/debian/ oldstable-updates main contrib
deb-src http://deb.debian.org/debian/ oldstable-updates main contrib

deb http://deb.debian.org/debian-security oldstable/updates main
deb-src http://deb.debian.org/debian-security oldstable/updates main

deb http://ftp.debian.org/debian jessie-backports main
deb-src http://ftp.debian.org/debian jessie-backports main

Когда я делаю apt-get update , вот что я вижу:

Err http://deb.debian.org oldstable InRelease                                 

Err http://ftp.debian.org jessie-backports InRelease                          

Err http://deb.debian.org oldstable-updates InRelease                         

Err http://deb.debian.org oldstable/updates InRelease

Err http://ftp.debian.org jessie-backports Release.gpg
  Unable to connect to [our internal server]:
Err http://deb.debian.org oldstable Release.gpg
  Unable to connect to [our internal server]:
Err http://deb.debian.org oldstable-updates Release.gpg
  Unable to connect to [our internal server]:
Err http://deb.debian.org oldstable/updates Release.gpg
  Unable to connect to [our internal server]:
Reading package lists... Done
W: Failed to fetch http://deb.debian.org/debian/dists/oldstable/InRelease  

W: Failed to fetch http://deb.debian.org/debian/dists/oldstable-updates/InRelease  

W: Failed to fetch http://deb.debian.org/debian-security/dists/oldstable/updates/InRelease  

W: Failed to fetch http://ftp.debian.org/debian/dists/jessie-backports/InRelease  

W: Failed to fetch http://deb.debian.org/debian/dists/oldstable/Release.gpg  Unable to connect to [our internal server]:

W: Failed to fetch http://ftp.debian.org/debian/dists/jessie-backports/Release.gpg  Unable to connect to [our internal server]:

W: Failed to fetch http://deb.debian.org/debian/dists/oldstable-updates/Release.gpg  Unable to connect to [our internal server]:

W: Failed to fetch http://deb.debian.org/debian-security/dists/oldstable/updates/Release.gpg  Unable to connect to [our internal server]:

W: Some index files failed to download. They have been ignored, or old ones used instead.

Я не уверен, почему он все еще пытается подключиться к нашему внутреннему серверу, который является частью другой VLAN. Кто-нибудь может направить меня?

1 ответ1

0

Наконец-то разобрался. Я сделал apt-config dump и увидел, что у него есть настройки прокси. Зашел в /etc/apt/apt.conf.d/ и закомментировал все строки, которые начинаются с Acquire::HTTP::Proxy .

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .