Hi Guys,

I'm having some trouble while trying to get Kali Linux headers for Kernel 3.14, I tried fetching repository from official page its self, but no luck.
can any one advise, and suggest me, where could be the problem.

Here's the snapshot of what I'm not able to do.

Cat'ing my sources:

root@p0s1x:~# cat /etc/apt/sources.list
#deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20140108-18:08]/ kali contrib main non-free
#deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20140108-18:08]/ kali contrib main non-free

## Security updates
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
deb http://http.kali.org/kali kali main non-free contrib
deb-src http://http.kali.org/kali kali main non-free contrib

#deb http://repo.kali.org/kali kali-bleeding-edge main
#deb-src http://repo.kali.org/kali kali-bleeding-edge main


While trying to download, the Linux headers, I'm getting this

root@p0s1x:~# sudo apt-get install linux-headers-`uname -r`
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-3.12-kali1-686-pae
E: Couldn't find any package by regex 'linux-headers-3.12-kali1-686-pae'

my current version is

root@p0s1x:~# uname -r
3.12-kali1-686-pae


Any help would be appreciated.