- 13 Oct, 2015 1 commit
-
-
Rom Walton authored
Something has changed on OS X that prevents /usr/local/bin from being in the default search path. It is when launched from a terminal window, but not when BOINC launches vboxwrapper. I think recent versions of VirtualBox changed where it stores VboxManage on install. bbad0d9d recently addressed this in the CC.
-
- 05 Jul, 2015 1 commit
-
-
Rom Walton authored
-
- 03 Jul, 2015 1 commit
-
-
Rom Walton authored
VBOX: Check for the cache disk configuration flag before attempting to query for the vm_image virtual disk. There will be no vm_image virtual disk to unregister when cache disks are used with isocontextualization.
-
- 28 Jun, 2015 1 commit
-
-
Rom Walton authored
-
- 25 Jun, 2015 1 commit
-
-
Rom Walton authored
The scratch directory is created under the project folder.
-
- 01 May, 2015 3 commits
-
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
- 07 Apr, 2015 1 commit
-
-
Rom Walton authored
VBOX: cut down on some of the noise with spurious 'Status Report' messages when we attempt to launch the VM.
-
- 02 Apr, 2015 1 commit
-
-
Rom Walton authored
VBOX: Only add the guest additions ISO to the VM if the file has actually been detected on the file system. Some Linux systems separate the VirtualBox packages so that the guest additions ISO is in a separate package. We were attempting to add a DVD device for a file that did not exist.
-
- 27 Mar, 2015 1 commit
-
-
Rom Walton authored
VBOX: If polling for the current VM state fails for any reason, like vboxsvc crashing, do a temp exit for 24 hours. Before COM, polling for the current state wasn't as critical. If the poll operation failed, we would try again in one second anyway. After COM, it is used as a test to see if the communication channel between the wrapper and VirtualBox is still operational. If not, temp exit and hope things work the next attempt.
-
- 25 Mar, 2015 1 commit
-
-
Rom Walton authored
Projects may want to handle check-pointing within their own application and skip the disk intensive requirements of a VM snapshot.
-
- 22 Mar, 2015 1 commit
-
-
Rom Walton authored
-
- 15 Jan, 2015 1 commit
-
-
Rom Walton authored
VBOX: Configure a bunch of virtual functions to be purely abstract to avoid a bunch of compiler warnings in gcc
-
- 19 Dec, 2014 1 commit
-
-
Rom Walton authored
-
- 24 Nov, 2014 1 commit
-
-
Rom Walton authored
VBOX: Make the service install scenario work again.
-
- 23 Nov, 2014 8 commits
-
-
Rom Walton authored
VBOX: When checking for the existence of a VM registered to a given slot directory, also check for the ISO Contextualization image and cache disk image. If any type of media is registered to a given slot directory, close it regardless if it is attached to a VM or not.
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
VBOX: Introduce the notion of Virtualbox COM namespaces. We currently support VirtualBox 4.2 and VirtualBox 4.3.
-
Rom Walton authored
-
Rom Walton authored
VBOX: Begin refactoring for supporting the native VirtualBox API set on Windows. Use the code in the deprecated directory as a baseline.
-
- 24 Oct, 2014 1 commit
-
-
Rom Walton authored
-
- 22 Oct, 2014 1 commit
-
-
Rom Walton authored
-
- 20 Oct, 2014 1 commit
-
-
Rom Walton authored
-
- 14 Oct, 2014 1 commit
-
-
Rom Walton authored
When the file is detected, the wrapper will call boinc_temporary_exit() and restart the VM at a later date.
-
- 01 Oct, 2014 1 commit
-
-
Rom Walton authored
VBOX: Attempt to fix a possible crash seen on T4T with an incompatible version of VirtualBox running on Linux.
-
- 30 Sep, 2014 1 commit
-
-
Rom Walton authored
VBOX: Try and prevent vboxwrapper from starting the VM if BOINC has signaled boinc_status.quit_requit or boinc_status.no_heartbeat.
-
- 24 Sep, 2014 2 commits
-
-
Rom Walton authored
-
Rom Walton authored
TODO: Refactor how command line options and vbox_job.xml options are handled. This was a ugly hack.
-
- 20 Sep, 2014 1 commit
-
-
Rom Walton authored
VBOX: Make the guest additions available to all VMs. This does not mean the VM will use them, but they will be available.
-
- 16 Sep, 2014 1 commit
-
-
Rom Walton authored
VBOX: Do not disable the host I/O cache for virtualized disk controllers that do not support async I/O within VirtualBox.
-
- 12 Sep, 2014 2 commits
-
-
Rom Walton authored
-
Rom Walton authored
-
- 22 Aug, 2014 2 commits
-
-
Rom Walton authored
VBOX: Use the 'Name' field instead of the internal virtualbox name for the default network interface.
-
Rom Walton authored
VBOX: When the bridged network option is selected, don't forget to set which network interface it is supposed to bridge with.
-
- 20 Aug, 2014 2 commits
-
-
Rom Walton authored
-
David Anderson authored
-