VirtualBox

Opened 17 years ago

Last modified 15 years ago

#686 closed defect

VBox aborts virtual machine instance with port forwarding — at Version 5

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

Change History (8)

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, 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"/>

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

Attachment: VBox.log.3 added

comment:5 by Frank Mehnert, 17 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use