Custom Query (16363 matches)
Results (997 - 999 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1708 | fixed | Host Interface and Internal Network under network setting don't work | ||
| Description |
Host Interface and Internal Network under network setting don't work. The program does not let me create communication between my host computer(WinVista Premium 32bit) and virtual machine (Ubuntu 8.04) as either Host Interface nor Internal Network. |
|||
| #1713 | fixed | WinXP freezes after installing TwinCat | ||
| Description |
After installing TwinCat the system freezes after booting once the desktop is loaded, but only if VT-x is deactivated. If VT-x is active, the system runs stable, but at 50%-80% CPU load, even if the guest is idle. Running on Intel Dual-Core, WinXP32 Host, WinXP32 Guest (both running SP3). Default settings for VB with RAM set to 512 (with 2GB available). |
|||
| #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 |
|||

