[ubuntu-ar] Instalar Virtualbox y ejecutar maquinas sin entorno grafico

Sebastian Abate sebastianabate at gmail.com
Tue May 19 02:44:02 BST 2009


On Mon, May 18, 2009 at 4:30 PM, Maxi <maximiliano.duarte en gmail.com> wrote:
> Posteo aca y no en Debian porque en Debian no responden nunca.
>
> Segun lei las especificaciones tiene para virtualizar, esta bueno el
> tutorial pero tengo Etch y la guia está para Lenny y no se si se la banca.
>
> Cuando quiero instalar el virtualbox 2.2 me da este error:
>
> VirtualBox will not start until this problem is fixed. Please consult
> /var/log/vbox-install.log to find out why the kernel module does not
> compile. Most probably the kernel sources were not found. Install them (the
> package name is probably linux-headers-<version> whereby <version> can be
> determined by 'uname -r') and execute
>
>   /etc/init.d/vboxdrv setup
>
> as root.
>
> Te cuento que mi equipo es este:
>
> Linux twserver 2.6.24-1-amd64 #1 SMP Fri Feb 15 11:09:50 JST 2008 x86_64
> GNU/Linux
>
> twserver:/home/mduarte# lshw -short
> H/W path          Device     Class       Description
> ====================================================
>                              system      MS-7350
> /0                           bus         MS-7350
> /0/0                         memory      64KB BIOS
> /0/4                         processor   Intel(R) Core(TM)2 Quad CPU
> Q6600  @ 2.40GHz
> /0/4/5                       memory      128KB L1 cache
> /0/4/6                       memory      8MB L2 cache
> /0/4/7                       memory      L3 cache
> /0/2b                        memory      4GB System Memory
> /0/2b/0                      memory      2GB DIMM SDRAM Synchronous
> /0/2b/1                      memory      DIMM SDRAM [empty]
> /0/2b/2                      memory      2GB DIMM SDRAM Synchronous
> /0/2b/3                      memory      DIMM SDRAM [empty]
> /0/100                       bridge      C55 Host Bridge
> /0/100/0.1                   memory      RAM memory
> /0/100/0.2                   memory      RAM memory
> /0/100/0.3                   memory      RAM memory
> /0/100/0.4                   memory      RAM memory
> /0/100/0.5                   memory      RAM memory
> /0/100/0.6                   memory      RAM memory
> /0/100/0.7                   memory      RAM memory
> /0/100/1                     memory      RAM memory
> /0/100/1.1                   memory      RAM memory
> /0/100/1.2                   memory      RAM memory
> /0/100/1.3                   memory      RAM memory
> /0/100/1.4                   memory      RAM memory
> /0/100/1.5                   memory      RAM memory
> /0/100/1.6                   memory      RAM memory
> /0/100/2                     memory      RAM memory
> /0/100/2.1                   memory      RAM memory
> /0/100/2.2                   memory      RAM memory
> /0/100/3                     bridge      C55 PCI Express bridge
> /0/100/3/0                   display     NV44 [GeForce 6200 TurboCache(TM)]
> /0/100/6                     bridge      C55 PCI Express bridge
> /0/100/6/0                   storage     Silicon Image, Inc.
> /0/100/7                     bridge      C55 PCI Express bridge
> /0/100/9                     memory      RAM memory
> /0/100/a                     bridge      MCP51 LPC Bridge
> /0/100/a.1                   bus         MCP51 SMBus
> /0/100/a.2                   memory      RAM memory
> /0/100/b                     bus         MCP51 USB Controller
> /0/100/b/1        /dev/usb1  bus         OHCI Host Controller
> /0/100/b/1/4                 generic     USB-Serial Controller
> /0/100/b.1                   bus         MCP51 USB Controller
> /0/100/b.1/1      /dev/usb2  bus         EHCI Host Controller
> /0/100/d                     storage     MCP51 IDE
> /0/100/d/0        ide0       bus         IDE Channel 0
> /0/100/d/0/1      /dev/hdb   disk        TSSTcorpCD-R/RW SH-R522C
> /0/100/d/0/1/0    /dev/hdb   disk
> /0/100/e          scsi0      storage     MCP51 Serial ATA Controller
> /0/100/e/0.0.0    /dev/sda   disk        232GB SAMSUNG HD251KJ
> /0/100/e/0.0.0/1  /dev/sda1  disk        Linux swap / Solaris partition
> /0/100/e/0.0.0/2  /dev/sda2  disk        Linux raid autodetect partition
> /0/100/e/0.0.0/3  /dev/sda3  disk        Linux raid autodetect partition
> /0/100/e/0.0.0/4  /dev/sda4  disk        Linux raid autodetect partition
> /0/100/f          scsi2      storage     MCP51 Serial ATA Controller
> /0/100/f/0.0.0    /dev/sdb   disk        186GB SAMSUNG HD200HJ
> /0/100/f/0.0.0/1  /dev/sdb1  disk        Linux filesystem partition
> /0/100/10                    bridge      MCP51 PCI Bridge
> /0/100/10/6       eth1       network     RTL-8139/8139C/8139C+
> /0/100/10/9                  bus         IEEE 1394 Host Controller
> /0/100/10.1                  multimedia  MCP51 High Definition Audio
> /0/100/14         eth0       bridge      MCP51 Ethernet Controller
>
>
>
> --
> Ubuntu-ar lista de correo
> Ubuntu-ar en lists.ubuntu.com
> Modifica tus opciones o desuscribite en:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-ar
> Siempre leer, comprender y aplicar nuestra etiqueta:
> https://wiki.ubuntu.com/ArgentinaTeam/EtiquetaML
>
>
>


Maxi, podrás postear el contenido del archivo al que hace referencia
el error (/var/log/vbox-install.log)?

En la mayoría de los casos este error se presenta porque no están
instaladas las herramientas de compilación mínimas y el source/headers
del kernel para poder compilar los módulos necesarios para que
funcione VirtualBox.

Si querés ir probando por lo básico y necesario, podés instalar estas
cosas con el comando

sudo apt-get install build-essential linux-headers-generic

si tenés instalado el último kernel disponible, si tenés algún otro un
poco más viejo usá

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

que lo que hace es instalar los headers específico para tu kernel,
pero cuando se actualice el kernel actual no se va a actualizar el
apquete de headers (lo tendrías que instalar a mano el nuevo headers).

Después de instalar estos paquetes y sus dependencias probá nuevamente
compilar los módulos de VirtualBox con el comando

sudo /etc/init.d/vboxdrv setup

-- 
Sebastián Abate
Quattro-D
15-3589-7730
abates en quattrod.com.ar


More information about the Ubuntu-ar mailing list