VirtualBox com o kernel dando problema

1. VirtualBox com o kernel dando problema

Manu
ManuOnline

(usa Debian)

Enviado em 20/01/2018 - 20:52h

Boa noite , tenho alguns problemas para executar o virtualbox e tudo indica ser falta de inconsistência com kernel atual, conto com ajuda de alguém.

/usr/lib/virtualbox/vboxdrv.sh setup
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.



  


2. Re: VirtualBox com o kernel dando problema

Giovanni  M
Giovanni_Menezes

(usa Devuan)

Enviado em 20/01/2018 - 20:56h

kernel "header"

Você vai ter que instalar o header conforme a versão do seu kernel




--------------------------------------------------------------------------
Somente o Software Livre lhe garante as 4 liberdades.
Open Source =/= Free Software.
https://goo.gl/mRzpg3
http://www.anahuac.eu/contrarrevolucao-osi/


3. Re: VirtualBox com o kernel dando problema

Manu
ManuOnline

(usa Debian)

Enviado em 20/01/2018 - 21:34h

sudo dnf -y install kernel-devel kernel-headers
Última verificação de data de vencimento de metadados: 1:37:18 atrás em sáb 20 jan 2018 19:53:49 -02.
Pacote kernel-devel-4.14.8-300.fc27.x86_64 já está instalado, ignorando.
Pacote kernel-devel-4.14.11-300.fc27.x86_64 já está instalado, ignorando.
Pacote kernel-devel-4.14.13-300.fc27.x86_64 já está instalado, ignorando.
Pacote kernel-headers-4.14.13-300.fc27.x86_64 já está instalado, ignorando.
Dependências resolvidas.
Nada para fazer.
Concluído!




Já estão instalados, preciso de mais informações, fiz algumas coisas com dkms que não resultou na solução.


4. Re: VirtualBox com o kernel dando problema

Giovanni  M
Giovanni_Menezes

(usa Devuan)

Enviado em 21/01/2018 - 00:20h

Da um reboot na máquina, se você já fez isso, não vou saber o que pode ser.




--------------------------------------------------------------------------
Somente o Software Livre lhe garante as 4 liberdades.
Open Source =/= Free Software.
https://goo.gl/mRzpg3
http://www.anahuac.eu/contrarrevolucao-osi/


5. Re: VirtualBox com o kernel dando problema

Manu
ManuOnline

(usa Debian)

Enviado em 21/01/2018 - 00:43h

amigo, veja bem procurando por algum tipo de diagnostico alternativo encontrei esse erro:

** Error: unable to find the headers of the Linux kernel to build against. Specify KERN_VER=<version> (currently 4.14.13-300.fc27.x86_64+debug) and run Make again.  Pare.


buscoo mais detalhes desde ja agradeço


6. Re: VirtualBox com o kernel dando problema

Paulo Jr
Pebis

(usa Debian)

Enviado em 21/01/2018 - 09:21h

Aqui tem uma parte que fala do CentOS e do Fedora. Tenta mudar para dnf e vê se funciona.

https://superuser.com/questions/499059/unable-to-install-virtualbox-specify-kern-dir-directory-insta...

$ sudo yum update
If it updates the kernel version, you will have to restart so uname -r matches the directory name in /usr/src/kernels/. Then

$ sudo yum install kernel-devel gcc
$ echo export KERN_DIR=/usr/src/kernels/`uname -r` >> ~/.bashrc
$ source ~/.bashrc # to set the variable in your current shell
$ sudo echo $KERN_DIR # verify the value is set
$ sudo ls $KERN_DIR # verify the directory exists


7. Minha solução

Paulo Henrique
henriquelima07

(usa Outra)

Enviado em 23/02/2018 - 21:20h

Consegui resolver esse problema executando:

sudo apt-get install linux-headers-`uname -r`

Logo depois executei como root o comando abaixo:

root@ /sbin/rcvboxdrv setup

Espero que ajude.


8. Re: VirtualBox com o kernel dando problema

junior
juniorv890

(usa CentOS)

Enviado em 05/04/2018 - 16:15h

Conseguiu resolver?


9. Re: VirtualBox com o kernel dando problema

Rodrigo Albuquerque Serafim
raserafim

(usa Slackware)

Enviado em 05/04/2018 - 18:50h

tenta reinstalar o arquivo "virtualbox-dkms" (verifica se tem atualização... se não tiver, então, reinstala!)

no slackware basta recompilar e instalar o virtualbox-kernel (pacote que contém os módulos de kernel)... imagino que no debian seja semelhante..


10. Re: VirtualBox com o kernel dando problema

Perfil removido
removido

(usa Nenhuma)

Enviado em 07/04/2018 - 21:32h

O virtualbox 5.1.X não lida bem com os novos kernels linux, eu resolvi o problema instalando o 5.2.8 direto do site do virtualbox e reiniciando


11. Re: VirtualBox com o kernel dando problema

berghetti
berghetti

(usa Debian)

Enviado em 10/04/2018 - 18:17h

Ola, estou com o mesmo problema, a VMs do virtual box não iniciam, antes de atualizar o kernel manualmente funcionava.

segue algumas saidas

uname -a
root@debian:/# uname -a
Linux debian 4.15.0 #1 SMP Wed Jan 31 22:53:39 -03 2018 x86_64 GNU/Linux


vboxconfig
root@debian:/# vboxconfig 
Created symlink /etc/systemd/system/multi-user.target.wants/vboxdrv.service &#8594; /lib/systemd/system/vboxdrv.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxballoonctrl-service.service &#8594; /lib/systemd/system/vboxballoonctrl-service.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxautostart-service.service &#8594; /lib/systemd/system/vboxautostart-service.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxweb-service.service &#8594; /lib/systemd/system/vboxweb-service.service.
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.

There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.


sistema operacional
root@debian:/# cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"


source list
root@debian:/# cat /etc/apt/sources.list

#

# deb cdrom:[Official Debian GNU/Linux Live 9.3.0 gnome 2017-12-09T12:32]/ stretch main

# deb cdrom:[Official Debian GNU/Linux Live 9.3.0 gnome 2017-12-09T12:32]/ stretch main

deb http://ftp.br.debian.org/debian stretch main contrib non-free
deb-src http://ftp.br.debian.org/debian stretch main contrib non-free

deb http://ftp.br.debian.org/debian stretch-updates main contrib non-free
deb-src http://ftp.br.debian.org/debian stretch-updates main contrib non-free

deb http://security.debian.org/ stretch/updates main contrib non-free
deb-src http://security.debian.org/ stretch/updates main contrib non-free


no apt não encontro o linux-headers compatível com o a versão do kernel, esse
linux-headers-4.15.0-2-common
eu baixei do site do debian.
root@debian:/# apt-cache search linux-headers-*
linux-headers-amd64 - arquivos de cabeçalhos para a configuração amd64 do Linux (meta-pacote)
aufs-dkms - DKMS files to build and install aufs
linux-libc-dev-arm64-cross - Linux Kernel Headers for development (for cross-compiling)
linux-libc-dev-armel-cross - Linux Kernel Headers for development (for cross-compiling)
linux-libc-dev-armhf-cross - Linux Kernel Headers for development (for cross-compiling)
linux-libc-dev-mips-cross - Linux Kernel Headers for development (for cross-compiling)
linux-libc-dev-mips64el-cross - Linux Kernel Headers for development (for cross-compiling)
linux-libc-dev-mipsel-cross - Linux Kernel Headers for development (for cross-compiling)
linux-libc-dev-ppc64el-cross - Linux Kernel Headers for development (for cross-compiling)
linux-libc-dev-s390x-cross - Linux Kernel Headers for development (for cross-compiling)
linux-libc-dev-alpha-cross - Linux Kernel Headers for development (for cross-compiling)
linux-libc-dev-hppa-cross - Linux Kernel Headers for development (for cross-compiling)
linux-libc-dev-m68k-cross - Linux Kernel Headers for development (for cross-compiling)
linux-libc-dev-mips64-cross - Linux Kernel Headers for development (for cross-compiling)
linux-libc-dev-powerpc-cross - Linux Kernel Headers for development (for cross-compiling)
linux-libc-dev-powerpcspe-cross - Linux Kernel Headers for development (for cross-compiling)
linux-libc-dev-ppc64-cross - Linux Kernel Headers for development (for cross-compiling)
linux-libc-dev-sh4-cross - Linux Kernel Headers for development (for cross-compiling)
linux-libc-dev-sparc64-cross - Linux Kernel Headers for development (for cross-compiling)
linux-headers-4.9.0-6-686 - Header files for Linux 4.9.0-6-686
linux-headers-4.9.0-6-686-pae - Header files for Linux 4.9.0-6-686-pae
linux-headers-4.9.0-6-all - All header files for Linux 4.9 (meta-package)
linux-headers-4.9.0-6-all-amd64 - All header files for Linux 4.9 (meta-package)
linux-headers-4.9.0-6-all-i386 - All header files for Linux 4.9 (meta-package)
linux-headers-4.9.0-6-amd64 - Header files for Linux 4.9.0-6-amd64
linux-headers-4.9.0-6-common - Common header files for Linux 4.9.0-6
linux-headers-4.9.0-6-common-rt - Common header files for Linux 4.9.0-6-rt
linux-headers-4.9.0-6-rt-686-pae - Header files for Linux 4.9.0-6-rt-686-pae
linux-headers-4.9.0-6-rt-amd64 - Header files for Linux 4.9.0-6-rt-amd64
linux-headers-586 - Header files for Linux 586 configuration (dummy package)
linux-headers-686 - Header files for Linux 686 configuration (meta-package)
linux-headers-686-pae - Header files for Linux 686-pae configuration (meta-package)
linux-headers-rt-686-pae - Header files for Linux rt-686-pae configuration (meta-package)
linux-headers-rt-amd64 - Header files for Linux rt-amd64 configuration (meta-package)
linux-headers-4.9.0-3-686 - Header files for Linux 4.9.0-3-686
linux-headers-4.9.0-3-686-pae - Header files for Linux 4.9.0-3-686-pae
linux-headers-4.9.0-3-all - All header files for Linux 4.9 (meta-package)
linux-headers-4.9.0-3-all-amd64 - All header files for Linux 4.9 (meta-package)
linux-headers-4.9.0-3-all-i386 - All header files for Linux 4.9 (meta-package)
linux-headers-4.9.0-3-amd64 - Header files for Linux 4.9.0-3-amd64
linux-headers-4.9.0-3-common - Common header files for Linux 4.9.0-3
linux-headers-4.9.0-3-common-rt - Common header files for Linux 4.9.0-3-rt
linux-headers-4.9.0-3-rt-686-pae - Header files for Linux 4.9.0-3-rt-686-pae
linux-headers-4.9.0-3-rt-amd64 - Header files for Linux 4.9.0-3-rt-amd64
linux-headers-4.9.0-4-686 - Header files for Linux 4.9.0-4-686
linux-headers-4.9.0-4-686-pae - Header files for Linux 4.9.0-4-686-pae
linux-headers-4.9.0-4-all - All header files for Linux 4.9 (meta-package)
linux-headers-4.9.0-4-all-amd64 - All header files for Linux 4.9 (meta-package)
linux-headers-4.9.0-4-all-i386 - All header files for Linux 4.9 (meta-package)
linux-headers-4.9.0-4-amd64 - Header files for Linux 4.9.0-4-amd64
linux-headers-4.9.0-4-common - Common header files for Linux 4.9.0-4
linux-headers-4.9.0-4-common-rt - Common header files for Linux 4.9.0-4-rt
linux-headers-4.9.0-4-rt-686-pae - Header files for Linux 4.9.0-4-rt-686-pae
linux-headers-4.9.0-4-rt-amd64 - Header files for Linux 4.9.0-4-rt-amd64
linux-headers-4.9.0-5-686 - Header files for Linux 4.9.0-5-686
linux-headers-4.9.0-5-686-pae - Header files for Linux 4.9.0-5-686-pae
linux-headers-4.9.0-5-all - All header files for Linux 4.9 (meta-package)
linux-headers-4.9.0-5-all-amd64 - All header files for Linux 4.9 (meta-package)
linux-headers-4.9.0-5-all-i386 - All header files for Linux 4.9 (meta-package)
linux-headers-4.9.0-5-amd64 - Header files for Linux 4.9.0-5-amd64
linux-headers-4.9.0-5-common - Common header files for Linux 4.9.0-5
linux-headers-4.9.0-5-common-rt - Common header files for Linux 4.9.0-5-rt
linux-headers-4.9.0-5-rt-686-pae - Header files for Linux 4.9.0-5-rt-686-pae
linux-headers-4.9.0-5-rt-amd64 - Header files for Linux 4.9.0-5-rt-amd64
linux-headers-4.15.0-2-common - Common header files for Linux 4.15.0-2


versão do virtual box
Versão 5.2.8 r121009 (Qt5.6.1) 


caso alguém tenha alguma orientação...


12. Re: VirtualBox com o kernel dando problema

berghetti
berghetti

(usa Debian)

Enviado em 30/04/2018 - 12:18h

Apenas para registro,

O problema resolveu ao recompilar o kernel.



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts