Custom Query (16363 matches)
Results (232 - 234 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3049 | duplicate | USB still no go from non-root account | ||
| Description |
I just downloaded and installed VirtualBox 2.1.0, RHEL5. Same issue as with earlier versions: USB devices in a non-root account show up but greyed-out and non-activatable. The device in question is seen and mounted by the Linux side, and when the device is umounted by Linux (manually), it still is not activatable from a non-root account. I generally do not run any VM (particularly one running within it an MS OS) as root -- too dangerous. Note that VMware workstation does NOT have this problem -- VMware workstation detects that the device is Linux-side mounted and then asks if one wants to de-attach the device from Linux-side and re-attach to the VM side, which VMware then does upon confirmation. Please reply if possible. |
|||
| #21238 | fixed | logical error in DBGFR3BpSetInt3Ex => fixed in SVN/next 7.0.x maintenance | ||
| Description |
Incorrect behavior when call DBGFR3BpSetInt3Ex for 'ALREADY_EXIST'adress, but without DBGF_BP_F_ENABLED in fFlags. Minimal fixed patch is: --- VirtualBox-7.0.2/src/VBox/VMM/VMMR3/DBGFR3Bp.cpp.orig Wed Oct 19 21:29:54 2022 +++ VirtualBox-7.0.2/src/VBox/VMM/VMMR3/DBGFR3Bp.cpp Thu Nov 03 19:44:32 2022 @@ -2197,7 +2197,7 @@
+ if (!DBGF_BP_PUB_IS_ENABLED(&pBp->Pub) && (fFlags & DBGF_BP_F_ENABLED))
|
|||
| #14927 | fixed | Ctrl-Break unimplemented in BIOS | ||
| Description |
--- This BUG's corrected with attached patch |
|||

