Hi all, i just recently installed Kali Linux as a VM using VirtualBox, and i'm having some trouble..
Initially, during the *configuring apt* part of the install, it never finds a mirror, so i have to skip that part. Then, once the install is over, inside Kali, i have to manually add the mirror to /etc/apt/sources.list, so i add :
Code:
deb http://http.kali.org/kali kali-rolling main non-free contrib
However, after doing this, when i try apt-get update, i get the following error:
Code:
# apt-get clean && apt-get update
Reading package lists... Done
E: Method http has died unexpectedly!
E: Sub-process http received a segmentation fault
There's nothing about it in /var/log/apt/* or any other logs that i can see...
Also i should mention, it isn't a network problem, i can ping IP's and navigate to http addresses just fine...
I thought it may be a VirtualBox issue, but if i boot into the Kali LiveCD, apt works fine. Also other distros i have in VirtualBox (Ubuntu, Debian, Arch), all work fine with their package managers.
Any help would be greatly appreciated... Thanks!