Changes between Initial Version and Version 1 of VirtualBox


Ignore:
Timestamp:
04/04/11 15:06:08 (13 years ago)
Author:
Dave Morris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualBox

    v1 v1  
     1Notes and bug reports for the VirtualBox service on briccs-1
     2
     3----
     4
     5== VirtualBox GUI over SSH
     6
     7There is a know issue with the latest version of VirtualBox GUI when accessing it via a SHH connection.
     8
     9   * [http://www.virtualbox.org/ticket/8175 GUI is very slow when running it via an ssh tunnel]
     10
     11This bug makes it almost impossible to use the full VirtualBox GUI via a remote connection.
     12It takes several minutes to display a simple pop-up dialogue box.
     13
     14{{{
     15ssh -X root@briccs-1.rcs.le.ac.uk
     16
     17    briccs-1:~ # VirtualBox
     18}}}
     19
     20The bug only affects the main VirtualBox GUI, so the simpler per-vm GUI is still usable.
     21{{{
     22ssh -X root@briccs-1.rcs.le.ac.uk
     23
     24    briccs-1:~ # VBoxManage startvm briccs-7
     25}}}
     26
     27
     28