Thanks Christian, I added that option but same result.
Its clear to me now that vboxwrapper is missing the fact that the VM
doesn't start correctly. If you look at the attached stderr.txt, if says
"Successfully started VM." Hence it never makes it to the part in the code
that checks vbox.log for "VERR_VMX_MSR_VMXON_DISABLED" and hence never
prints "ERR_CPU_VM_EXTENSIONS_DISABLED".
I'm looking into why, any ideas? Otherwise yea it looks like the code to do
exactly what you guys describe is there.
Marius
On Fri, Oct 16, 2015 at 11:42 AM, Christian Beer <[email protected]>
wrote:
> On 10/16/2015 11:16 AM, Marius Millea wrote:
> > However I'm using VBox
> > 4.3.30 and vboxwrapper 26175 so I don't think that's it. I'm attaching my
> > vbox.log, there's some errors in there about VT-x but searching
> > for ERR_CPU_VM_EXTENSIONS_DISABLED yields nothing.
> The vbox.log contains VERR_VMX_MSR_VMXON_DISABLED at the end. Which is
> the VirtualBox errorcode to say you have a 64bit Guest but Hardware
> Virtualization is not enabled (it says so in the begining of the log
> too). This gets picked up by vboxwrapper and
> ERR_CPU_VM_EXTENSIONS_DISABLED gets output to stderr.txt in the slot
> directory which gets reported back to the server as part of the
> sched_request file. The stderr.txt shoud be visible as part of the
> failed task once it is reported.
>
> You should change the plan_class vbox64 to include the
> <vm_accel_required/> tag. This is the plan_class I use at RNA World:
> > <plan_class>
> > <name>vbox64</name>
> > <virtualbox/>
> > <is64bit/>
> > <min_core_client_version>70224</min_core_client_version>
> > <min_vbox_version>40010</min_vbox_version>
> > <vm_accel_required/>
> > </plan_class>
> This will not send a 64bit VM to a host that has no Hardware
> Virtualization enabled. This should really be the default as VirtualBox
> doesn't allow a 64bit guest without the HW Virtualization enabled.
>
> Regards
> Christian
> _______________________________________________
> boinc_dev mailing list
> [email protected]
> http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
> To unsubscribe, visit the above URL and
> (near bottom of page) enter your email address.
>
2015-10-16 12:59:25 (31557): vboxwrapper (7.7.26175): starting
2015-10-16 12:59:25 (31557): Feature: Checkpoint interval offset (239 seconds)
2015-10-16 12:59:25 (31557): Detected: VirtualBox VboxManage Interface
(Version: 4.3.30)
2015-10-16 12:59:25 (31557): Detected: Minimum checkpoint interval (600.000000
seconds)
2015-10-16 12:59:25 (31557): Create VM. (boinc_6053e2c6604d57b1, slot#0)
2015-10-16 12:59:25 (31557): Updating drive controller type and model for
desired configuration.
2015-10-16 12:59:26 (31557): Setting Memory Size for VM. (2048MB)
2015-10-16 12:59:26 (31557): Setting CPU Count for VM. (4)
2015-10-16 12:59:26 (31557): Setting Chipset Options for VM.
2015-10-16 12:59:26 (31557): Setting Boot Options for VM.
2015-10-16 12:59:26 (31557): Setting Network Configuration for NAT.
2015-10-16 12:59:26 (31557): Enabling VM Network Access.
2015-10-16 12:59:26 (31557): Disabling USB Support for VM.
2015-10-16 12:59:26 (31557): Disabling COM Port Support for VM.
2015-10-16 12:59:26 (31557): Disabling LPT Port Support for VM.
2015-10-16 12:59:26 (31557): Disabling Audio Support for VM.
2015-10-16 12:59:26 (31557): Disabling Clipboard Support for VM.
2015-10-16 12:59:26 (31557): Disabling Drag and Drop Support for VM.
2015-10-16 12:59:27 (31557): Adding storage controller(s) to VM.
2015-10-16 12:59:27 (31557): Adding virtual ISO 9660 disk drive to VM.
(vm_isocontext.iso)
2015-10-16 12:59:27 (31557): Adding VirtualBox Guest Additions to VM.
2015-10-16 12:59:27 (31557): Adding network bandwidth throttle group to VM.
(Defaulting to 1024GB)
2015-10-16 12:59:27 (31557): Enabling shared directory for VM.
2015-10-16 12:59:27 (31557): Enabling scratch shared directory for VM.
2015-10-16 12:59:27 (31557): Starting VM. (boinc_6053e2c6604d57b1, slot#0)
2015-10-16 12:59:29 (31557): Successfully started VM. (PID = '31929')
2015-10-16 12:59:29 (31557): Reporting VM Process ID to BOINC.
2015-10-16 12:59:29 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:30 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:31 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:32 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:33 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:34 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:35 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:36 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:37 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:38 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:39 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:41 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:42 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:43 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:44 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:45 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:46 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:47 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:48 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:49 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:50 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:51 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:52 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:54 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:55 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:56 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:57 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:58 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 12:59:59 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:00 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:01 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:02 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:03 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:04 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:05 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:06 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:08 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:09 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:10 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:11 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:12 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:13 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:14 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:15 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:16 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:17 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:18 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:19 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:21 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:22 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:23 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:24 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:25 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:26 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:27 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:28 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:29 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:30 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:31 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:32 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:33 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:35 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:36 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:37 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:38 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:39 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:40 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:41 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:42 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:43 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:44 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:45 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:46 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:47 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:49 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:50 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:51 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:52 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:53 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:54 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:55 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:56 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:57 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:58 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:00:59 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:00 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:02 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:03 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:04 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:05 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:06 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:07 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:08 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:09 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:10 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:11 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:12 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:13 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:15 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:16 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:17 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:18 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:19 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:20 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:21 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:22 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:23 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:24 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:25 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:26 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:27 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:28 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:30 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:31 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:32 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:33 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:34 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:35 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:36 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:37 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:38 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:39 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:40 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:41 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:43 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:44 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:45 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:46 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:47 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:48 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:49 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:50 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:51 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:52 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:53 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:54 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:56 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:57 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:58 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:01:59 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:00 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:01 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:02 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:03 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:04 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:05 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:06 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:07 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:08 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:10 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:11 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:12 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:13 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:14 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:15 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:16 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:17 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:18 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:19 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:20 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:21 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:22 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:23 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:24 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:26 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:27 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:28 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:29 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:30 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:31 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:32 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:33 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:34 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:35 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:36 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:37 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:39 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:40 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:41 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:42 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:43 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:44 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:45 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:46 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:47 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:48 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:49 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:50 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:51 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:53 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:54 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:55 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:56 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:57 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:58 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:02:59 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:00 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:01 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:02 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:03 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:04 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:06 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:07 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:08 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:09 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:10 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:11 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:12 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:13 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:14 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:15 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:16 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:17 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:19 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:20 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:21 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:22 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:23 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:24 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:25 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:26 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:27 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:28 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:29 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:30 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:32 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:33 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:34 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:35 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:36 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:37 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:38 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:39 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:40 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:41 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:42 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:44 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:45 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:46 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:47 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:48 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:49 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:50 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:51 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:52 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:53 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:54 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:56 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:57 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:58 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:03:59 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:00 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:01 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:02 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:03 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:04 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:05 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:06 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:07 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:08 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:10 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:11 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:12 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:13 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:14 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:15 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:16 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:17 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:18 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:19 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:20 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:21 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:23 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:24 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:25 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:26 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:27 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:28 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:29 (31557): Status Report: virtualbox/vboxheadless is no
longer running.
2015-10-16 13:04:29 (31557): VM is no longer is a running state. It is in
'poweroff'.
2015-10-16 13:04:29 (31557): NOTE: VM failed to enter an online state within
the timeout period.
2015-10-16 13:04:29 (31557): This might be a temporary problem and so this
job will be rescheduled for another time.
2015-10-16 13:04:29 (31557): Powering off VM.
Hypervisor System Log:
VM Execution Log:
00:00:00.105619
00:00:00.105619 [/Devices/pcbios/0/Config/NetBoot/] (level 5)
00:00:00.105621
00:00:00.105622 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6)
00:00:00.105623 NIC <integer> = 0x0000000000000000 (0)
00:00:00.105624 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:00.105626 PCIDeviceNo <integer> = 0x0000000000000003 (3)
00:00:00.105626 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.105627
00:00:00.105628 [/Devices/pci/] (level 2)
00:00:00.105629
00:00:00.105630 [/Devices/pci/0/] (level 3)
00:00:00.105631 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.105632
00:00:00.105632 [/Devices/pci/0/Config/] (level 4)
00:00:00.105634 IOAPIC <integer> = 0x0000000000000001 (1)
00:00:00.105635
00:00:00.105635 [/Devices/pckbd/] (level 2)
00:00:00.105636
00:00:00.105637 [/Devices/pckbd/0/] (level 3)
00:00:00.105638 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.105639
00:00:00.105639 [/Devices/pckbd/0/Config/] (level 4)
00:00:00.105641
00:00:00.105641 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:00.105643 Driver <string> = "KeyboardQueue" (cb=14)
00:00:00.105644
00:00:00.105644 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:00.105646 Driver <string> = "MainKeyboard" (cb=13)
00:00:00.105647
00:00:00.105647 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:00.105649 Object <integer> = 0x00007f433400dd80 (139 926 612 008 320)
00:00:00.105650
00:00:00.105651 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:00.105652 QueueSize <integer> = 0x0000000000000040 (64)
00:00:00.105654
00:00:00.105654 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:00.105655 Driver <string> = "MouseQueue" (cb=11)
00:00:00.105656
00:00:00.105657 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:00.105658 Driver <string> = "MainMouse" (cb=10)
00:00:00.105659
00:00:00.105659 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:00.105661 Object <integer> = 0x00007f433400e450 (139 926 612 010 064)
00:00:00.105663
00:00:00.105663 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:00.105665 QueueSize <integer> = 0x0000000000000080 (128)
00:00:00.105666
00:00:00.105666 [/Devices/pcnet/] (level 2)
00:00:00.105668
00:00:00.105668 [/Devices/serial/] (level 2)
00:00:00.105669
00:00:00.105670 [/Devices/vga/] (level 2)
00:00:00.105671
00:00:00.105671 [/Devices/vga/0/] (level 3)
00:00:00.105673 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:00.105674 PCIDeviceNo <integer> = 0x0000000000000002 (2)
00:00:00.105675 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.105676 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.105677
00:00:00.105677 [/Devices/vga/0/Config/] (level 4)
00:00:00.105679 CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:00.105680 FadeIn <integer> = 0x0000000000000001 (1)
00:00:00.105681 FadeOut <integer> = 0x0000000000000001 (1)
00:00:00.105683 HeightReduction <integer> = 0x0000000000000000 (0)
00:00:00.105684 LogoFile <string> = "" (cb=1)
00:00:00.105685 LogoTime <integer> = 0x0000000000000000 (0)
00:00:00.105686 MonitorCount <integer> = 0x0000000000000001 (1)
00:00:00.105687 ShowBootMenu <integer> = 0x0000000000000002 (2)
00:00:00.105688 VRamSize <integer> = 0x0000000000800000 (8 388 608, 8
MB)
00:00:00.105690
00:00:00.105690 [/Devices/vga/0/LUN#0/] (level 4)
00:00:00.105692 Driver <string> = "MainDisplay" (cb=12)
00:00:00.105693
00:00:00.105693 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:00.105695 Object <integer> = 0x00007f4334002380 (139 926 611 960 704)
00:00:00.105696
00:00:00.105697 [/Devices/virtio-net/] (level 2)
00:00:00.105698
00:00:00.105699 [/EM/] (level 1)
00:00:00.105700 TripleFaultReset <integer> = 0x0000000000000000 (0)
00:00:00.105701
00:00:00.105701 [/HM/] (level 1)
00:00:00.105702 64bitEnabled <integer> = 0x0000000000000000 (0)
00:00:00.105703 EnableLargePages <integer> = 0x0000000000000000 (0)
00:00:00.105704 EnableNestedPaging <integer> = 0x0000000000000001 (1)
00:00:00.105705 EnableUX <integer> = 0x0000000000000001 (1)
00:00:00.105706 EnableVPID <integer> = 0x0000000000000001 (1)
00:00:00.105708 Exclusive <integer> = 0x0000000000000001 (1)
00:00:00.105709 HMForced <integer> = 0x0000000000000001 (1)
00:00:00.105710
00:00:00.105710 [/MM/] (level 1)
00:00:00.105711 CanUseLargerHeap <integer> = 0x0000000000000000 (0)
00:00:00.105712
00:00:00.105713 [/PDM/] (level 1)
00:00:00.105715
00:00:00.105716 [/PDM/AsyncCompletion/] (level 2)
00:00:00.105718
00:00:00.105719 [/PDM/AsyncCompletion/File/] (level 3)
00:00:00.105721
00:00:00.105722 [/PDM/AsyncCompletion/File/BwGroups/] (level 4)
00:00:00.105723
00:00:00.105724 [/PDM/BlkCache/] (level 2)
00:00:00.105725 CacheSize <integer> = 0x0000000000500000 (5 242 880, 5 MB)
00:00:00.105727
00:00:00.105727 [/PDM/Devices/] (level 2)
00:00:00.105728
00:00:00.105729 [/PDM/Devices/VBoxEhci/] (level 3)
00:00:00.105730 Path <string> =
"/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxEhciR3.so"
(cb=97)
00:00:00.105731 R0SearchPath <string> =
"/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64"
(cb=83)
00:00:00.105732 RCSearchPath <string> =
"/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64"
(cb=83)
00:00:00.105733
00:00:00.105734 [/PDM/Devices/VBoxPciRaw/] (level 3)
00:00:00.105735 Path <string> =
"/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxPciRawR3.so"
(cb=99)
00:00:00.105736 R0SearchPath <string> =
"/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64"
(cb=83)
00:00:00.105737
00:00:00.105737 [/PDM/Drivers/] (level 2)
00:00:00.105738
00:00:00.105739 [/PDM/Drivers/DrvHostWebcam/] (level 3)
00:00:00.105740 Path <string> =
"/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxHostWebcam.so"
(cb=101)
00:00:00.105741
00:00:00.105742 [/PDM/Drivers/VBoxC/] (level 3)
00:00:00.105743 Path <string> = "/usr/lib/virtualbox/components/VBoxC"
(cb=37)
00:00:00.105744
00:00:00.105744 [/PDM/Drivers/VBoxPciRawDrv/] (level 3)
00:00:00.105746 Path <string> =
"/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxPciRawDrv.so"
(cb=100)
00:00:00.105746
00:00:00.105747 [/PDM/NetworkShaper/] (level 2)
00:00:00.105748
00:00:00.105749 [/PDM/NetworkShaper/BwGroups/] (level 3)
00:00:00.105750
00:00:00.105750 [/PDM/NetworkShaper/BwGroups/boinc_6053e2c6604d57b1_net/]
(level 4)
00:00:00.105752 Max <integer> = 0x0000010000000000 (1 099 511 627 776)
00:00:00.105754
00:00:00.105754 [/PDM/USB/] (level 2)
00:00:00.105755
00:00:00.105756 [/PDM/USB/VBoxUsbCardReader/] (level 3)
00:00:00.105757 Path <string> =
"/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxUsbCardReaderR3.so"
(cb=106)
00:00:00.105758
00:00:00.105759 [/PDM/USB/VBoxUsbWebcam/] (level 3)
00:00:00.105760 Path <string> =
"/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxUsbWebcamR3.so"
(cb=102)
00:00:00.105761
00:00:00.105761 [/TM/] (level 1)
00:00:00.105762 UTCOffset <integer> = 0x0000000000000000 (0)
00:00:00.105763
00:00:00.105764 ********************* End of CFGM dump **********************
00:00:00.105775 VM: fHMEnabled=true (configured) fRecompileUser=false
fRecompileSupervisor=false
00:00:00.105778 VM: fRawRing1Enabled=false CSAM=true PATM=true
00:00:00.106809 VMSetError:
/home/vbox/vbox-4.3.30/src/VBox/VMM/VMMR3/HM.cpp(532) int HMR3Init(PVM);
rc=VERR_VMX_MSR_VMXON_DISABLED
00:00:00.106825 VMSetError: VT-x is disabled in the BIOS.
00:00:00.282536 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005)
aIID={8ab7c520-2442-4b66-8d74-4ff1e195d2b6} aComponent={Console} aText={VT-x is
disabled in the BIOS. (VERR_VMX_MSR_VMXON_DISABLED)}, preserve=false
00:00:00.312505 Power up failed (vrc=VERR_VMX_MSR_VMXON_DISABLED,
rc=NS_ERROR_FAILURE (0X80004005))
VM Startup Log:
VM Trace Log:
2015-10-16 12:59:25 (31557):
Command: VBoxManage -q --version
Exit Code: 0
Output:
4.3.30r101610
2015-10-16 12:59:25 (31557):
Command: VBoxManage -q list systemproperties
Exit Code: 0
Output:
API version: 4_3
Minimum guest RAM size: 4 Megabytes
Maximum guest RAM size: 2097152 Megabytes
Minimum video RAM size: 1 Megabytes
Maximum video RAM size: 256 Megabytes
Maximum guest monitor count: 64
Minimum guest CPU count: 1
Maximum guest CPU count: 32
Virtual disk limit (info): 2199022206976 Bytes
Maximum Serial Port count: 2
Maximum Parallel Port count: 2
Maximum Boot Position: 4
Maximum PIIX3 Network Adapter count: 8
Maximum ICH9 Network Adapter count: 36
Maximum PIIX3 IDE Controllers: 1
Maximum ICH9 IDE Controllers: 1
Maximum IDE Port count: 2
Maximum Devices per IDE Port: 2
Maximum PIIX3 SATA Controllers: 1
Maximum ICH9 SATA Controllers: 8
Maximum SATA Port count: 30
Maximum Devices per SATA Port: 1
Maximum PIIX3 SCSI Controllers: 1
Maximum ICH9 SCSI Controllers: 8
Maximum SCSI Port count: 16
Maximum Devices per SCSI Port: 1
Maximum SAS PIIX3 Controllers: 1
Maximum SAS ICH9 Controllers: 8
Maximum SAS Port count: 8
Maximum Devices per SAS Port: 1
Maximum PIIX3 Floppy Controllers:1
Maximum ICH9 Floppy Controllers: 1
Maximum Floppy Port count: 1
Maximum Devices per Floppy Port: 2
Default machine folder: /var/lib/boinc-client/VirtualBox VMs
Exclusive HW virtualization use: on
Default hard disk format: VDI
VRDE auth library: VBoxAuth
Webservice auth. library: VBoxAuth
Remote desktop ExtPack: Oracle VM VirtualBox Extension Pack
Log history count: 3
Default frontend:
Autostart database path:
Default Guest Additions ISO: /usr/share/virtualbox/VBoxGuestAdditions.iso
Logging Level: all
2015-10-16 12:59:25 (31557):
Command: VBoxManage -q list hostinfo
Exit Code: 0
Output:
Host Information:
Host time: 2015-10-16T10:59:25.772000000Z
Processor online count: 4
Processor count: 4
Processor online core count: 2
Processor core count: 2
Processor#0 speed: 2901 MHz
Processor#0 description: Intel(R) Core(TM) i5-3380M CPU @ 2.90GHz
Processor#1 speed: 2901 MHz
Processor#1 description: Intel(R) Core(TM) i5-3380M CPU @ 2.90GHz
Processor#2 speed: 2901 MHz
Processor#2 description: Intel(R) Core(TM) i5-3380M CPU @ 2.90GHz
Processor#3 speed: 2901 MHz
Processor#3 description: Intel(R) Core(TM) i5-3380M CPU @ 2.90GHz
Memory size: 7686 MByte
Memory available: 4526 MByte
Operating system: Linux
Operating system version: 3.13.0-65-generic
2015-10-16 12:59:25 (31557):
Command: VBoxManage -q showvminfo "boinc_6053e2c6604d57b1" --machinereadable
Exit Code: -2135228415
Output:
VBoxManage: error: Could not find a registered machine named
'boinc_6053e2c6604d57b1'
VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001),
component VirtualBox, interface IVirtualBox, callee nsISupports
VBoxManage: error: Context: "FindMachine(Bstr(VMNameOrUuid).raw(),
machine.asOutParam())" at line 2611 of file VBoxManageInfo.cpp
2015-10-16 12:59:25 (31557):
Command: VBoxManage -q showhdinfo "/var/lib/boinc-client/slots/0/vm_image.vdi"
Exit Code: -2135228412
Output:
VBoxManage: error: Could not find file for the medium
'/var/lib/boinc-client/slots/0/vm_image.vdi' (VERR_FILE_NOT_FOUND)
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component
Medium, interface IMedium, callee nsISupports
VBoxManage: error: Context: "OpenMedium(Bstr(pszFilenameOrUuid).raw(),
enmDevType, enmAccessMode, fForceNewUuidOnOpen, pMedium.asOutParam())" at line
178 of file VBoxManageDisk.cpp
2015-10-16 12:59:25 (31557):
Command: VBoxManage -q createvm --name "boinc_6053e2c6604d57b1" --basefolder
"/var/lib/boinc-client/slots/0" --ostype "Linux26_64" --register
Exit Code: 0
Output:
Virtual machine 'boinc_6053e2c6604d57b1' is created and registered.
UUID: 48c222e1-4bba-44c5-beca-d3ec589020a2
Settings file:
'/var/lib/boinc-client/slots/0/boinc_6053e2c6604d57b1/boinc_6053e2c6604d57b1.vbox'
2015-10-16 12:59:26 (31557):
Command: VBoxManage -q modifyvm "boinc_6053e2c6604d57b1" --description
"camb_boinc2docker_730_1444989633.041239_0"
Exit Code: 0
Output:
2015-10-16 12:59:26 (31557):
Command: VBoxManage -q modifyvm "boinc_6053e2c6604d57b1" --memory 2048
Exit Code: 0
Output:
2015-10-16 12:59:26 (31557):
Command: VBoxManage -q modifyvm "boinc_6053e2c6604d57b1" --cpus 4
Exit Code: 0
Output:
2015-10-16 12:59:26 (31557):
Command: VBoxManage -q modifyvm "boinc_6053e2c6604d57b1" --acpi on --ioapic on
Exit Code: 0
Output:
2015-10-16 12:59:26 (31557):
Command: VBoxManage -q modifyvm "boinc_6053e2c6604d57b1" --boot1 disk --boot2
dvd --boot3 none --boot4 none
Exit Code: 0
Output:
2015-10-16 12:59:26 (31557):
Command: VBoxManage -q modifyvm "boinc_6053e2c6604d57b1" --nic1 nat
--natdnsproxy1 on --cableconnected1 off
Exit Code: 0
Output:
2015-10-16 12:59:26 (31557):
Command: VBoxManage -q modifyvm "boinc_6053e2c6604d57b1" --cableconnected1 on
Exit Code: 0
Output:
2015-10-16 12:59:26 (31557):
Command: VBoxManage -q modifyvm "boinc_6053e2c6604d57b1" --usb off
Exit Code: 0
Output:
2015-10-16 12:59:26 (31557):
Command: VBoxManage -q modifyvm "boinc_6053e2c6604d57b1" --uart1 off --uart2
off
Exit Code: 0
Output:
2015-10-16 12:59:26 (31557):
Command: VBoxManage -q modifyvm "boinc_6053e2c6604d57b1" --lpt1 off --lpt2 off
Exit Code: 0
Output:
2015-10-16 12:59:26 (31557):
Command: VBoxManage -q modifyvm "boinc_6053e2c6604d57b1" --audio none
Exit Code: 0
Output:
2015-10-16 12:59:26 (31557):
Command: VBoxManage -q modifyvm "boinc_6053e2c6604d57b1" --clipboard disabled
Exit Code: 0
Output:
2015-10-16 12:59:27 (31557):
Command: VBoxManage -q modifyvm "boinc_6053e2c6604d57b1" --draganddrop disabled
Exit Code: 0
Output:
2015-10-16 12:59:27 (31557):
Command: VBoxManage -q storagectl "boinc_6053e2c6604d57b1" --name "Hard Disk
Controller" --add "sata" --controller "IntelAHCI" --hostiocache off --portcount
3
Exit Code: 0
Output:
2015-10-16 12:59:27 (31557):
Command: VBoxManage -q storageattach "boinc_6053e2c6604d57b1" --storagectl
"Hard Disk Controller" --port 0 --device 0 --type dvddrive --medium
"/var/lib/boinc-client/slots/0/vm_isocontext.iso"
Exit Code: 0
Output:
2015-10-16 12:59:27 (31557):
Command: VBoxManage -q storageattach "boinc_6053e2c6604d57b1" --storagectl
"Hard Disk Controller" --port 2 --device 0 --type dvddrive --medium
"/usr/share/virtualbox/VBoxGuestAdditions.iso"
Exit Code: 0
Output:
2015-10-16 12:59:27 (31557):
Command: VBoxManage -q bandwidthctl "boinc_6053e2c6604d57b1" add
"boinc_6053e2c6604d57b1_net" --type network --limit 1024G
Exit Code: 0
Output:
2015-10-16 12:59:27 (31557):
Command: VBoxManage -q sharedfolder add "boinc_6053e2c6604d57b1" --name
"shared" --hostpath "/var/lib/boinc-client/slots/0/shared"
Exit Code: 0
Output:
2015-10-16 12:59:27 (31557):
Command: VBoxManage -q sharedfolder add "boinc_6053e2c6604d57b1" --name
"scratch" --hostpath
"/var/lib/boinc-client/projects/beta.cosmologyathome.org/scratch"
Exit Code: 0
Output:
2015-10-16 12:59:28 (31557):
Command: VBoxManage -q startvm "boinc_6053e2c6604d57b1" --type headless
Exit Code: 0
Output:
Waiting for VM "boinc_6053e2c6604d57b1" to power on...
VM "boinc_6053e2c6604d57b1" has been successfully started.
VirtualBox VM 4.3.30 r101610 linux.amd64 (Jul 10 2015 12:58:13) release log
00:00:00.025558 Log opened 2015-10-16T10:59:27.813375000Z
00:00:00.025559 Build Type: release
00:00:00.025561 OS Product: Linux
00:00:00.025562 OS Release: 3.13.0-65-generic
00:00:00.025563 OS Version: #106-Ubuntu SMP Fri Oct 2 22:08:27 UTC 2015
00:00:00.025586 DMI Product Name: 2342CTO
00:00:00.025595 DMI Product Version: ThinkPad T430
00:00:00.025679 Host RAM: 7686MB total, 4523MB available
00:00:00.025682 Executable: /usr/lib/virtualbox/VBoxHeadless
00:00:00.025683 Process ID: 31929
00:00:00.025683 Package type: LINUX_64BITS_UBUNTU_13_04
00:00:00.043199 Installed Extension Packs:
00:00:00.043238 Oracle VM VirtualBox Extension Pack (Version: 4.3.30 r101610; VRDE Module: VBoxVRDP)
00:00:00.056932 SUP: Loaded VMMR0.r0 (/usr/lib/virtualbox/VMMR0.r0) at 0xffffffffa07cd020 - ModuleInit at ffffffffa07eb570 and ModuleTerm at ffffffffa07eb800
00:00:00.056966 SUP: VMMR0EntryEx located at ffffffffa07ecbe0, VMMR0EntryFast at ffffffffa07ec820 and VMMR0EntryInt at ffffffffa07ec810
00:00:00.059183 Guest OS type: 'Linux26_64'
00:00:00.064990 WARNING! 64-bit guest type selected but the host CPU does NOT support HW virtualization.
00:00:00.065179 fHMForced=true - SMP
00:00:00.076091 File system of '/var/lib/boinc-client/slots/0/vm_isocontext.iso' (DVD) is ext4
00:00:00.079371 File system of '/usr/share/virtualbox/VBoxGuestAdditions.iso' (DVD) is ext4
00:00:00.096324 Shared clipboard mode: Off
00:00:00.097979 Drag'n'drop mode: Off
00:00:00.104916 ************************* CFGM dump *************************
00:00:00.104920 [/] (level 0)
00:00:00.104931 CSAMEnabled <integer> = 0x0000000000000001 (1)
00:00:00.105287 CpuExecutionCap <integer> = 0x0000000000000064 (100)
00:00:00.105292 EnablePAE <integer> = 0x0000000000000001 (1)
00:00:00.105294 HMEnabled <integer> = 0x0000000000000001 (1)
00:00:00.105296 MemBalloonSize <integer> = 0x0000000000000000 (0)
00:00:00.105298 Name <string> = "boinc_6053e2c6604d57b1" (cb=23)
00:00:00.105301 NumCPUs <integer> = 0x0000000000000004 (4)
00:00:00.105303 PATMEnabled <integer> = 0x0000000000000001 (1)
00:00:00.105305 PageFusionAllowed <integer> = 0x0000000000000000 (0)
00:00:00.105317 RamHoleSize <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:00.105320 RamSize <integer> = 0x0000000080000000 (2 147 483 648, 2 048 MB)
00:00:00.105322 RawR0Enabled <integer> = 0x0000000000000001 (1)
00:00:00.105323 RawR3Enabled <integer> = 0x0000000000000001 (1)
00:00:00.105324 TimerMillies <integer> = 0x000000000000000a (10)
00:00:00.105325 UUID <bytes> = "e1 22 c2 48 ba 4b c5 44 be ca d3 ec 58 90 20 a2" (cb=16)
00:00:00.105331
00:00:00.105334 [/CPUM/] (level 1)
00:00:00.105335 SyntheticCpu <integer> = 0x0000000000000000 (0)
00:00:00.105336
00:00:00.105339 [/DBGF/] (level 1)
00:00:00.105340 Path <string> = "/var/lib/boinc-client/slots/0/boinc_6053e2c6604d57b1/debug/;/var/lib/boinc-client/slots/0/boinc_6053e2c6604d57b1/;/var/lib/boinc-client/" (cb=137)
00:00:00.105341
00:00:00.105342 [/Devices/] (level 1)
00:00:00.105343
00:00:00.105344 [/Devices/8237A/] (level 2)
00:00:00.105345
00:00:00.105345 [/Devices/8237A/0/] (level 3)
00:00:00.105347 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.105348
00:00:00.105349 [/Devices/AudioSniffer/] (level 2)
00:00:00.105350
00:00:00.105350 [/Devices/AudioSniffer/0/] (level 3)
00:00:00.105352
00:00:00.105352 [/Devices/AudioSniffer/0/Config/] (level 4)
00:00:00.105354
00:00:00.105354 [/Devices/AudioSniffer/0/LUN#0/] (level 4)
00:00:00.105356 Driver <string> = "MainAudioSniffer" (cb=17)
00:00:00.105357
00:00:00.105357 [/Devices/AudioSniffer/0/LUN#0/Config/] (level 5)
00:00:00.105359 Object <integer> = 0x00007f43340073b0 (139 926 611 981 232)
00:00:00.105361
00:00:00.105361 [/Devices/VMMDev/] (level 2)
00:00:00.105362
00:00:00.105363 [/Devices/VMMDev/0/] (level 3)
00:00:00.105364 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:00.105365 PCIDeviceNo <integer> = 0x0000000000000004 (4)
00:00:00.105366 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.105367 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.105368
00:00:00.105369 [/Devices/VMMDev/0/Config/] (level 4)
00:00:00.105370 GuestCoreDumpDir <string> = "/var/lib/boinc-client/slots/0/boinc_6053e2c6604d57b1/Snapshots" (cb=63)
00:00:00.105371 RamSize <integer> = 0x0000000080000000 (2 147 483 648, 2 048 MB)
00:00:00.105373
00:00:00.105374 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:00.105375 Driver <string> = "HGCM" (cb=5)
00:00:00.105376
00:00:00.105377 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
00:00:00.105378 Object <integer> = 0x00007f4328000910 (139 926 410 627 344)
00:00:00.105380
00:00:00.105380 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:00.105382 Driver <string> = "MainStatus" (cb=11)
00:00:00.105383
00:00:00.105383 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
00:00:00.105385 First <integer> = 0x0000000000000000 (0)
00:00:00.105386 Last <integer> = 0x0000000000000000 (0)
00:00:00.105387 papLeds <integer> = 0x00007f4334001890 (139 926 611 957 904)
00:00:00.105388
00:00:00.105389 [/Devices/acpi/] (level 2)
00:00:00.105390
00:00:00.105391 [/Devices/acpi/0/] (level 3)
00:00:00.105392 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:00.105393 PCIDeviceNo <integer> = 0x0000000000000007 (7)
00:00:00.105394 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.105395 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.105396
00:00:00.105396 [/Devices/acpi/0/Config/] (level 4)
00:00:00.105398 CpuHotPlug <integer> = 0x0000000000000000 (0)
00:00:00.105400 FdcEnabled <integer> = 0x0000000000000000 (0)
00:00:00.105401 HostBusPciAddress <integer> = 0x0000000000000000 (0)
00:00:00.105402 HpetEnabled <integer> = 0x0000000000000000 (0)
00:00:00.105403 IOAPIC <integer> = 0x0000000000000001 (1)
00:00:00.105404 IocPciAddress <integer> = 0x0000000000010000 (65 536)
00:00:00.105405 NumCPUs <integer> = 0x0000000000000004 (4)
00:00:00.105406 RamHoleSize <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:00.105408 RamSize <integer> = 0x0000000080000000 (2 147 483 648, 2 048 MB)
00:00:00.105410 Serial0IoPortBase <integer> = 0x0000000000000000 (0)
00:00:00.105411 Serial0Irq <integer> = 0x0000000000000000 (0)
00:00:00.105412 Serial1IoPortBase <integer> = 0x0000000000000000 (0)
00:00:00.105413 Serial1Irq <integer> = 0x0000000000000000 (0)
00:00:00.105414 ShowCpu <integer> = 0x0000000000000001 (1)
00:00:00.105415 ShowRtc <integer> = 0x0000000000000000 (0)
00:00:00.105416 SmcEnabled <integer> = 0x0000000000000000 (0)
00:00:00.105417
00:00:00.105418 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:00.105419 Driver <string> = "ACPIHost" (cb=9)
00:00:00.105420
00:00:00.105421 [/Devices/acpi/0/LUN#0/Config/] (level 5)
00:00:00.105422
00:00:00.105423 [/Devices/acpi/0/LUN#1/] (level 4)
00:00:00.105424 Driver <string> = "ACPICpu" (cb=8)
00:00:00.105425
00:00:00.105425 [/Devices/acpi/0/LUN#1/Config/] (level 5)
00:00:00.105427
00:00:00.105427 [/Devices/acpi/0/LUN#2/] (level 4)
00:00:00.105429 Driver <string> = "ACPICpu" (cb=8)
00:00:00.105429
00:00:00.105430 [/Devices/acpi/0/LUN#2/Config/] (level 5)
00:00:00.105431
00:00:00.105432 [/Devices/acpi/0/LUN#3/] (level 4)
00:00:00.105433 Driver <string> = "ACPICpu" (cb=8)
00:00:00.105434
00:00:00.105434 [/Devices/acpi/0/LUN#3/Config/] (level 5)
00:00:00.105436
00:00:00.105436 [/Devices/ahci/] (level 2)
00:00:00.105438
00:00:00.105438 [/Devices/ahci/0/] (level 3)
00:00:00.105439 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:00.105440 PCIDeviceNo <integer> = 0x000000000000000d (13)
00:00:00.105441 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.105442 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.105444
00:00:00.105444 [/Devices/ahci/0/Config/] (level 4)
00:00:00.105446 Bootable <integer> = 0x0000000000000001 (1)
00:00:00.105447 PortCount <integer> = 0x0000000000000003 (3)
00:00:00.105448
00:00:00.105448 [/Devices/ahci/0/Config/Port0/] (level 5)
00:00:00.105450 Hotpluggable <integer> = 0x0000000000000000 (0)
00:00:00.105452 NonRotationalMedium <integer> = 0x0000000000000000 (0)
00:00:00.105453
00:00:00.105453 [/Devices/ahci/0/Config/Port2/] (level 5)
00:00:00.105455 Hotpluggable <integer> = 0x0000000000000000 (0)
00:00:00.105456 NonRotationalMedium <integer> = 0x0000000000000000 (0)
00:00:00.105457
00:00:00.105457 [/Devices/ahci/0/LUN#0/] (level 4)
00:00:00.105458 Driver <string> = "Block" (cb=6)
00:00:00.105459
00:00:00.105460 [/Devices/ahci/0/LUN#0/AttachedDriver/] (level 5)
00:00:00.105461 Driver <string> = "VD" (cb=3)
00:00:00.105462
00:00:00.105463 [/Devices/ahci/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:00.105465 Format <string> = "RAW" (cb=4)
00:00:00.105466 Path <string> = "/var/lib/boinc-client/slots/0/vm_isocontext.iso" (cb=48)
00:00:00.105467 ReadOnly <integer> = 0x0000000000000001 (1)
00:00:00.105468 Type <string> = "DVD" (cb=4)
00:00:00.105469 UseNewIo <integer> = 0x0000000000000001 (1)
00:00:00.105470
00:00:00.105470 [/Devices/ahci/0/LUN#0/AttachedDriver/Config/Plugins/] (level 7)
00:00:00.105472
00:00:00.105472 [/Devices/ahci/0/LUN#0/AttachedDriver/Config/Plugins/VDPluginCrypt/] (level 8)
00:00:00.105475 Path <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VDPluginCrypt.so" (cb=100)
00:00:00.105476
00:00:00.105476 [/Devices/ahci/0/LUN#0/Config/] (level 5)
00:00:00.105478 Mountable <integer> = 0x0000000000000001 (1)
00:00:00.105479 Type <string> = "DVD" (cb=4)
00:00:00.105480
00:00:00.105480 [/Devices/ahci/0/LUN#2/] (level 4)
00:00:00.105482 Driver <string> = "Block" (cb=6)
00:00:00.105482
00:00:00.105483 [/Devices/ahci/0/LUN#2/AttachedDriver/] (level 5)
00:00:00.105484 Driver <string> = "VD" (cb=3)
00:00:00.105485
00:00:00.105486 [/Devices/ahci/0/LUN#2/AttachedDriver/Config/] (level 6)
00:00:00.105488 Format <string> = "RAW" (cb=4)
00:00:00.105489 Path <string> = "/usr/share/virtualbox/VBoxGuestAdditions.iso" (cb=45)
00:00:00.105490 ReadOnly <integer> = 0x0000000000000001 (1)
00:00:00.105490 Type <string> = "DVD" (cb=4)
00:00:00.105491 UseNewIo <integer> = 0x0000000000000001 (1)
00:00:00.105492
00:00:00.105493 [/Devices/ahci/0/LUN#2/AttachedDriver/Config/Plugins/] (level 7)
00:00:00.105495
00:00:00.105495 [/Devices/ahci/0/LUN#2/AttachedDriver/Config/Plugins/VDPluginCrypt/] (level 8)
00:00:00.105497 Path <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VDPluginCrypt.so" (cb=100)
00:00:00.105498
00:00:00.105499 [/Devices/ahci/0/LUN#2/Config/] (level 5)
00:00:00.105500 Mountable <integer> = 0x0000000000000001 (1)
00:00:00.105501 Type <string> = "DVD" (cb=4)
00:00:00.105502
00:00:00.105502 [/Devices/ahci/0/LUN#999/] (level 4)
00:00:00.105504 Driver <string> = "MainStatus" (cb=11)
00:00:00.105505
00:00:00.105505 [/Devices/ahci/0/LUN#999/Config/] (level 5)
00:00:00.105507 DeviceInstance <string> = "ahci/0" (cb=7)
00:00:00.105508 First <integer> = 0x0000000000000000 (0)
00:00:00.105509 Last <integer> = 0x0000000000000002 (2)
00:00:00.105510 pConsole <integer> = 0x00007f43340012a0 (139 926 611 956 384)
00:00:00.105512 papLeds <integer> = 0x00007f43340015c0 (139 926 611 957 184)
00:00:00.105514 pmapMediumAttachments <integer> = 0x00007f43340018a8 (139 926 611 957 928)
00:00:00.105516
00:00:00.105516 [/Devices/apic/] (level 2)
00:00:00.105518
00:00:00.105518 [/Devices/apic/0/] (level 3)
00:00:00.105519 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.105520
00:00:00.105521 [/Devices/apic/0/Config/] (level 4)
00:00:00.105522 IOAPIC <integer> = 0x0000000000000001 (1)
00:00:00.105524 NumCPUs <integer> = 0x0000000000000004 (4)
00:00:00.105524
00:00:00.105525 [/Devices/e1000/] (level 2)
00:00:00.105526
00:00:00.105527 [/Devices/e1000/0/] (level 3)
00:00:00.105528 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:00.105529 PCIDeviceNo <integer> = 0x0000000000000003 (3)
00:00:00.105530 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.105531 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.105532
00:00:00.105532 [/Devices/e1000/0/Config/] (level 4)
00:00:00.105534 AdapterType <integer> = 0x0000000000000000 (0)
00:00:00.105535 CableConnected <integer> = 0x0000000000000001 (1)
00:00:00.105536 LineSpeed <integer> = 0x0000000000000000 (0)
00:00:00.105537 MAC <bytes> = "08 00 27 11 bc 69" (cb=6)
00:00:00.105539
00:00:00.105540 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:00.105541 Driver <string> = "NAT" (cb=4)
00:00:00.105542
00:00:00.105542 [/Devices/e1000/0/LUN#0/Config/] (level 5)
00:00:00.105544 AliasMode <integer> = 0x0000000000000000 (0)
00:00:00.105545 BootFile <string> = "boinc_6053e2c6604d57b1.pxe" (cb=27)
00:00:00.105546 DNSProxy <integer> = 0x0000000000000001 (1)
00:00:00.105547 Network <string> = "10.0.2.0/24" (cb=12)
00:00:00.105548 PassDomain <integer> = 0x0000000000000001 (1)
00:00:00.105549 TFTPPrefix <string> = "/var/lib/boinc-client/.config/VirtualBox/TFTP" (cb=46)
00:00:00.105550 UseHostResolver <integer> = 0x0000000000000000 (0)
00:00:00.105551
00:00:00.105552 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:00.105553 Driver <string> = "MainStatus" (cb=11)
00:00:00.105554
00:00:00.105555 [/Devices/e1000/0/LUN#999/Config/] (level 5)
00:00:00.105556 First <integer> = 0x0000000000000000 (0)
00:00:00.105557 Last <integer> = 0x0000000000000000 (0)
00:00:00.105558 papLeds <integer> = 0x00007f4334001770 (139 926 611 957 616)
00:00:00.105560
00:00:00.105560 [/Devices/i8254/] (level 2)
00:00:00.105561
00:00:00.105562 [/Devices/i8254/0/] (level 3)
00:00:00.105563
00:00:00.105564 [/Devices/i8254/0/Config/] (level 4)
00:00:00.105565
00:00:00.105565 [/Devices/i8259/] (level 2)
00:00:00.105567
00:00:00.105567 [/Devices/i8259/0/] (level 3)
00:00:00.105568 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.105569
00:00:00.105570 [/Devices/i8259/0/Config/] (level 4)
00:00:00.105571
00:00:00.105572 [/Devices/ioapic/] (level 2)
00:00:00.105573
00:00:00.105573 [/Devices/ioapic/0/] (level 3)
00:00:00.105574 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.105575
00:00:00.105576 [/Devices/ioapic/0/Config/] (level 4)
00:00:00.105577 NumCPUs <integer> = 0x0000000000000004 (4)
00:00:00.105578
00:00:00.105579 [/Devices/mc146818/] (level 2)
00:00:00.105580
00:00:00.105580 [/Devices/mc146818/0/] (level 3)
00:00:00.105582
00:00:00.105582 [/Devices/mc146818/0/Config/] (level 4)
00:00:00.105583 UseUTC <integer> = 0x0000000000000000 (0)
00:00:00.105585
00:00:00.105585 [/Devices/parallel/] (level 2)
00:00:00.105586
00:00:00.105587 [/Devices/pcarch/] (level 2)
00:00:00.105588
00:00:00.105588 [/Devices/pcarch/0/] (level 3)
00:00:00.105590 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.105591
00:00:00.105591 [/Devices/pcarch/0/Config/] (level 4)
00:00:00.105592
00:00:00.105593 [/Devices/pcbios/] (level 2)
00:00:00.105594
00:00:00.105594 [/Devices/pcbios/0/] (level 3)
00:00:00.105596 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.105597
00:00:00.105597 [/Devices/pcbios/0/Config/] (level 4)
00:00:00.105599 BootDevice0 <string> = "IDE" (cb=4)
00:00:00.105600 BootDevice1 <string> = "DVD" (cb=4)
00:00:00.105601 BootDevice2 <string> = "NONE" (cb=5)
00:00:00.105602 BootDevice3 <string> = "NONE" (cb=5)
00:00:00.105602 FloppyDevice <string> = "i82078" (cb=7)
00:00:00.105603 HardDiskDevice <string> = "piix3ide" (cb=9)
00:00:00.105604 IOAPIC <integer> = 0x0000000000000001 (1)
00:00:00.105605 LanBootRom <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/PXE-Intel.rom" (cb=85)
00:00:00.105607 McfgBase <integer> = 0x0000000000000000 (0)
00:00:00.105608 McfgLength <integer> = 0x0000000000000000 (0)
00:00:00.105609 NumCPUs <integer> = 0x0000000000000004 (4)
00:00:00.105610 PXEDebug <integer> = 0x0000000000000000 (0)
00:00:00.105611 RamHoleSize <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:00.105613 RamSize <integer> = 0x0000000080000000 (2 147 483 648, 2 048 MB)
00:00:00.105615 SataHardDiskDevice <string> = "ahci" (cb=5)
00:00:00.105616 UUID <bytes> = "e1 22 c2 48 ba 4b c5 44 be ca d3 ec 58 90 20 a2" (cb=16)
00:00:00.105619
00:00:00.105619 [/Devices/pcbios/0/Config/NetBoot/] (level 5)
00:00:00.105621
00:00:00.105622 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6)
00:00:00.105623 NIC <integer> = 0x0000000000000000 (0)
00:00:00.105624 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:00.105626 PCIDeviceNo <integer> = 0x0000000000000003 (3)
00:00:00.105626 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.105627
00:00:00.105628 [/Devices/pci/] (level 2)
00:00:00.105629
00:00:00.105630 [/Devices/pci/0/] (level 3)
00:00:00.105631 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.105632
00:00:00.105632 [/Devices/pci/0/Config/] (level 4)
00:00:00.105634 IOAPIC <integer> = 0x0000000000000001 (1)
00:00:00.105635
00:00:00.105635 [/Devices/pckbd/] (level 2)
00:00:00.105636
00:00:00.105637 [/Devices/pckbd/0/] (level 3)
00:00:00.105638 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.105639
00:00:00.105639 [/Devices/pckbd/0/Config/] (level 4)
00:00:00.105641
00:00:00.105641 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:00.105643 Driver <string> = "KeyboardQueue" (cb=14)
00:00:00.105644
00:00:00.105644 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:00.105646 Driver <string> = "MainKeyboard" (cb=13)
00:00:00.105647
00:00:00.105647 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:00.105649 Object <integer> = 0x00007f433400dd80 (139 926 612 008 320)
00:00:00.105650
00:00:00.105651 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:00.105652 QueueSize <integer> = 0x0000000000000040 (64)
00:00:00.105654
00:00:00.105654 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:00.105655 Driver <string> = "MouseQueue" (cb=11)
00:00:00.105656
00:00:00.105657 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:00.105658 Driver <string> = "MainMouse" (cb=10)
00:00:00.105659
00:00:00.105659 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:00.105661 Object <integer> = 0x00007f433400e450 (139 926 612 010 064)
00:00:00.105663
00:00:00.105663 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:00.105665 QueueSize <integer> = 0x0000000000000080 (128)
00:00:00.105666
00:00:00.105666 [/Devices/pcnet/] (level 2)
00:00:00.105668
00:00:00.105668 [/Devices/serial/] (level 2)
00:00:00.105669
00:00:00.105670 [/Devices/vga/] (level 2)
00:00:00.105671
00:00:00.105671 [/Devices/vga/0/] (level 3)
00:00:00.105673 PCIBusNo <integer> = 0x0000000000000000 (0)
00:00:00.105674 PCIDeviceNo <integer> = 0x0000000000000002 (2)
00:00:00.105675 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.105676 Trusted <integer> = 0x0000000000000001 (1)
00:00:00.105677
00:00:00.105677 [/Devices/vga/0/Config/] (level 4)
00:00:00.105679 CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:00.105680 FadeIn <integer> = 0x0000000000000001 (1)
00:00:00.105681 FadeOut <integer> = 0x0000000000000001 (1)
00:00:00.105683 HeightReduction <integer> = 0x0000000000000000 (0)
00:00:00.105684 LogoFile <string> = "" (cb=1)
00:00:00.105685 LogoTime <integer> = 0x0000000000000000 (0)
00:00:00.105686 MonitorCount <integer> = 0x0000000000000001 (1)
00:00:00.105687 ShowBootMenu <integer> = 0x0000000000000002 (2)
00:00:00.105688 VRamSize <integer> = 0x0000000000800000 (8 388 608, 8 MB)
00:00:00.105690
00:00:00.105690 [/Devices/vga/0/LUN#0/] (level 4)
00:00:00.105692 Driver <string> = "MainDisplay" (cb=12)
00:00:00.105693
00:00:00.105693 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:00.105695 Object <integer> = 0x00007f4334002380 (139 926 611 960 704)
00:00:00.105696
00:00:00.105697 [/Devices/virtio-net/] (level 2)
00:00:00.105698
00:00:00.105699 [/EM/] (level 1)
00:00:00.105700 TripleFaultReset <integer> = 0x0000000000000000 (0)
00:00:00.105701
00:00:00.105701 [/HM/] (level 1)
00:00:00.105702 64bitEnabled <integer> = 0x0000000000000000 (0)
00:00:00.105703 EnableLargePages <integer> = 0x0000000000000000 (0)
00:00:00.105704 EnableNestedPaging <integer> = 0x0000000000000001 (1)
00:00:00.105705 EnableUX <integer> = 0x0000000000000001 (1)
00:00:00.105706 EnableVPID <integer> = 0x0000000000000001 (1)
00:00:00.105708 Exclusive <integer> = 0x0000000000000001 (1)
00:00:00.105709 HMForced <integer> = 0x0000000000000001 (1)
00:00:00.105710
00:00:00.105710 [/MM/] (level 1)
00:00:00.105711 CanUseLargerHeap <integer> = 0x0000000000000000 (0)
00:00:00.105712
00:00:00.105713 [/PDM/] (level 1)
00:00:00.105715
00:00:00.105716 [/PDM/AsyncCompletion/] (level 2)
00:00:00.105718
00:00:00.105719 [/PDM/AsyncCompletion/File/] (level 3)
00:00:00.105721
00:00:00.105722 [/PDM/AsyncCompletion/File/BwGroups/] (level 4)
00:00:00.105723
00:00:00.105724 [/PDM/BlkCache/] (level 2)
00:00:00.105725 CacheSize <integer> = 0x0000000000500000 (5 242 880, 5 MB)
00:00:00.105727
00:00:00.105727 [/PDM/Devices/] (level 2)
00:00:00.105728
00:00:00.105729 [/PDM/Devices/VBoxEhci/] (level 3)
00:00:00.105730 Path <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxEhciR3.so" (cb=97)
00:00:00.105731 R0SearchPath <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64" (cb=83)
00:00:00.105732 RCSearchPath <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64" (cb=83)
00:00:00.105733
00:00:00.105734 [/PDM/Devices/VBoxPciRaw/] (level 3)
00:00:00.105735 Path <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxPciRawR3.so" (cb=99)
00:00:00.105736 R0SearchPath <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64" (cb=83)
00:00:00.105737
00:00:00.105737 [/PDM/Drivers/] (level 2)
00:00:00.105738
00:00:00.105739 [/PDM/Drivers/DrvHostWebcam/] (level 3)
00:00:00.105740 Path <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxHostWebcam.so" (cb=101)
00:00:00.105741
00:00:00.105742 [/PDM/Drivers/VBoxC/] (level 3)
00:00:00.105743 Path <string> = "/usr/lib/virtualbox/components/VBoxC" (cb=37)
00:00:00.105744
00:00:00.105744 [/PDM/Drivers/VBoxPciRawDrv/] (level 3)
00:00:00.105746 Path <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxPciRawDrv.so" (cb=100)
00:00:00.105746
00:00:00.105747 [/PDM/NetworkShaper/] (level 2)
00:00:00.105748
00:00:00.105749 [/PDM/NetworkShaper/BwGroups/] (level 3)
00:00:00.105750
00:00:00.105750 [/PDM/NetworkShaper/BwGroups/boinc_6053e2c6604d57b1_net/] (level 4)
00:00:00.105752 Max <integer> = 0x0000010000000000 (1 099 511 627 776)
00:00:00.105754
00:00:00.105754 [/PDM/USB/] (level 2)
00:00:00.105755
00:00:00.105756 [/PDM/USB/VBoxUsbCardReader/] (level 3)
00:00:00.105757 Path <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxUsbCardReaderR3.so" (cb=106)
00:00:00.105758
00:00:00.105759 [/PDM/USB/VBoxUsbWebcam/] (level 3)
00:00:00.105760 Path <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxUsbWebcamR3.so" (cb=102)
00:00:00.105761
00:00:00.105761 [/TM/] (level 1)
00:00:00.105762 UTCOffset <integer> = 0x0000000000000000 (0)
00:00:00.105763
00:00:00.105764 ********************* End of CFGM dump **********************
00:00:00.105775 VM: fHMEnabled=true (configured) fRecompileUser=false fRecompileSupervisor=false
00:00:00.105778 VM: fRawRing1Enabled=false CSAM=true PATM=true
00:00:00.106809 VMSetError: /home/vbox/vbox-4.3.30/src/VBox/VMM/VMMR3/HM.cpp(532) int HMR3Init(PVM); rc=VERR_VMX_MSR_VMXON_DISABLED
00:00:00.106825 VMSetError: VT-x is disabled in the BIOS.
00:00:00.282536 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={8ab7c520-2442-4b66-8d74-4ff1e195d2b6} aComponent={Console} aText={VT-x is disabled in the BIOS. (VERR_VMX_MSR_VMXON_DISABLED)}, preserve=false
00:00:00.312505 Power up failed (vrc=VERR_VMX_MSR_VMXON_DISABLED, rc=NS_ERROR_FAILURE (0X80004005))
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.