Probelmas com Virtualbox

13. Re: Probelmas com Virtualbox

Marcelo V. Carvalho
mcl085

(usa Debian)

Enviado em 25/02/2009 - 16:41h

aparece o seguinte no log:

Makefile:127: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Pare.



  


14. Re: Probelmas com Virtualbox

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 25/02/2009 - 16:48h

Foi o q eu imaginei... execute esse comando e passe o resultado pra mim:

ls -l /usr/src/linux*


15. Re: Probelmas com Virtualbox

Marcelo V. Carvalho
mcl085

(usa Debian)

Enviado em 25/02/2009 - 16:52h

safari-teste1:/home/marcelo# ls -l /usr/src/linux*
-rw-r--r-- 1 root root 46891669 Mai 8 2008 /usr/src/linux-source-2.6.24.tar.bz2

/usr/src/linux-headers-2.6.24-1-486:
total 448
drwxr-xr-x 3 root root 4096 Fev 25 12:47 arch
lrwxrwxrwx 1 root root 38 Fev 25 12:47 block -> ../linux-headers-2.6.24-1-common/block
lrwxrwxrwx 1 root root 39 Fev 25 12:47 crypto -> ../linux-headers-2.6.24-1-common/crypto
lrwxrwxrwx 1 root root 40 Fev 25 12:47 drivers -> ../linux-headers-2.6.24-1-common/drivers
lrwxrwxrwx 1 root root 35 Fev 25 12:47 fs -> ../linux-headers-2.6.24-1-common/fs
drwxr-xr-x 5 root root 4096 Fev 25 12:47 include
lrwxrwxrwx 1 root root 37 Fev 25 12:47 init -> ../linux-headers-2.6.24-1-common/init
lrwxrwxrwx 1 root root 36 Fev 25 12:47 ipc -> ../linux-headers-2.6.24-1-common/ipc
lrwxrwxrwx 1 root root 39 Fev 25 12:47 kernel -> ../linux-headers-2.6.24-1-common/kernel
lrwxrwxrwx 1 root root 36 Fev 25 12:47 lib -> ../linux-headers-2.6.24-1-common/lib
lrwxrwxrwx 1 root root 41 Fev 25 12:47 Makefile -> ../linux-headers-2.6.24-1-common/Makefile
lrwxrwxrwx 1 root root 35 Fev 25 12:47 mm -> ../linux-headers-2.6.24-1-common/mm
-rw-r--r-- 1 root root 444271 Mai 7 2008 Module.symvers
lrwxrwxrwx 1 root root 36 Fev 25 12:47 net -> ../linux-headers-2.6.24-1-common/net
lrwxrwxrwx 1 root root 40 Fev 25 12:47 samples -> ../linux-headers-2.6.24-1-common/samples
lrwxrwxrwx 1 root root 30 Fev 25 12:47 scripts -> ../linux-kbuild-2.6.24/scripts
lrwxrwxrwx 1 root root 41 Fev 25 12:47 security -> ../linux-headers-2.6.24-1-common/security
lrwxrwxrwx 1 root root 38 Fev 25 12:47 sound -> ../linux-headers-2.6.24-1-common/sound
lrwxrwxrwx 1 root root 36 Fev 25 12:47 usr -> ../linux-headers-2.6.24-1-common/usr

/usr/src/linux-headers-2.6.24-1-common:
total 120
drwxr-xr-x 3 root root 4096 Fev 25 09:37 arch
drwxr-xr-x 2 root root 4096 Fev 25 09:37 block
drwxr-xr-x 3 root root 4096 Fev 25 09:37 crypto
drwxr-xr-x 75 root root 4096 Fev 25 09:37 drivers
drwxr-xr-x 62 root root 4096 Fev 25 09:37 fs
drwxr-xr-x 19 root root 4096 Fev 25 09:37 include
drwxr-xr-x 2 root root 4096 Fev 25 09:37 init
drwxr-xr-x 2 root root 4096 Fev 25 09:37 ipc
drwxr-xr-x 5 root root 4096 Fev 25 09:37 kernel
drwxr-xr-x 6 root root 4096 Fev 25 09:37 lib
-rw-r--r-- 1 root root 53220 Mai 7 2008 Makefile
drwxr-xr-x 2 root root 4096 Fev 25 09:37 mm
drwxr-xr-x 42 root root 4096 Fev 25 09:37 net
drwxr-xr-x 3 root root 4096 Fev 25 09:37 samples
drwxr-xr-x 4 root root 4096 Fev 25 09:37 security
drwxr-xr-x 20 root root 4096 Fev 25 09:37 sound
drwxr-xr-x 2 root root 4096 Fev 25 09:37 usr

/usr/src/linux-kbuild-2.6.24:
total 4
drwxr-xr-x 6 root root 4096 Fev 25 09:37 scripts



16. Re: Probelmas com Virtualbox

Rogério Cassimiro
cassimirinho

(usa Ubuntu)

Enviado em 25/02/2009 - 16:53h

D&#7869; uma chance de iniciar o vbox com o root.
Eu sempre tenho alguns problemas com ele, basto colocar o gksudo virtualbox e tudo se resolve sem nenhum erro.


17. Re: Probelmas com Virtualbox

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 25/02/2009 - 16:58h

Execute esse comando (dentro do diretório /usr/src):

tar jxvf linux-source-2.6.24.tar.bz2

Depois disso faça:

ln -s linux-source-2.6.24 linux

(Editado)

E tente d novo...


18. Re: Probelmas com Virtualbox

Marcelo V. Carvalho
mcl085

(usa Debian)

Enviado em 25/02/2009 - 17:23h

esta dando o mesmo erro. estou quase desistindo.


VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).


Código de Resultado:
0x80004005
Componente:
Console
Interface:
IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}




19. Re: Probelmas com Virtualbox

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 25/02/2009 - 17:24h

Foi mal... coloquei os comandos d forma errada. D uma olhada no meu post anterior. Creio eu q agora irá dar certo.


20. Re: Probelmas com Virtualbox

Marcelo V. Carvalho
mcl085

(usa Debian)

Enviado em 25/02/2009 - 17:26h

executei como root e peguei os logs do virtualbox:

00:00:01.779 VirtualBox 1.6.6 r35336 linux.x86 (Aug 26 2008 09:01:14) release log
00:00:01.779 Log opened 2009-02-25T20:24:35.650714000Z
00:00:01.779 OS Product: Linux
00:00:01.779 OS Release: 2.6.24-1-686
00:00:01.779 OS Version: #1 SMP Thu May 8 02:16:39 UTC 2008
00:00:01.798 Failed to open "/dev/vboxdrv", errno=2, rc=VERR_VM_DRIVER_NOT_INSTALLED
00:00:01.799 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={d5a1cbda-f5d7-4824-9afe-d640c94c7dcf} aComponent={Console} aText={VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
00:00:01.799 VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED)} aWarning=false, preserve=false
00:00:01.814 Power up failed (vrc=VERR_VM_DRIVER_NOT_INSTALLED, hrc=NS_ERROR_FAILURE (0X80004005))



21. Re: Probelmas com Virtualbox

Marcelo V. Carvalho
mcl085

(usa Debian)

Enviado em 25/02/2009 - 17:29h

desculpe, mas nao entendi essa do post anterior.


22. Re: Probelmas com Virtualbox

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 25/02/2009 - 17:30h

É q do jeito q eu havia postado anteriormente não daria certo em instalar o kernel source. Ae eu editei meu post, sacou? Verifique outra vez e perceba q tem algumas coisas diferentes.


23. Re: Probelmas com Virtualbox

Marcelo V. Carvalho
mcl085

(usa Debian)

Enviado em 25/02/2009 - 17:48h

cara, fiz tudo da maneira conforme vc me falou, mas continua dando o mesmo erro.


24. Re: Probelmas com Virtualbox

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 25/02/2009 - 17:55h

Q bosta, hein? Tá dando a msm msg? Ou msg diferente?



01 02 03



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts