apt-get インストールカーネルソースエラー

apt-get インストールカーネルソースエラー

apt-get source 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

あなたのMicrosoft ISA サーバーパッケージへのアクセスをブロックしています.gz

要求は HTTP フィルタによって拒否されました。ISA Server 管理者に問い合わせてください。

ネットワークを管理していない場合は、管理者にこのことを伝えて、サーバーがこのトラフィックを許可するようにする必要があります。

関連情報