Waiting for the remote session to open.
Bonjour,
j'ai un soucis avec virtualbox, je suis sur un ubuntu server et je souhaite créer des VM dessus, ces vm sont destinées a différents tests pour rejoindre plus tard les serveurs de prod.
j'ai donc installé virtualbox (pas le choix, les autres serveurs utilisent virtualbox).
j'ai configuré ma VM de cette façon:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
| $ VBoxManage showvminfo vm-test
VirtualBox Command Line Management Interface Version 1.5.6_OSE
(C) 2005-2008 innotek GmbH
All rights reserved.
Name: vm-test
Guest OS: Other/Unknown
UUID: 94e51316-9bde-49ac-c1a8-041d5b9f27e4
Config file: /home/adminsu/.VirtualBox/Machines/vm-test/vm-test.xml
Memory size: 1024MB
VRAM size: 8MB
Boot menu mode: message and menu
ACPI: on
IOAPIC: off
Time offset: 0 ms
Hardw. virt.ext: off
State: powered off (since 2009-10-22T11:56:45.000000000)
Monitor count: 1
Floppy: empty
Primary master: /home/adminsu/.VirtualBox/VDI/vm-test.vdi (UUID: 884d99eb-924a-4bed-94a2-0411349a1676)
DVD: /home/adminsu/debian-503-i386-CD-1.iso (UUID: 07f7515c-ce96-402e-9690-66565537937d)
NIC 1: MAC: 080027FC75C2, Attachment: NAT, Cable connected: on, Trace: off (file: <NULL>), Type: Am79C973
NIC 2: disabled
NIC 3: disabled
NIC 4: disabled
UART 1: disabled
UART 2: disabled
Audio: disabled (Driver: Unknown)
Clipboard Mode: Bidirectional
Shared folders: <none> |
le problème c'est que quand je lance la VM (je suis en ssh sur le serveur) je reste bloqué sur:
Code:
1 2 3 4 5 6
| VBoxManage startvm vm-test
VirtualBox Command Line Management Interface Version 1.5.6_OSE
(C) 2005-2008 innotek GmbH
All rights reserved.
Waiting for the remote session to open... |
et ce indéfiniment.
y a il une chose que j'ai raté ?
Toute mes recherches aillant été infructueuses je me tourne vers vous.
Merci
Aicou