VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (730 - 732 of 16363)

Ticket Resolution Summary Owner Reporter
#13591 duplicate VERR_INTNET_FLT_IF_NOT_FOUND ERROR Claudemir
Description

I'm having trouble using the vbox when configured as bridged network on virtual machine . I tested several versions of vbox . The vbox is installed on a dell inspiron 14z with Windows 8 64BITS

I've tried increasing the MaxNumFilters the register and several other options found in forums and nothing works. I've tried increasing the MaxNumFilters the register and several other options found in forums and nothing works The last test , following a suggestion in the forum was to install the version 4.3.12 I installed version 4.3.12 and tested ( including using network cables ) and same error . attached the log from the VM using a network cable (also wifi not working)

#19926 duplicate Virtual Box quits when trying to insert the OS ISO image into the Virtual disc Claudio Dionisio
Description

Mac user with OS Big Sur beta When creating a new virtual machine, if I try to insert the ISO image of the operational system on to the disc, the virtual box app quits immediately.

#9014 fixed [patch] virtualbox/VBoxCreateUSBNode.sh test: integer expression expected -> fixed as of 7 Jun 2011 (not for version 4.0) ClemensFischer
Description

'uname -rms' -> Linux 2.6.38.7-spott-00008-g2232235 i686

virtualbox-4.0.8 on ARCH linux

This is in the logs when removing USB devices (example):

  daemon.info: Jun 2 19:35:30 udevd[28730]:
  '/usr/share/virtualbox/VBoxCreateUSBNode.sh 189 130 vboxusers'(err)
  '/usr/share/virtualbox/VBoxCreateUSBNode.sh: line 28: test: vboxusers:
  integer expression expected'

This patch will silence this unnecessary noise:

--- /usr/share/virtualbox/VBoxCreateUSBNode.sh.0        2011-05-18 13:55:16.000000000 +0200
+++ /usr/share/virtualbox/VBoxCreateUSBNode.sh  2011-06-02 19:51:57.566847667 +0200
@@ -25,9 +25,7 @@
 device=`expr "$2" '%' 128 + 1`
 class="$3"
 group="$4"
-if test "$class" -eq 9; then
-  exit 0
-fi
+case "-${class}" in -9) exit 0;; esac
 devdir="`printf "/dev/vboxusb/%.3d" $bus`"
 devpath="`printf "/dev/vboxusb/%.3d/%.3d" $bus $device`"
 if test "$do_remove" -eq 0; then

No need to mess with licensing for this one-liner, file it under MIT-licensed if you like.

--ClemensFischer

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy