2015-01-05 85 views
-1

我有一臺運行Debian squeeze的Linux服務器,我無法在其上運行apt-get update。我得到這樣這些錯誤:apt-get failed Debian

W: Failed to fetch http://ftp.us.debian.org/debian/dists/squeeze/main/binary-i386/Packages.gz 
Unable to connect to 10.197.3.5:3142: 

我可以成功ping ftp.us.debian.org,但IP地址,它顯示的是比用無法顯示連接消息IP地址不同。

我認爲這是與DNS翻譯的問題,所以我改變了我的DNS服務器google's 8.8.8.8 server 運行dig google.com

表明DNS服務器其實我指定的谷歌服務器。 我很難過。可能需要注意的是,我轉發端口22端口80到我的路由器所以我的隊友可以ssh並查看與此服務器關聯的網頁。我不認爲這是問題,因爲即使我停止轉發,也會發生這種情況。

+0

我認爲你的'sourcs.list'可能會有問題,請分享你使用的版本。 –

+1

您是否定義了代理?如果conf文件不存在,可能在'/ etc/apt/conf'或'/ etc/apt/apt.conf.d/70debconf'中。 – msandiford

+0

這是代理問題!這臺服務器是由另一家公司設立的,我沒有意識到他們設立了一個代理服務器 – user3089187

回答

0

原來這臺服務器設置在/etc/apt/apt.conf一個代理,是不工作的原持有人,(我不知道這是爲什麼) 我刪除該文件 此線形態Acquire :: http :: Proxy「PROXYIP/apt-cacher /」;

0

我有固定應用一個評論關於您的問題類似的問題:

我的環境是:

Linux debianlpi 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1 (2016-12-30) x86_64 GNU/Linux 

,我得到了這個問題,就是:

[email protected]:~# apt-get install vim 
Reading package lists... Done 
Building dependency tree 
Reading state information... Done 
The following extra packages will be installed: 
    vim-runtime 
Suggested packages: 
    ctags vim-doc vim-scripts 
The following NEW packages will be installed: 
    vim vim-runtime 
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. 
Need to get 5,999 kB of archives. 
After this operation, 28.5 MB of additional disk space will be used. 
Do you want to continue? [Y/n] y 
WARNING: The following packages cannot be authenticated! 
    vim-runtime vim 
Install these packages without verification? [y/N] y 
0% [Connecting to idcproxy.compabc.com (432.1.2.20)] 

在/etc/apt/apt.conf中刪除了一行:

[email protected]:~# cat /etc/apt/apt.conf 
#Acquire::http::Proxy "http://idcproxy.compabc.com:80";