apt-get install kernel source error
- by MA1
apt-get source linux-image-$(uname -r)
gives me the below error
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.
Can someone suggest a solution?