Greetings,

I have been using Kali for over a year now and no issue at all on any level.
I am running Kali 1.06 64 in VMware Workstation 10.X. Again, I never had any issue until last night when I tried to run an update/upgrade. Below are the errors I am getting.

Do you want to continue [Y/n]? y
Err http://http.kali.org/kali/ kali/main exploitdb all 01242014-0kali1
404 Not Found
Err http://http.kali.org/kali/ kali/main jigsaw all 1.5.3-1kali1
404 Not Found
Err http://http.kali.org/kali/ kali/main recon-ng all 3.4.3-0kali1
404 Not Found
Err http://http.kali.org/kali/ kali/main kali-linux amd64 1.40
404 Not Found
Err http://http.kali.org/kali/ kali/main kali-linux-sdr amd64 1.40
404 Not Found
Err http://http.kali.org/kali/ kali/main kali-linux-full amd64 1.40
404 Not Found
Failed to fetch http://http.kali.org/kali/pool/main/...0kali1_all.deb 404 Not Found
Failed to fetch http://http.kali.org/kali/pool/main/...1kali1_all.deb 404 Not Found
Failed to fetch http://http.kali.org/kali/pool/main/...0kali1_all.deb 404 Not Found
Failed to fetch http://http.kali.org/kali/pool/main/...1.40_amd64.deb 404 Not Found
Failed to fetch http://http.kali.org/kali/pool/main/...1.40_amd64.deb 404 Not Found
Failed to fetch http://http.kali.org/kali/pool/main/...1.40_amd64.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing

Here is my sources.list file that worked like a charm for about a year.

deb http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali-dev main/debian-installer
deb-src http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali main contrib non-free
deb http://http.kali.org/kali kali main/debian-installer
deb-src http://http.kali.org/kali kali main contrib non-free
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://repo.kali.org/kali kali-bleeding-edge main
deb-src http://repo.kali.org/kali kali-bleeding-edge main

I double check that I was not doing something wrong eventhough all had been good for over a year. As per this post --> http://docs.kali.org/general-use/kal...t-repositories, and https://wiki.debian.org/Derivatives/Census/Kali, I seem to have the correct sources.list file.

Then run a couple of command lines to try to clean it all; worth a try as it had been running flawlessly and sometimes things can mangled up.

apt-get clean # Remove cached packages
cd /var/lib/apt
mv lists lists.old # Backup mirror info
mkdir -p lists/partial # Recreate directory structure
apt-get clean
apt-get update # Fetch mirror info

but still no go. I did a fresh install and still same error. I remove the sources and kept only the repos as per post -->
http://docs.kali.org/faq/kali-sources-list-faq. I still got the 404 error when I ran the update/upgrade. Finally tried the --fix-missing and still no go.

I am stumped like a tree

I would appreciate any help of course. Thank you all

zongo saiba