Opened 17 years ago
Closed 16 years ago
#686 closed defect (fixed)
VBox aborts virtual machine instance with port forwarding
Reported by: | Sven Salzwedel | Owned by: | |
---|---|---|---|
Component: | network/NAT | Version: | VirtualBox 1.5.0 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description (last modified by )
Hi,
I'm using VirtualBox 1.5.0 (binary version) on ArchLinux. I've got a fresh Debian Etch installation called "Debian Etch Webdev". Networksettings for the VM are default NAT settings. After enabling portforwarding as described in the documentation, the VM aborts when trying to setup networking in the VM. VirtualBox saves the attached log file into my home.
Steps to enable portforwarding:
% VBoxManage setextradata "Debian Etch Webdev" \ "VBoxInternal/Devices/pcnet/0/LUN#0/Config/sshguest/Protocol" TCP % VBoxManage setextradata "$1" \ "VBoxInternal/Devices/pcnet/0/LUN#0/Config/sshguest/GuestPort" 22 % VBoxManage setextradata "$1" \ "VBoxInternal/Devices/pcnet/0/LUN#0/Config/sshguest/HostPort" 22
Attachments (4)
Change History (13)
by , 17 years ago
Attachment: | 2007-09-13-13-54-13.019-VirtualBox-8722.log added |
---|
comment:1 by , 17 years ago
Replying to sasv:
Steps to enable portforwarding:
% VBoxManage setextradata "Debian Etch Webdev" \
"VBoxInternal/Devices/pcnet/0/LUN#0/Config/sshguest/Protocol" TCP
% VBoxManage setextradata "$1" \
"VBoxInternal/Devices/pcnet/0/LUN#0/Config/sshguest/GuestPort" 22
% VBoxManage setextradata "$1" \
"VBoxInternal/Devices/pcnet/0/LUN#0/Config/sshguest/HostPort" 22
Of course $1 got set in a script to "Debian Etch Webdev" ...
follow-up: 3 comment:2 by , 17 years ago
Not reproducible here, can you also attach ~/.VirtialBox/Machines/<vm name>/Logs/VBox.log
file?
comment:3 by , 17 years ago
Replying to Lelik:
Not reproducible here, can you also attach
~/.VirtialBox/Machines/<vm name>/Logs/VBox.log
file?
Same issue here.
Settings in guest-machine.xml <ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/apache/Protocol" value="TCP"/> <ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/apache/GuestPort" value="80"/> <ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/apache/HostPort" value="8080"/>
by , 17 years ago
Attachment: | 2007-10-24-11-51-29.071-VirtualBox-6302.log added |
---|
comment:4 by , 17 years ago
I removed the virtual machine created a new one and now it does not crash anymore at start. forwarding does not work however.
At powerdown it crashes again.
!!Assertion Failed!! Expression: RT_SUCCESS(rc) Location : /build/buildd/virtualbox-ose-1.5.0-dfsg2/src/VBox/Devices/Network/DrvNAT.cpp(281) void drvNATDestruct(PDMDRVINS*) VERR_SEM_DESTROYED (-363) - Semaphore destroyed while waiting. Trace/breakpoint trap (core dumped)
by , 17 years ago
Attachment: | VBox.log.3 added |
---|
comment:5 by , 17 years ago
Description: | modified (diff) |
---|
comment:6 by , 17 years ago
I confirm this bug with VirtualBox 1.5.6 on Mandriva Linux as host and solaris 10 update 4 as the guest. After removing the port forwarding the machine is booting again.
by , 17 years ago
Attachment: | VBox.log.1 added |
---|
comment:7 by , 17 years ago
Component: | other → network |
---|
comment:8 by , 16 years ago
Component: | network → network/NAT |
---|
comment:9 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Please reopen if this crash still occurs with VirtualBox 2.2.4.
VirtualBox log