Custom Query (16363 matches)
Results (424 - 426 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1714 | fixed | vboxnet fails for groups -- bug in vboxnet => Fixed in 1.6.4 | ||
| Description |
The vboxnet bash script fails to determine when an interface has been assigned to a group. To recreate: Use VBoxAddIF to assign a new interface to a group according to the documentation. The problem: Around line 185 in the vboxnet script: 185 case $user in 186 +*) 187 group=`echo $2 | cut -c2-` 188 cmd="VBoxTunctl -t $1 -g $group" but $user is never set, so that path is never taken. line 185 should be changed to: case $2 in |
|||
| #3563 | fixed | vboxmouse driver changes locale -> should be fixed in SVN | ||
| Description |
vboxmouse module calls setlocale and changes X server's locale to user's locale instead of C. Then server makes comparisons in user's locale and that causes serious problems especially in Turkish locale. In Turkish, tolower("I") is not "i". So server converts "PCI" string to "pcı" (not "pci"). In order to reproduce the problem, add the following line to xorg.conf: BusId "PCI:0:2:0" Then set LC_ALL to tr_TR.UTF-8 and start xserver. That will fail; because it won't find the matching "Device" section. When vboxmouse module is disabled, server starts correctly. |
|||
| #11307 | obsolete | vboxmanager CO_E_SERVER_EXEC_FAILURE on raw disk create | ||
| Description |
I have the latest stable virtual box. I am using Windows 7 Home Premium. When I try and create a new raw disk vmdk, I get the error listed at the bottom of this message. After some googling, I found the issue at https://www.virtualbox.org/ticket/630. And seeing my error was similar, I figured I'd remove my French Canadian keyboard, to see what would happen. Sure enough, it immediately worked. I was then unable to reproduce it. However, it came up again, and I removed my French Canadian keyboard to fix it. You'll notice I got the error twice in a row, and then I removed the keyboard, and the third message is success.
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe internalcommands createrawvmdk -filename K:\VirtualBox\UbuntuLocalHome.vmdk -rawdi
sk
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe internalcommands createrawvmdk -filename K:\VirtualBox\UbuntuLocalHome.vmdk -rawdi
sk
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe internalcommands createrawvmdk -filename K:\VirtualBox\UbuntuLocalHome.vmdk -rawdi
sk |
|||

