Message boards :
Theory Application :
New version v300.60
Message board moderation
Author | Message |
---|---|
![]() Send message Joined: 20 Jun 14 Posts: 381 Credit: 238,712 RAC: 0 ![]() ![]() |
This version provides the latest vboxwrapper (v26208) |
![]() Send message Joined: 15 Jun 08 Posts: 2605 Credit: 262,049,094 RAC: 131,654 ![]() ![]() |
Linux version runs perfect. |
Send message Joined: 14 Jan 10 Posts: 1440 Credit: 9,657,607 RAC: 1,253 ![]() ![]() |
On Windows vboxwrapper (v26208) was running fine too. https://lhcathome.cern.ch/lhcathome/results.php?hostid=10690380&offset=0&show_names=0&state=4&appid=13 |
Send message Joined: 27 Jan 17 Posts: 4 Credit: 5,186,532 RAC: 1,639 ![]() ![]() ![]() |
I think there is a problem with the new vwoxwrapper on macOS, though. All of the new jobs for Theory and CMS (which just picked up the new wrapper too) are failing when starting: 2025-01-17 08:41:15 (46984): vboxwrapper version 26208 2025-01-17 08:41:15 (46984): BOINC client version: 8.0.2 2025-01-17 08:41:15 (46984): Detected: VirtualBox VboxManage Interface (Version: 7.0.20) 2025-01-17 08:41:15 (46984): Detected: Sandbox Configuration Enabled 2025-01-17 08:41:15 (46984): WARNING: Communication with VM Hypervisor failed. 2025-01-17 08:41:15 (46984): ERROR: VBoxManage list hostinfo failed 2025-01-17 08:41:15 (46984): called boinc_finish(1) I have one Theory straggler (a 10-day job) which started before the changeover, and it is continuing to run just fine. After I saw the first batch of failures, I updated VirtualBox to the latest version (7.1.4), but it does the same thing (and it is currently running my old Theory job). I recently updated my Mac to Sequoia 15.2, but I did that a few days ago, and LHC tasks ran fine after that (until the wrapper change). |
![]() Send message Joined: 15 Jun 08 Posts: 2605 Credit: 262,049,094 RAC: 131,654 ![]() ![]() |
Please try the following steps. 1. ensure no VirtualBox component or VM is running 2. ensure VirtualBox daemons VBoxSVC and VBoxXPCOMIPCD are shut down; if not, wait 1 min, then kill them 3. if "/tmp/.vbox-<username>-ipc" directories exist, remove them 4. as <boinc-username> run "mkdir /tmp/.vbox-<boinc-username>-test" to ensure that account is permitted to create a subdirectory in "/tmp" 5. run "ls -ald /tmp/.vbox-*" to check the details (post the output here); then remove the test dir 6. as <boinc-username> run "VBoxManage list hostinfo" (post the output here) 7. did step (6.) create "/tmp/.vbox-<boinc-username>-ipc" 8. remove the manually created "/tmp/.vbox-<boinc-username>-ipc"; then try a fresh CMS task 9. check (within a few seconds after you started the task) if a VBoxSVC is running; then check if a fresh "/tmp/.vbox-<boinc-username>-ipc" has been created |
Send message Joined: 27 Jan 17 Posts: 4 Credit: 5,186,532 RAC: 1,639 ![]() ![]() ![]() |
Thanks for the reply. Here are the results: sh-3.2# ps -ax | egrep Vir 20520 ttys000 0:00.00 egrep Vir sh-3.2# ps -ax | egrep VB 20523 ttys000 0:00.00 egrep VB sh-3.2# sudo -u boinc_project sh sh-3.2$ mkdir /tmp/.vbox-boinc_project-test sh-3.2$ ls -ald /tmp/.vbox-* drwxr-xr-x 2 boinc_project wheel 64 Jan 18 17:15 /tmp/.vbox-boinc_project-test drwx------ 4 jfw wheel 128 Jan 17 23:29 /tmp/.vbox-jfw-ipc sh-3.2$ VBoxManage list hostinfo VBoxManage: error: Failed to initialize COM because the global settings directory '/Users/jfw/Library/VirtualBox' is not accessible! sh-3.2$ I assume that probably is the key to the problem right there. (jfw is my own account) I went through the other steps, created/removed the .vbox-boinc_project-ipc directory, tried running new tasks, and no VBoxSVC was running, nor was a new directory created. As to it trying to use the settings from my home directory: using sudo to switch the user ID still left HOME set to /Users/jfw. I'm not sure whether HOME is set in the environment for processes run from BOINC; and it also turns out that the home directory for the boinc_project (and boinc_master) users is "/var/empty", which is owned by root and also appears to be immutable. (even root cannot create files or directories in it) I verified that I installed VirtualBox as "Install for all users of this computer". (Edit) After reading the sudo man page, I tried "sudo -H -u boinc_project sh" to switch the user ID, and VBoxManage printed VBoxManage: error: Failed to initialize COM because the global settings directory '/var/empty/Library/VirtualBox' is not accessible! |
![]() Send message Joined: 15 Jun 08 Posts: 2605 Credit: 262,049,094 RAC: 131,654 ![]() ![]() |
I compared the vboxwrapper source code between v26207 used by CERN before and v26208 but could not find any obvious change that explains the issue on Apple. Please check if this page provides a useful hint: https://github.com/BOINC/boinc/wiki/Tools-for-MacOS If not, please post a question at the main BOINC forum and/or an issue at the development platform to get attention of more Apple experts: https://boinc.berkeley.edu/forum_index.php https://github.com/BOINC/boinc/issues |
Send message Joined: 11 Apr 11 Posts: 23 Credit: 176,098 RAC: 1,460 ![]() ![]() |
The biggest change between the vboxwrapper v26207 and v26208 is the location for the virtual machines. This moved from /Library/Application Data/Boinc/Projects/VirtualBox to ~/Library/VirtualBox Apparently, user boinc_manager is not allowed to access the ~ folder... I think the data should be moved to the /Users/Shared directory instead of the ~ directory. |
![]() Send message Joined: 15 Jun 08 Posts: 2605 Credit: 262,049,094 RAC: 131,654 ![]() ![]() |
|
Send message Joined: 27 Jan 17 Posts: 4 Credit: 5,186,532 RAC: 1,639 ![]() ![]() ![]() |
I had tried creating a directory /Users/Shared/boinc_project (owner boinc_project, group boinc_project) and changing the home directory of boinc_project to that directory. "VBoxManage list hostinfo" worked, but jobs from LHC still failed. I see from that bug report that apparently these hidden users might be sandboxed (although VBoxManage worked? Maybe using sudo from a "real user" got around that?), and that they are leaning toward just putting the VirtualBox directory somewhere more sensible under /Library/Application\ Support/BOINC\ Data. I guess I will just leave LHC suspended until the next vboxwrapper comes out... Thanks for your help! |
![]() Send message Joined: 15 Jun 08 Posts: 2605 Credit: 262,049,094 RAC: 131,654 ![]() ![]() |
There's a modified vboxwrapper available at github for testing. Please download the "osx_samples-makefile_apps_*.zip" archive (artifact) from here: https://github.com/BOINC/boinc/actions/runs/12878161731 then 1. stop BOINC 2. set "<dont_check_file_sizes>1</dont_check_file_sizes>" in the options section of cc_config.xml 3. extract vboxwrapper from the artifact and rename it "vboxwrapper_26208_x86_64-apple-darwin" 4. replace "26208" from LHC@home with the modified one 5. you may need to run "Mac_SA_Secure.sh" as described here: https://github.com/BOINC/boinc/issues/6015#issuecomment-2603424025 6. start BOINC and run a fresh vbox task from LHC@home 7. report the test results here (and at github if you have an account there: https://github.com/BOINC/boinc/issues/6015) @John Woods, @Mastha-Hacker Would you mind testing it? |
Send message Joined: 11 Apr 11 Posts: 23 Credit: 176,098 RAC: 1,460 ![]() ![]() |
I am testing now. Please wait before implementing it on the server.. The tasks are running now. My tasks: https://lhcathome.cern.ch/lhcathome/results.php?userid=214884 Tasks after 21 Jan 2025, 18:10:54 UTC are fetched with the new wrapper. |
Send message Joined: 11 Apr 11 Posts: 23 Credit: 176,098 RAC: 1,460 ![]() ![]() |
Tasks are not finishing now. I cannot see the VM running. |
Send message Joined: 11 Apr 11 Posts: 23 Credit: 176,098 RAC: 1,460 ![]() ![]() |
Tasks are not running yet via Boinc. I am be able to start the VM manual. Currently running a task which I started via Boinc and via CLI. This task I only started via CLI: https://lhcathome.cern.ch/lhcathome/result.php?resultid=418984440 |
Send message Joined: 11 Apr 11 Posts: 23 Credit: 176,098 RAC: 1,460 ![]() ![]() |
@computezrmle, The newest virtualboxwrapper still contains bugs (v26210). I can run the task in a normal way with the vboxwrapper v26207b which I took from your server. The tasks are failing. First with startup the VM says "Getting time from pool.ntp.org - Failed". After a while, probing /cvmfs/sft.cern.ch... Failed! After that, the machine shuts down and gives computation error. 2025-01-22 20:04:30 (924): Guest Log: 00:00:00.000068 main Log opened 2025-01-22T19:04:36.701079000Z 2025-01-22 20:04:30 (924): Guest Log: 00:00:00.000157 main OS Product: Linux 2025-01-22 20:04:30 (924): Guest Log: 00:00:00.000197 main OS Release: 4.14.76-13.cernvm.x86_64 2025-01-22 20:04:30 (924): Guest Log: 00:00:00.000234 main OS Version: #1 SMP Tue Oct 16 18:26:15 CEST 2018 2025-01-22 20:04:31 (924): Guest Log: 00:00:00.000272 main Executable: /usr/sbin/VBoxService 2025-01-22 20:04:31 (924): Guest Log: 00:00:00.000273 main Process ID: 3276 2025-01-22 20:04:31 (924): Guest Log: 00:00:00.000274 main Package type: LINUX_64BITS_GENERIC 2025-01-22 20:04:31 (924): Guest Log: 00:00:00.002729 main 5.2.6 r120293 started. Verbose level = 0 2025-01-22 20:08:22 (924): Guest Log: 20:08:28 CET +01:00 2025-01-22: cranky: [INFO] Detected Theory App 2025-01-22 20:08:22 (924): Guest Log: 20:08:28 CET +01:00 2025-01-22: cranky: [INFO] Checking CVMFS. 2025-01-22 20:08:22 (924): Guest Log: Probing /cvmfs/sft.cern.ch... Failed! 2025-01-22 20:08:22 (924): Guest Log: 20:08:28 CET +01:00 2025-01-22: cranky: [ERROR] 'cvmfs_config probe sft.cern.ch' failed. |
![]() Send message Joined: 15 Jun 08 Posts: 2605 Credit: 262,049,094 RAC: 131,654 ![]() ![]() |
I can run the task in a normal way with the vboxwrapper v26207b Please link a recent log pointing to a valid task your computer finished with v26207b. First with startup the VM says "Getting time from pool.ntp.org - Failed". After a while, probing /cvmfs/sft.cern.ch... Failed! These network connections are initiated from inside the VM. Since the vdi image hasn't changed (except it's name and vbox UUID) it appears to be a local permissions or sandbox problem. Are you sure the vbox processes run under the correct BOINC user account and that user is a member of the BOINC group? Be aware that it doesn't make sense to run the VM image or vboxwrapper using a different (your normal) user account. Charlie Fenton mentioned the Mac_SA_Secure.sh script at github. It may be helpful to follow the comments at the beginning of that script. |
Send message Joined: 11 Apr 11 Posts: 23 Credit: 176,098 RAC: 1,460 ![]() ![]() |
CMS Task: https://lhcathome.cern.ch/lhcathome/result.php?resultid=419022990 Theory Task: https://lhcathome.cern.ch/lhcathome/result.php?resultid=419017121 Both tasks are launched with the 26207b wrapper. I don't think that the results will be uploaded properly of the Theory task. So here the files: stderr.txt 2025-01-22 23:05:20 (14397): vboxwrapper version 26207 2025-01-22 23:05:20 (14397): BOINC client version: 8.0.2 2025-01-22 23:05:20 (14397): Detected: VirtualBox VboxManage Interface (Version: 7.1.4) 2025-01-22 23:05:20 (14397): Detected: Sandbox Configuration Enabled 2025-01-22 23:05:20 (14397): Detected: Heartbeat check (file: 'heartbeat' every 1200.000000 seconds) 2025-01-22 23:05:20 (14397): Successfully copied 'init_data.xml' to the shared directory. 2025-01-22 23:05:20 (14397): Successfully copied 'input' to the shared directory. 2025-01-22 23:05:20 (14397): Create VM. (boinc_216789977e56d4fa, slot#4) 2025-01-22 23:05:20 (14397): Setting Memory Size for VM. (630MB) 2025-01-22 23:05:20 (14397): Setting CPU Count for VM. (1) 2025-01-22 23:05:20 (14397): Setting Chipset Options for VM. 2025-01-22 23:05:20 (14397): Setting Graphics Controller Options for VM. 2025-01-22 23:05:20 (14397): Setting Boot Options for VM. 2025-01-22 23:05:20 (14397): Setting Network Configuration for NAT. 2025-01-22 23:05:20 (14397): Enabling VM Network Access. 2025-01-22 23:05:20 (14397): Disabling USB Support for VM. 2025-01-22 23:05:20 (14397): Disabling COM Port Support for VM. 2025-01-22 23:05:20 (14397): Disabling Audio Support for VM. 2025-01-22 23:05:20 (14397): Disabling Clipboard Support for VM. 2025-01-22 23:05:20 (14397): Disabling Drag and Drop Support for VM. 2025-01-22 23:05:20 (14397): Adding storage controller(s) to VM. 2025-01-22 23:05:20 (14397): Adding virtual disk drive to VM. (Theory_2025_01_16_prod.vdi) 2025-01-22 23:05:21 (14397): Adding VirtualBox Guest Additions to VM. 2025-01-22 23:05:21 (14397): Adding network bandwidth throttle group to VM. (Defaulting to 1024GB) 2025-01-22 23:05:21 (14397): forwarding host port 49648 to guest port 80 2025-01-22 23:05:21 (14397): Enabling remote desktop for VM. 2025-01-22 23:05:21 (14397): Required extension pack not installed, remote desktop not enabled. 2025-01-22 23:05:21 (14397): Enabling shared directory for VM. 2025-01-22 23:05:21 (14397): Starting VM using VBoxManage interface. (boinc_216789977e56d4fa, slot#4) 2025-01-22 23:05:23 (14397): Successfully started VM. (PID = '14471') 2025-01-22 23:05:23 (14397): Reporting VM Process ID to BOINC. 2025-01-22 23:05:23 (14397): Guest Log: BIOS: VirtualBox 7.1.4 2025-01-22 23:05:23 (14397): Guest Log: CPUID EDX: 0x178bfbff 2025-01-22 23:05:23 (14397): Guest Log: BIOS: No PCI IDE controller, not probing IDE 2025-01-22 23:05:23 (14397): Guest Log: BIOS: AHCI 0-P#0: PCHS=16383/16/63 LCHS=1024/255/63 0x0000000002800000 sectors 2025-01-22 23:05:23 (14397): VM state change detected. (old = 'poweredoff', new = 'running') 2025-01-22 23:05:23 (14397): Detected: Web Application Enabled (http://localhost:49648) 2025-01-22 23:05:23 (14397): Preference change detected 2025-01-22 23:05:23 (14397): Setting CPU throttle for VM. (100%) 2025-01-22 23:05:23 (14397): Setting checkpoint interval to 600 seconds. (Higher value of (Preference: 60 seconds) or (Vbox_job.xml: 600 seconds)) 2025-01-22 23:05:25 (14397): Guest Log: BIOS: Boot : bseqnr=1, bootseq=0032 2025-01-22 23:05:25 (14397): Guest Log: BIOS: Booting from Hard Disk... 2025-01-22 23:05:28 (14397): Guest Log: BIOS: KBD: unsupported int 16h function 03 2025-01-22 23:05:28 (14397): Guest Log: BIOS: AX=0305 BX=0000 CX=0000 DX=0000 2025-01-22 23:07:20 (14397): Guest Log: vgdrvHeartbeatInit: Setting up heartbeat to trigger every 2000 milliseconds 2025-01-22 23:07:20 (14397): Guest Log: vboxguest: misc device minor 56, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000) 2025-01-22 23:07:47 (14397): Guest Log: VBoxService 5.2.6 r120293 (verbosity: 0) linux.amd64 (Jan 15 2018 14:51:00) release log 2025-01-22 23:07:47 (14397): Guest Log: 00:00:00.000061 main Log opened 2025-01-22T22:07:52.949271000Z 2025-01-22 23:07:47 (14397): Guest Log: 00:00:00.000146 main OS Product: Linux 2025-01-22 23:07:47 (14397): Guest Log: 00:00:00.000184 main OS Release: 4.14.76-13.cernvm.x86_64 2025-01-22 23:07:47 (14397): Guest Log: 00:00:00.000221 main OS Version: #1 SMP Tue Oct 16 18:26:15 CEST 2018 2025-01-22 23:07:47 (14397): Guest Log: 00:00:00.000257 main Executable: /usr/sbin/VBoxService 2025-01-22 23:07:47 (14397): Guest Log: 00:00:00.000258 main Process ID: 3258 2025-01-22 23:07:47 (14397): Guest Log: 00:00:00.000259 main Package type: LINUX_64BITS_GENERIC 2025-01-22 23:07:47 (14397): Guest Log: 00:00:00.002942 main 5.2.6 r120293 started. Verbose level = 0 2025-01-22 23:11:49 (14397): Guest Log: 23:11:53 CET +01:00 2025-01-22: cranky: [INFO] Detected Theory App 2025-01-22 23:11:49 (14397): Guest Log: 23:11:53 CET +01:00 2025-01-22: cranky: [INFO] Checking CVMFS. 2025-01-22 23:11:50 (14397): Guest Log: Probing /cvmfs/sft.cern.ch... Failed! 2025-01-22 23:11:50 (14397): Guest Log: 23:11:54 CET +01:00 2025-01-22: cranky: [ERROR] 'cvmfs_config probe sft.cern.ch' failed. 2025-01-22 23:19:15 (14397): Stopping VM. 2025-01-22 23:19:17 (14397): Successfully stopped VM. 2025-01-22 23:19:23 (15562): vboxwrapper version 26207 2025-01-22 23:19:23 (15562): BOINC client version: 8.0.2 2025-01-22 23:19:23 (15562): Detected: VirtualBox VboxManage Interface (Version: 7.1.4) 2025-01-22 23:19:23 (15562): Detected: Sandbox Configuration Enabled 2025-01-22 23:19:23 (15562): Detected: Heartbeat check (file: 'heartbeat' every 1200.000000 seconds) 2025-01-22 23:19:23 (15562): Guest Log: BIOS: VirtualBox 7.1.4 2025-01-22 23:19:23 (15562): Guest Log: CPUID EDX: 0x178bfbff 2025-01-22 23:19:23 (15562): Guest Log: BIOS: No PCI IDE controller, not probing IDE 2025-01-22 23:19:23 (15562): Guest Log: BIOS: AHCI 0-P#0: PCHS=16383/16/63 LCHS=1024/255/63 0x0000000002800000 sectors 2025-01-22 23:19:23 (15562): Guest Log: BIOS: Boot : bseqnr=1, bootseq=0032 2025-01-22 23:19:23 (15562): Guest Log: BIOS: Booting from Hard Disk... 2025-01-22 23:19:23 (15562): Guest Log: BIOS: KBD: unsupported int 16h function 03 2025-01-22 23:19:23 (15562): Guest Log: BIOS: AX=0305 BX=0000 CX=0000 DX=0000 2025-01-22 23:19:23 (15562): Guest Log: vgdrvHeartbeatInit: Setting up heartbeat to trigger every 2000 milliseconds 2025-01-22 23:19:23 (15562): Guest Log: vboxguest: misc device minor 56, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000) 2025-01-22 23:19:23 (15562): Guest Log: VBoxService 5.2.6 r120293 (verbosity: 0) linux.amd64 (Jan 15 2018 14:51:00) release log 2025-01-22 23:19:23 (15562): Guest Log: 00:00:00.000061 main Log opened 2025-01-22T22:07:52.949271000Z 2025-01-22 23:19:23 (15562): Guest Log: 00:00:00.000146 main OS Product: Linux 2025-01-22 23:19:23 (15562): Guest Log: 00:00:00.000184 main OS Release: 4.14.76-13.cernvm.x86_64 2025-01-22 23:19:23 (15562): Guest Log: 00:00:00.000221 main OS Version: #1 SMP Tue Oct 16 18:26:15 CEST 2018 2025-01-22 23:19:23 (15562): Guest Log: 00:00:00.000257 main Executable: /usr/sbin/VBoxService 2025-01-22 23:19:23 (15562): Guest Log: 00:00:00.000258 main Process ID: 3258 2025-01-22 23:19:23 (15562): Guest Log: 00:00:00.000259 main Package type: LINUX_64BITS_GENERIC 2025-01-22 23:19:23 (15562): Guest Log: 00:00:00.002942 main 5.2.6 r120293 started. Verbose level = 0 2025-01-22 23:19:23 (15562): Guest Log: 23:11:53 CET +01:00 2025-01-22: cranky: [INFO] Detected Theory App 2025-01-22 23:19:23 (15562): Guest Log: 23:11:53 CET +01:00 2025-01-22: cranky: [INFO] Checking CVMFS. 2025-01-22 23:19:23 (15562): Guest Log: Probing /cvmfs/sft.cern.ch... Failed! 2025-01-22 23:19:23 (15562): Guest Log: 23:11:54 CET +01:00 2025-01-22: cranky: [ERROR] 'cvmfs_config probe sft.cern.ch' failed. 2025-01-22 23:19:23 (15562): Starting VM using VBoxManage interface. (boinc_216789977e56d4fa, slot#4) 2025-01-22 23:19:25 (15562): Successfully started VM. (PID = '15578') 2025-01-22 23:19:25 (15562): Reporting VM Process ID to BOINC. 2025-01-22 23:19:25 (15562): VM state change detected. (old = 'poweredoff', new = 'running') 2025-01-22 23:19:25 (15562): Detected: Web Application Enabled (http://localhost:49648) 2025-01-22 23:19:25 (15562): Preference change detected 2025-01-22 23:19:25 (15562): Setting CPU throttle for VM. (100%) 2025-01-22 23:19:25 (15562): Setting checkpoint interval to 600 seconds. (Higher value of (Preference: 60 seconds) or (Vbox_job.xml: 600 seconds)) vboxreplay.txt VBoxManage -q --version VBoxManage -q list systemproperties VBoxManage -q list hostinfo VBoxManage -q showvminfo "boinc_216789977e56d4fa" --machinereadable VBoxManage -q createvm --name "boinc_216789977e56d4fa" --basefolder "/Library/Application Support/BOINC Data/slots/4" --ostype "Linux26_64" --register VBoxManage -q modifyvm "boinc_216789977e56d4fa" --description "Theory_2773-2970489-386_2" VBoxManage -q modifyvm "boinc_216789977e56d4fa" --memory 630 VBoxManage -q modifyvm "boinc_216789977e56d4fa" --cpus 1 VBoxManage -q modifyvm "boinc_216789977e56d4fa" --acpi on --ioapic on --rtcuseutc on VBoxManage -q modifyvm "boinc_216789977e56d4fa" --vram 16 --graphicscontroller VBoxVGA VBoxManage -q modifyvm "boinc_216789977e56d4fa" --boot1 disk --boot2 dvd --boot3 none --boot4 none VBoxManage -q modifyvm "boinc_216789977e56d4fa" --nic1 nat --natdnsproxy1 on --cableconnected1 off VBoxManage -q modifyvm "boinc_216789977e56d4fa" --cableconnected1 on VBoxManage -q modifyvm "boinc_216789977e56d4fa" --usb off VBoxManage -q modifyvm "boinc_216789977e56d4fa" --uart1 off --uart2 off VBoxManage -q modifyvm "boinc_216789977e56d4fa" --audio-enabled off VBoxManage -q modifyvm "boinc_216789977e56d4fa" --clipboard disabled VBoxManage -q modifyvm "boinc_216789977e56d4fa" --draganddrop disabled VBoxManage -q storagectl "boinc_216789977e56d4fa" --name "Hard Disk Controller" --add "sata" --controller "IntelAHCI" --hostiocache off --portcount 3 VBoxManage -q showhdinfo "/Library/Application Support/BOINC Data/projects/lhcathome.cern.ch_lhcathome/Theory_2025_01_16_prod.vdi" VBoxManage -q storageattach "boinc_216789977e56d4fa" --storagectl "Hard Disk Controller" --port 0 --device 0 --type hdd --medium "/Library/Application Support/BOINC Data/projects/lhcathome.cern.ch_lhcathome/Theory_2025_01_16_prod.vdi" VBoxManage -q storageattach "boinc_216789977e56d4fa" --storagectl "Hard Disk Controller" --port 0 --device 0 --type hdd --medium none VBoxManage -q storageattach "boinc_216789977e56d4fa" --storagectl "Hard Disk Controller" --port 0 --device 0 --type hdd --mtype multiattach --medium "/Library/Application Support/BOINC Data/projects/lhcathome.cern.ch_lhcathome/Theory_2025_01_16_prod.vdi" VBoxManage -q storageattach "boinc_216789977e56d4fa" --storagectl "Hard Disk Controller" --port 1 --device 0 --type dvddrive --medium "/Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso" VBoxManage -q bandwidthctl "boinc_216789977e56d4fa" add "boinc_216789977e56d4fa_net" --type network --limit 1024G VBoxManage -q modifyvm "boinc_216789977e56d4fa" --natpf1 ",tcp,127.0.0.1,49648,,80" VBoxManage -q list extpacks VBoxManage -q sharedfolder add "boinc_216789977e56d4fa" --name "shared" --hostpath "/Library/Application Support/BOINC Data/slots/4/shared" VBoxManage -q startvm "boinc_216789977e56d4fa" --type headless VBoxManage -q controlvm "boinc_216789977e56d4fa" cpuexecutioncap 100 VBoxManage -q controlvm "boinc_216789977e56d4fa" savestate VBoxManage -q --version VBoxManage -q list systemproperties VBoxManage -q list hostinfo VBoxManage -q showvminfo "boinc_216789977e56d4fa" --machinereadable VBoxManage -q startvm "boinc_216789977e56d4fa" --type headless VBoxManage -q controlvm "boinc_216789977e56d4fa" cpuexecutioncap 100 vbox_trace.txt 2025-01-22 23:05:20 (14397): Command: VBoxManage -q --version Exit Code: 0 Output: 7.1.4r165100 2025-01-22 23:05:20 (14397): Command: VBoxManage -q list systemproperties Exit Code: 0 Output: API version: 7_1 Minimum guest RAM size: 4 Megabytes Maximum guest RAM size: 2097152 Megabytes Minimum video RAM size: 0 Megabytes Maximum video RAM size: 256 Megabytes Maximum guest monitor count: 64 Minimum guest CPU count: 1 Maximum guest CPU count: 64 Virtual disk limit (info): 2199022206976 Bytes Default machine folder: /Users/nentech/VirtualBox VMs Raw-mode Supported: no Exclusive HW virtualization use: off Default hard disk format: VDI VRDE auth library: VBoxAuth Webservice auth. library: VBoxAuth Remote desktop ExtPack: Oracle VirtualBox Extension Pack VM encryption ExtPack: Oracle VirtualBox Extension Pack Log history count: 3 Default frontend: Default audio driver: CoreAudio Autostart database path: Default Guest Additions ISO: /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso Logging Level: all Proxy Mode: System Proxy URL: User language: C Host platform properties: Maximum Serial Port count: 4 Maximum Parallel Port count: 2 Maximum Boot Position: 4 Maximum Floppy Port count: 1 Maximum Floppy Devices per Port: 2 Maximum virtio-scsi Port count: 256 Maximum virtio-scsi Devices per Port: 1 Maximum IDE Port count: 2 Maximum IDE Devices per port: 2 Maximum SATA Port count: 30 Maximum SATA Device per port: 1 Maximum SCSI Port count: 16 Maximum SCSI Devices per port: 1 Maximum SAS Port count: 255 Maximum SAS Devices per Port: 1 Maximum NVMe Port count: 255 Maximum NVMe Devices per Port: 1 Supported chipsets: PIIX3, ICH9 PIIX3 chipset properties: Maximum PIIX3 Network Adapter count: 8 Maximum PIIX3 IDE Controllers: 1 Maximum PIIX3 SATA Controllers: 1 Maximum PIIX3 SCSI Controllers: 1 Maximum PIIX3 SAS Controllers: 1 Maximum PIIX3 NVMe Controllers: 1 Maximum PIIX3 virtio-scsi Controllers: 1 Maximum PIIX3 Floppy Controllers:1 ICH9 chipset properties: Maximum ICH9 Network Adapter count: 36 Maximum ICH9 IDE Controllers: 1 Maximum ICH9 SATA Controllers: 8 Maximum ICH9 SCSI Controllers: 8 Maximum ICH9 SAS Controllers: 8 Maximum ICH9 NVMe Controllers: 8 Maximum ICH9 virtio-scsi Controllers: 8 Maximum ICH9 Floppy Controllers:1 Supported platform architectures: x86 x86 platform properties: Maximum Serial Port count: 4 Maximum Parallel Port count: 2 Maximum Boot Position: 4 Maximum Floppy Port count: 1 Maximum Floppy Devices per Port: 2 Maximum virtio-scsi Port count: 256 Maximum virtio-scsi Devices per Port: 1 Maximum IDE Port count: 2 Maximum IDE Devices per port: 2 Maximum SATA Port count: 30 Maximum SATA Device per port: 1 Maximum SCSI Port count: 16 Maximum SCSI Devices per port: 1 Maximum SAS Port count: 255 Maximum SAS Devices per Port: 1 Maximum NVMe Port count: 255 Maximum NVMe Devices per Port: 1 Supported chipsets: PIIX3, ICH9 PIIX3 chipset properties: Maximum PIIX3 Network Adapter count: 8 Maximum PIIX3 IDE Controllers: 1 Maximum PIIX3 SATA Controllers: 1 Maximum PIIX3 SCSI Controllers: 1 Maximum PIIX3 SAS Controllers: 1 Maximum PIIX3 NVMe Controllers: 1 Maximum PIIX3 virtio-scsi Controllers: 1 Maximum PIIX3 Floppy Controllers:1 ICH9 chipset properties: Maximum ICH9 Network Adapter count: 36 Maximum ICH9 IDE Controllers: 1 Maximum ICH9 SATA Controllers: 8 Maximum ICH9 SCSI Controllers: 8 Maximum ICH9 SAS Controllers: 8 Maximum ICH9 NVMe Controllers: 8 Maximum ICH9 virtio-scsi Controllers: 8 Maximum ICH9 Floppy Controllers:1 2025-01-22 23:05:20 (14397): Command: VBoxManage -q list hostinfo Exit Code: 0 Output: Host Information: Host time: 2025-01-22T22:05:20.297000000Z Processor online count: 12 Processor count: 12 Processor online core count: 6 Processor core count: 6 Processor supports HW virtualization: yes Processor supports PAE: yes Processor supports long mode: yes Processor supports nested paging: no Processor supports unrestricted guest: yes Processor supports nested HW virtualization: no Processor supports virt. vmsave/vmload: no Processor#0 speed: 2600 MHz Processor#0 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#1 speed: 2600 MHz Processor#1 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#2 speed: 2600 MHz Processor#2 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#3 speed: 2600 MHz Processor#3 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#4 speed: 2600 MHz Processor#4 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#5 speed: 2600 MHz Processor#5 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#6 speed: 2600 MHz Processor#6 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#7 speed: 2600 MHz Processor#7 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#8 speed: 2600 MHz Processor#8 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#9 speed: 2600 MHz Processor#9 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#10 speed: 2600 MHz Processor#10 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#11 speed: 2600 MHz Processor#11 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory size: 32768 MByte Memory available: 14994 MByte Operating system: Darwin Operating system version: 24.2.0 2025-01-22 23:05:20 (14397): Command: VBoxManage -q showvminfo "boinc_216789977e56d4fa" --machinereadable Exit Code: -2135228415 Output: VBoxManage: error: Could not find a registered machine named 'boinc_216789977e56d4fa' VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBoxWrap, interface IVirtualBox, callee nsISupports VBoxManage: error: Context: "FindMachine(Bstr(VMNameOrUuid).raw(), machine.asOutParam())" at line 3212 of file VBoxManageInfo.cpp 2025-01-22 23:05:20 (14397): Command: VBoxManage -q createvm --name "boinc_216789977e56d4fa" --basefolder "/Library/Application Support/BOINC Data/slots/4" --ostype "Linux26_64" --register Exit Code: 0 Output: Virtual machine 'boinc_216789977e56d4fa' is created and registered. UUID: 2b2048d0-9d18-4427-9ec2-e8eddb02aa8e Settings file: '/Library/Application Support/BOINC Data/slots/4/boinc_216789977e56d4fa/boinc_216789977e56d4fa.vbox' 2025-01-22 23:05:20 (14397): Command: VBoxManage -q modifyvm "boinc_216789977e56d4fa" --description "Theory_2773-2970489-386_2" Exit Code: 0 Output: 2025-01-22 23:05:20 (14397): Command: VBoxManage -q modifyvm "boinc_216789977e56d4fa" --memory 630 Exit Code: 0 Output: 2025-01-22 23:05:20 (14397): Command: VBoxManage -q modifyvm "boinc_216789977e56d4fa" --cpus 1 Exit Code: 0 Output: 2025-01-22 23:05:20 (14397): Command: VBoxManage -q modifyvm "boinc_216789977e56d4fa" --acpi on --ioapic on --rtcuseutc on Exit Code: 0 Output: 2025-01-22 23:05:20 (14397): Command: VBoxManage -q modifyvm "boinc_216789977e56d4fa" --vram 16 --graphicscontroller VBoxVGA Exit Code: 0 Output: 2025-01-22 23:05:20 (14397): Command: VBoxManage -q modifyvm "boinc_216789977e56d4fa" --boot1 disk --boot2 dvd --boot3 none --boot4 none Exit Code: 0 Output: 2025-01-22 23:05:20 (14397): Command: VBoxManage -q modifyvm "boinc_216789977e56d4fa" --nic1 nat --natdnsproxy1 on --cableconnected1 off Exit Code: 0 Output: 2025-01-22 23:05:20 (14397): Command: VBoxManage -q modifyvm "boinc_216789977e56d4fa" --cableconnected1 on Exit Code: 0 Output: 2025-01-22 23:05:20 (14397): Command: VBoxManage -q modifyvm "boinc_216789977e56d4fa" --usb off Exit Code: 0 Output: 2025-01-22 23:05:20 (14397): Command: VBoxManage -q modifyvm "boinc_216789977e56d4fa" --uart1 off --uart2 off Exit Code: 0 Output: 2025-01-22 23:05:20 (14397): Command: VBoxManage -q modifyvm "boinc_216789977e56d4fa" --audio-enabled off Exit Code: 0 Output: 2025-01-22 23:05:20 (14397): Command: VBoxManage -q modifyvm "boinc_216789977e56d4fa" --clipboard disabled Exit Code: 0 Output: 2025-01-22 23:05:20 (14397): Command: VBoxManage -q modifyvm "boinc_216789977e56d4fa" --draganddrop disabled Exit Code: 0 Output: 2025-01-22 23:05:20 (14397): Command: VBoxManage -q storagectl "boinc_216789977e56d4fa" --name "Hard Disk Controller" --add "sata" --controller "IntelAHCI" --hostiocache off --portcount 3 Exit Code: 0 Output: 2025-01-22 23:05:20 (14397): Command: VBoxManage -q showhdinfo "/Library/Application Support/BOINC Data/projects/lhcathome.cern.ch_lhcathome/Theory_2025_01_16_prod.vdi" Exit Code: 0 Output: UUID: 6a4110e9-e559-4c1c-bfd2-ba6f6aaf4169 Parent UUID: base State: created Type: normal (base) Location: /Library/Application Support/BOINC Data/projects/lhcathome.cern.ch_lhcathome/Theory_2025_01_16_prod.vdi Storage format: VDI Format variant: dynamic default Capacity: 20480 MBytes Size on disk: 781 MBytes Encryption: disabled Property: AllocationBlockSize=1048576 2025-01-22 23:05:21 (14397): Command: VBoxManage -q storageattach "boinc_216789977e56d4fa" --storagectl "Hard Disk Controller" --port 0 --device 0 --type hdd --medium "/Library/Application Support/BOINC Data/projects/lhcathome.cern.ch_lhcathome/Theory_2025_01_16_prod.vdi" Exit Code: 0 Output: 2025-01-22 23:05:21 (14397): Command: VBoxManage -q storageattach "boinc_216789977e56d4fa" --storagectl "Hard Disk Controller" --port 0 --device 0 --type hdd --medium none Exit Code: 0 Output: 2025-01-22 23:05:21 (14397): Command: VBoxManage -q storageattach "boinc_216789977e56d4fa" --storagectl "Hard Disk Controller" --port 0 --device 0 --type hdd --mtype multiattach --medium "/Library/Application Support/BOINC Data/projects/lhcathome.cern.ch_lhcathome/Theory_2025_01_16_prod.vdi" Exit Code: 0 Output: 2025-01-22 23:05:21 (14397): Command: VBoxManage -q storageattach "boinc_216789977e56d4fa" --storagectl "Hard Disk Controller" --port 1 --device 0 --type dvddrive --medium "/Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso" Exit Code: 0 Output: 2025-01-22 23:05:21 (14397): Command: VBoxManage -q bandwidthctl "boinc_216789977e56d4fa" add "boinc_216789977e56d4fa_net" --type network --limit 1024G Exit Code: 0 Output: 2025-01-22 23:05:21 (14397): Command: VBoxManage -q modifyvm "boinc_216789977e56d4fa" --natpf1 ",tcp,127.0.0.1,49648,,80" Exit Code: 0 Output: 2025-01-22 23:05:21 (14397): Command: VBoxManage -q list extpacks Exit Code: 0 Output: Extension Packs: 1 Pack no. 0: Oracle VirtualBox Extension Pack Version: 7.1.4 Revision: 165100 Edition: Description: Oracle Cloud Infrastructure integration, Host Webcam, VirtualBox RDP, PXE ROM, Disk Encryption, NVMe, full VM encryption. VRDE Module: VBoxVRDP Crypto Module: VBoxPuelCrypto Usable: true Why unusable: 2025-01-22 23:05:21 (14397): Command: VBoxManage -q sharedfolder add "boinc_216789977e56d4fa" --name "shared" --hostpath "/Library/Application Support/BOINC Data/slots/4/shared" Exit Code: 0 Output: 2025-01-22 23:05:22 (14397): Command: VBoxManage -q startvm "boinc_216789977e56d4fa" --type headless Exit Code: 0 Output: Waiting for VM "boinc_216789977e56d4fa" to power on... VM "boinc_216789977e56d4fa" has been successfully started. 2025-01-22 23:05:23 (14397): Command: VBoxManage -q controlvm "boinc_216789977e56d4fa" cpuexecutioncap 100 Exit Code: 0 Output: 2025-01-22 23:19:17 (14397): Command: VBoxManage -q controlvm "boinc_216789977e56d4fa" savestate Exit Code: 0 Output: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% 2025-01-22 23:19:23 (15562): Command: VBoxManage -q --version Exit Code: 0 Output: 7.1.4r165100 2025-01-22 23:19:23 (15562): Command: VBoxManage -q list systemproperties Exit Code: 0 Output: API version: 7_1 Minimum guest RAM size: 4 Megabytes Maximum guest RAM size: 2097152 Megabytes Minimum video RAM size: 0 Megabytes Maximum video RAM size: 256 Megabytes Maximum guest monitor count: 64 Minimum guest CPU count: 1 Maximum guest CPU count: 64 Virtual disk limit (info): 2199022206976 Bytes Default machine folder: /Users/nentech/VirtualBox VMs Raw-mode Supported: no Exclusive HW virtualization use: off Default hard disk format: VDI VRDE auth library: VBoxAuth Webservice auth. library: VBoxAuth Remote desktop ExtPack: Oracle VirtualBox Extension Pack VM encryption ExtPack: Oracle VirtualBox Extension Pack Log history count: 3 Default frontend: Default audio driver: CoreAudio Autostart database path: Default Guest Additions ISO: /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso Logging Level: all Proxy Mode: System Proxy URL: User language: C Host platform properties: Maximum Serial Port count: 4 Maximum Parallel Port count: 2 Maximum Boot Position: 4 Maximum Floppy Port count: 1 Maximum Floppy Devices per Port: 2 Maximum virtio-scsi Port count: 256 Maximum virtio-scsi Devices per Port: 1 Maximum IDE Port count: 2 Maximum IDE Devices per port: 2 Maximum SATA Port count: 30 Maximum SATA Device per port: 1 Maximum SCSI Port count: 16 Maximum SCSI Devices per port: 1 Maximum SAS Port count: 255 Maximum SAS Devices per Port: 1 Maximum NVMe Port count: 255 Maximum NVMe Devices per Port: 1 Supported chipsets: PIIX3, ICH9 PIIX3 chipset properties: Maximum PIIX3 Network Adapter count: 8 Maximum PIIX3 IDE Controllers: 1 Maximum PIIX3 SATA Controllers: 1 Maximum PIIX3 SCSI Controllers: 1 Maximum PIIX3 SAS Controllers: 1 Maximum PIIX3 NVMe Controllers: 1 Maximum PIIX3 virtio-scsi Controllers: 1 Maximum PIIX3 Floppy Controllers:1 ICH9 chipset properties: Maximum ICH9 Network Adapter count: 36 Maximum ICH9 IDE Controllers: 1 Maximum ICH9 SATA Controllers: 8 Maximum ICH9 SCSI Controllers: 8 Maximum ICH9 SAS Controllers: 8 Maximum ICH9 NVMe Controllers: 8 Maximum ICH9 virtio-scsi Controllers: 8 Maximum ICH9 Floppy Controllers:1 Supported platform architectures: x86 x86 platform properties: Maximum Serial Port count: 4 Maximum Parallel Port count: 2 Maximum Boot Position: 4 Maximum Floppy Port count: 1 Maximum Floppy Devices per Port: 2 Maximum virtio-scsi Port count: 256 Maximum virtio-scsi Devices per Port: 1 Maximum IDE Port count: 2 Maximum IDE Devices per port: 2 Maximum SATA Port count: 30 Maximum SATA Device per port: 1 Maximum SCSI Port count: 16 Maximum SCSI Devices per port: 1 Maximum SAS Port count: 255 Maximum SAS Devices per Port: 1 Maximum NVMe Port count: 255 Maximum NVMe Devices per Port: 1 Supported chipsets: PIIX3, ICH9 PIIX3 chipset properties: Maximum PIIX3 Network Adapter count: 8 Maximum PIIX3 IDE Controllers: 1 Maximum PIIX3 SATA Controllers: 1 Maximum PIIX3 SCSI Controllers: 1 Maximum PIIX3 SAS Controllers: 1 Maximum PIIX3 NVMe Controllers: 1 Maximum PIIX3 virtio-scsi Controllers: 1 Maximum PIIX3 Floppy Controllers:1 ICH9 chipset properties: Maximum ICH9 Network Adapter count: 36 Maximum ICH9 IDE Controllers: 1 Maximum ICH9 SATA Controllers: 8 Maximum ICH9 SCSI Controllers: 8 Maximum ICH9 SAS Controllers: 8 Maximum ICH9 NVMe Controllers: 8 Maximum ICH9 virtio-scsi Controllers: 8 Maximum ICH9 Floppy Controllers:1 2025-01-22 23:19:23 (15562): Command: VBoxManage -q list hostinfo Exit Code: 0 Output: Host Information: Host time: 2025-01-22T22:19:23.467000000Z Processor online count: 12 Processor count: 12 Processor online core count: 6 Processor core count: 6 Processor supports HW virtualization: yes Processor supports PAE: yes Processor supports long mode: yes Processor supports nested paging: no Processor supports unrestricted guest: yes Processor supports nested HW virtualization: no Processor supports virt. vmsave/vmload: no Processor#0 speed: 2600 MHz Processor#0 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#1 speed: 2600 MHz Processor#1 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#2 speed: 2600 MHz Processor#2 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#3 speed: 2600 MHz Processor#3 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#4 speed: 2600 MHz Processor#4 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#5 speed: 2600 MHz Processor#5 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#6 speed: 2600 MHz Processor#6 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#7 speed: 2600 MHz Processor#7 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#8 speed: 2600 MHz Processor#8 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#9 speed: 2600 MHz Processor#9 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#10 speed: 2600 MHz Processor#10 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Processor#11 speed: 2600 MHz Processor#11 description: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory size: 32768 MByte Memory available: 15939 MByte Operating system: Darwin Operating system version: 24.2.0 2025-01-22 23:19:23 (15562): Command: VBoxManage -q showvminfo "boinc_216789977e56d4fa" --machinereadable Exit Code: 0 Output: name="boinc_216789977e56d4fa" encryption="disabled" groups="/" platformArchitecture="x86" ostype="Linux 2.6 / 3.x / 4.x / 5.x (64-bit)" UUID="2b2048d0-9d18-4427-9ec2-e8eddb02aa8e" CfgFile="/Library/Application Support/BOINC Data/slots/4/boinc_216789977e56d4fa/boinc_216789977e56d4fa.vbox" SnapFldr="/Library/Application Support/BOINC Data/slots/4/boinc_216789977e56d4fa/Snapshots" LogFldr="/Library/Application Support/BOINC Data/slots/4/boinc_216789977e56d4fa/Logs" hardwareuuid="2b2048d0-9d18-4427-9ec2-e8eddb02aa8e" memory=630 pagefusion="off" vram=16 cpuexecutioncap=100 cpu-profile="host" chipset="piix3" firmware="BIOS" cpus=1 hpet="off" pae="off" longmode="on" triplefaultreset="off" apic="on" x2apic="on" nested-hw-virt="off" hwvirtex="on" nestedpaging="on" largepages="on" vtxvpid="on" vtxux="on" virtvmsavevmload="on" cpuid-portability-level=0 bootmenu="messageandmenu" boot1="disk" boot2="dvd" boot3="none" boot4="none" acpi="on" ioapic="on" biosapic="apic" biossystemtimeoffset=0 NvramFile="/Library/Application Support/BOINC Data/slots/4/boinc_216789977e56d4fa/boinc_216789977e56d4fa.nvram" rtcuseutc="on" iommu="none" paravirtprovider="default" effparavirtprovider="kvm" VMState="saved" VMStateChangeTime="2025-01-22T22:19:17.000000000" VMStateFile="/Library/Application Support/BOINC Data/slots/4/boinc_216789977e56d4fa/Snapshots/2025-01-22T22-19-15-394377000Z.sav" graphicscontroller="vboxvga" monitorcount=1 accelerate3d="off" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 defaultfrontend="" vmprocpriority="default" storagecontrollername0="Hard Disk Controller" storagecontrollertype0="IntelAhci" storagecontrollerinstance0="0" storagecontrollermaxportcount0="30" storagecontrollerportcount0="3" storagecontrollerbootable0="on" "Hard Disk Controller-0-0"="/Library/Application Support/BOINC Data/slots/4/boinc_216789977e56d4fa/Snapshots/{a87cdcf9-a39f-4c57-ade3-18979ba5f529}.vdi" "Hard Disk Controller-ImageUUID-0-0"="a87cdcf9-a39f-4c57-ade3-18979ba5f529" "Hard Disk Controller-nonrotational-0-0"="off" "Hard Disk Controller-discard-0-0"="off" "Hard Disk Controller-1-0"="/Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso" "Hard Disk Controller-ImageUUID-1-0"="f6b5d75a-3ebd-4110-90a7-bfc4f2b65788" "Hard Disk Controller-tempeject-1-0"="off" "Hard Disk Controller-IsEjected-1-0"="off" "Hard Disk Controller-nonrotational-1-0"="off" "Hard Disk Controller-discard-1-0"="off" "Hard Disk Controller-2-0"="none" natnet1="nat" macaddress1="080027E120FC" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" Forwarding(0)="tcp_49648_80,tcp,127.0.0.1,49648,,80" nic2="none" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="ps2mouse" hidkeyboard="ps2kbd" uart1="off" uart2="off" uart3="off" uart4="off" lpt1="off" lpt2="off" audio="none" audio_out="off" audio_in="off" clipboard="disabled" draganddrop="disabled" vrde="off" usb="off" ehci="off" xhci="off" BandwidthGroup0="boinc_216789977e56d4fa_net",Network,1099511627776 SharedFolderNameMachineMapping1="shared" SharedFolderPathMachineMapping1="/Library/Application Support/BOINC Data/slots/4/shared" recording_started="off" recording_enabled="off" recording_screens=1 rec_screen0 rec_screen_enabled="on" rec_screen_id=0 rec_screen_video_enabled="on" rec_screen_audio_enabled="off" rec_screen_dest="File" rec_screen_dest_filename="/Library/Application Support/BOINC Data/slots/4/boinc_216789977e56d4fa/boinc_216789977e56d4fa-screen0.webm" rec_screen_opts="vc_enabled=true,ac_enabled=false,ac_profile=med" rec_screen_video_res_xy="1024x768" rec_screen_video_rate_kbps=512 rec_screen_video_fps=25 description="Theory_2773-2970489-386_2" GuestMemoryBalloon=0 2025-01-22 23:19:24 (15562): Command: VBoxManage -q startvm "boinc_216789977e56d4fa" --type headless Exit Code: 0 Output: Waiting for VM "boinc_216789977e56d4fa" to power on... VM "boinc_216789977e56d4fa" has been successfully started. 2025-01-22 23:19:25 (15562): Command: VBoxManage -q controlvm "boinc_216789977e56d4fa" cpuexecutioncap 100 Exit Code: 0 Output: |
Send message Joined: 11 Apr 11 Posts: 23 Credit: 176,098 RAC: 1,460 ![]() ![]() |
The VM runs under boinc_project user. ATLAS tasks running successfully. CMS and Theory tasks are crashing. [/img]https://lhcathome.cern.ch/lhcathome/result.php?resultid=419251802[url][/url] |
©2025 CERN