VirtualBox

Opened 17 years ago

Closed 15 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 Frank Mehnert)

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)

2007-09-13-13-54-13.019-VirtualBox-8722.log (484 bytes ) - added by Sven Salzwedel 17 years ago.
VirtualBox log
2007-10-24-11-51-29.071-VirtualBox-6302.log (489 bytes ) - added by stimpie 16 years ago.
VBox.log.3 (32.8 KB ) - added by stimpie 16 years ago.
VBox.log.1 (26.7 KB ) - added by hajma 16 years ago.

Download all attachments as: .zip

Change History (13)

in reply to:  description comment:1 by Sven Salzwedel, 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" ...

comment:2 by Alex, 17 years ago

Not reproducible here, can you also attach ~/.VirtialBox/Machines/<vm name>/Logs/VBox.log file?

in reply to:  2 comment:3 by stimpie, 16 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"/>

comment:4 by stimpie, 16 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 stimpie, 16 years ago

Attachment: VBox.log.3 added

comment:5 by Frank Mehnert, 16 years ago

Description: modified (diff)

comment:6 by hajma, 16 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 hajma, 16 years ago

Attachment: VBox.log.1 added

comment:7 by Frank Mehnert, 16 years ago

Component: othernetwork

comment:8 by Frank Mehnert, 15 years ago

Component: networknetwork/NAT

comment:9 by Frank Mehnert, 15 years ago

Resolution: fixed
Status: newclosed

Please reopen if this crash still occurs with VirtualBox 2.2.4.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use