VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2491 - 2493 of 16363)

Ticket Resolution Summary Owner Reporter
#91 fixed [regression] Lack of GuestAdditions for Linux Technologov
Description

Software: Windows XP Pro SP2 Eng, no extra patches, VirtualBox 1.3.6 Full.

GuestAdditions for Linux seems to be not included with this release.

-Alexey Eremenko

#4148 fixed [regression] Guest linux 2.4.32 kernel panic on vbox additions start Unnamed_Hero
Description

Host OS: Slackware 12.2, Vbox 2.2.4 (PUEL) (last stable 2.2.0) Guest OS: A kind of close source "red hat" clone, based on kernel 2.4.32, gcc 3.3.6

since a 2.2.2 version of Vbox I have a stable guest kernel panic after starting vbox addition.

(forum link http://forums.virtualbox.org/viewtopic.php?f=7&t=18311 )

#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