VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1408 - 1410 of 16363)

Ticket Resolution Summary Owner Reporter
#147 duplicate Bug of configure.vbs lifeengines
Description

When i was try to structure the build environment,I found the line 930 of configure.vbs can not find the PlatformSDK's root directory when run the script without parameter "--with-sdk=PATH", line 930:if (strPathPSDK = "") And (str <> "") then I change the line to line 930:if (strPathPSDK = "") And (str = "") then and it's work well. another is in sub CheckForWin2k3DDK

if strPathDDK = "" then

MsgError "Cannot find a suitable Windows 2003 DDK. Check configure.log and the build requirements." exit sub

end if

should put after

arrSubKeys = RegEnumSubKeys("HKCU", "SOFTWARE\Microsoft\WINDDK") @todo Need some sorting stuff here. for Each strSubKey In arrSubKeys

str = RegGetString("HKCU\SOFTWARE\Microsoft\WINDDK\" & strSubKey & "\SFNDirectory") if (strPathDDK = "") And (str <> "") then

if CheckForWin2k3DDKSub(str, False) then strPathDDK = str

end if

Next

#6623 duplicate Bug on MAC OS X guest Antonio Rotundo
Description

When run Mac OS X guest on Windows Vista host with Intel Core Duo T5850 (NO support for Intel-VM) get this errors.

#18663 obsolete Bug on macos with iscsi pacey
Description

I am using a synology nas to provide iscsi service for virtual machine. But we (with synology's iscsi engineer) found that the virtualbox-iscsi-initiator's timeout-setting is unreasonable.

issus1: It makes iscsi connection on virtualbox always timeout under very high io.

issus2: When timeout happend, virtualbox trying create a new connection. But it never disconnect from the last connection. If the iscsi target do not support multi-channel new-connection will be failed.

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