Não é possível encontrar o linux-headers-2.6.32-amd64 para instalar o VirtualBox

0

Eu tentei instalar o virtualBox no meu servidor Debian, mas toda vez que eu tento iniciar uma máquina virtual, ele me diz para fazer a configuração de /etc/init.d/vboxdrv. Sempre que tento usar este comando, isso me diz:

Stopping VirtualBox kernel modules ...done.
Uninstalling old VirtualBox DKMS kernel modules ...done.
Trying to register the VirtualBox kernel modules using DKMSError! Your kernel headers for kernel 2.6.32-amd64 cannot be found.
Please install the linux-headers-2.6.32-amd64 package,
or use the --kernelsourcedir option to tell DKMS where it's located
 ...failed!
  (Failed, trying without DKMS)
Recompiling VirtualBox kernel modules ...failed!
  (Look at /var/log/vbox-install.log to find out what went wrong)

Quando tento instalar o pacote, ele diz que não conseguiu encontrá-lo.

apt-get install linux-headers-2.6.32-amd64
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-2.6.32-amd64
E: Couldn't find any package by regex 'linux-headers-2.6.32-amd64'

Onde obtenho esse pacote?

    
por Kia 30.10.2014 / 09:51

1 resposta

1

Uma boa ferramenta é module-assistant . Execute apt-get install module-assistant e use-o para instalar o linux-headers e o build-essential é:

m-a update

E então:

m-a prepare
    
por 01.11.2014 / 20:13