Custom Query (16363 matches)
Results (1285 - 1287 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1312 | fixed | kmk fails on zfs | ||
| Description |
You cannot build virtualbox on solaris in a zfs filesystem because kmk will fail attempting to create directories with its builtin mkdir. Apparently, kmk's logic for directory existence is... less than optimal - it seems to try creating directories from /, whether or not they exist (unlike mkdir which tries to create the leaf dir and fails upward). The problem happens when it reaches a ZFS mountpoint, where mkdir(2) will return ENOSYS, instead of its expect EEXIST, causing kmk to bail out. Only workaround is to build on a ufs filesystem, as kmk will do mkdirs whether or not the target exists. |
|||
| #1313 | fixed | virtualbox crash when using loaddskf.exe in os/2 warp 4 | ||
| Description |
On a plain OS/2 Warp 4 (unpatched, no service pack) install, if you try putting a floppy disk image on a CD (I put the fixpack floppies on the CD), and you do a loaddskf.exe to convert that floppy image to a real floppy, Virtualbox gets an exception and dies. Host is Windows 2000. |
|||
| #1314 | fixed | Should not need to add an empty USB filter before filtering USB devices | ||
| Description |
See this forum msg: http://forums.virtualbox.org/viewtopic.php?p=17986#17986 VirtualBox needs you to add a dummy "everything" filter before adding other filters for USB devices. It should add the everything filter by default and mask off all USB devices not listed in the USB device list. The dummy filter is not intuitive... Win98 guest running on WinXP host if that matters. |
|||

