apt-get安裝核心來源錯誤

apt-get安裝核心來源錯誤

apt-get 來源 linux-image-$(uname -r)

給我以下錯誤

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Picking 'linux' as source package instead of 'linux-image-3.0.0-12-generic'
NOTICE: 'linux' packaging is maintained in the 'Git' version control system at:
http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-oneiric.git
Skipping already downloaded file 'linux_3.0.0-17.30.dsc'
Need to get 99.9 MB of source archives.
Err http://pk.archive.ubuntu.com/ubuntu/ oneiric-updates/main linux 3.0.0-17.30 (tar)
  500  ( The request was rejected by the HTTP filter. Contact your ISA Server administrator.  )
Err http://pk.archive.ubuntu.com/ubuntu/ oneiric-updates/main linux 3.0.0-17.30 (diff)
  500  ( The request was rejected by the HTTP filter. Contact your ISA Server administrator.  )
Failed to fetch http://pk.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux_3.0.0.orig.tar.gz  500  ( The request was rejected by the HTTP filter. Contact your ISA Server administratorThe request was rejected by the HTTP filter. Contact your ISA Server administrator.  )
Failed to fetch http://pk.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux_3.0.0-17.30.diff.gz  500  ( The request was rejected by the HTTP filter. Contact your ISA Server administrator.  )
E: Failed to fetch some archives.

有人可以提出解決方案嗎?

答案1

你的微軟ISA伺服器正在阻止對.gz包的存取。

該請求被 HTTP 過濾器拒絕。請聯絡您的 ISA 伺服器管理員。

如果您不管理網絡,則應向管理員提出此問題,以使伺服器允許此流量。

相關內容