VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2191 - 2193 of 16363)

Ticket Resolution Summary Owner Reporter
#3934 fixed vboxdrv init script makes boot slow => Fixed in SVN Ken Arnold
Description

According to bootchart, the vboxdrv init script wastes over 2 seconds on my machine running find in the module tree before trying modprobe. Why not just try modprobe first?

Here's how I modified that section of vboxdrv. But I'm sure you could do a whole lot better:

    if ! running vboxdrv; then
        if ! modprobe vboxdrv > /dev/null 2>&1; then
	    # modprobe failed. Find out why:
            if ! find /lib/modules/`uname -r` -name "vboxdrv\.*" 2>/dev/null|grep -q vboxdrv; then
		failure "No suitable module for running kernel found"
            fi
            failure "modprobe vboxdrv failed. Please use 'dmesg' to find out why"
        fi
        sleep .2
    fi
#3935 fixed Crash under VBoxConsoleWnd::vmSeamless timeless
Description

I installed w7x64rc and then installed the first stage of vpc and rebooted.

Seamless mode was enabled, but I saw the windows desktop instead of my mac desktop, and clicking show/hide desktop in the taskbar didn't change it. So I used the OSX menu item to uncheck seamless and VirtualBox disappeared (crash).

#3937 fixed Dead update links in VirtualBox new version prompt. Peter
Description

The links provided in the prompt that notifies the user of an updated version of VirtualBox are non-functional and can not even be copied.

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