VirtualBox

Opened 13 years ago

Last modified 8 years ago

#9635 closed defect

VDE parameters cause VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES error — at Initial Version

Reported by: David Andruczyk Owned by:
Component: network Version: VirtualBox 4.1.2
Keywords: VDE Cc:
Guest type: Linux Host type: Linux

Description

Two bugs: Bug #1: virtualbox is looking for "libvdeplug.so", however on Ubuntu natty 64bit, the stock vde packages do NOT create that, only libvdeplug.so.2 (which is a symlink to the specific version of the lib). Recent tarballs of vde create libvdeplug.so.3, so it may be worth it to probe for any of the above names (libvdeplug.so, libvdeplug.so.2 and libvdeplug.so.3) to handle the various possible cases out in the wild. The current workaround is to symlink /usr/lib/libvdeplug.so -> /usr/lib/libvdeplug.so.2 or 3 dependign on which version of VDE is present.

Bug#2 When attempting to configure a VM connected to a VDE switch, setting any parameters in the "Generic Properties", like the path to the switch socket causes the Virtualbox VM to be unable to start with the following error in the VM log:

00:00:00.393 VMSetError: /home/vbox/vbox-4.1.2/src/VBox/Devices/Network/DrvVDE.cpp(558) int drvVDEConstruct(PDMDRVINS*, CFGMNODE*, uint32_t); rc=VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES 00:00:00.393 VMSetError:

As long as vde_switch is started with NO SOCKET NAME specified (no -s option). and the Generic Properties box is left emtpy, virtualbox will start and connect to vde.

However this doesn't let a user specific a specific port (to line up with vlan config), or a specific vswitch (of more than one are active)

The GUI pops up a very nondescript error as well:

Result Code: NS_ERROR_CALL_FAILED (0x800706BE) Component: ProgressProxy Interface: IProgress {c20238e4-3221-4d3f-8891-81ce92d9f913}

Change History (0)

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use