VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (709 - 711 of 16363)

Ticket Resolution Summary Owner Reporter
#1211 fixed VBox.sh is a bit dumb about $0 => fixed in the next version Ananth Shrinivas
Description

OS Release:


$ uname -a
SunOS knuth 5.11 snv_81 i86pc i386 i86pc

Problem:


Running VirtualBox as:

$ /usr/bin/VirtualBox 
(or)
$ VirtualBox

works fine. But

cd /usr/bin/
./VirtualBox
Unknown application - ./VirtualBox

Fix:


VBox.sh is the culprit. Use basename $0 instead of the literal $0 value


Patch:


diff -r 38e4f524613d VBox.sh
--- a/VBox.sh   Tue Feb 19 19:28:33 2008 +0530
+++ b/VBox.sh   Tue Feb 19 19:32:53 2008 +0530
@@ -18,6 +18,7 @@ export LD_LIBRARY_PATH
 export LD_LIBRARY_PATH

 APP=`which $0`
+APP=`basename $APP`
 APP=${APP##/*/}
 case "$APP" in
   VirtualBox)
#1212 fixed virtualbox crashes on windows on heavy load Ritesh Raj Sarraf
Description

I'm running VirtualBox 1.5.4 on Windows XP with a Debian Guest in it. I've attached my USB HDD to the Guest and am able to access it.

I'm using SSH Portforwarding to execute gtk-gnutella, a torrent application, from the guest to the host. When gtk-gnutella does heavy I/O on the guest in the USB HDD, VirtualBox crashes with an error in virtualboxd.dll This is immediate, in around 1-2 minutes. If I don't execute the app and just let the guest remain idle, it keeps running and nothing crashes.

#1213 fixed Ubuntu 7.10 Networking with Bridge sweep
Description

The bridge does not work in 1.5.6 and Ubuntu. I've done like described in the newest manual and on ubuntuusers.de.

Nothing of this will work. I think there is a general problem with 1.5.6 and Ubuntu.

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