BOINC / boinc

Open-source software for volunteer computing and grid computing.
https://boinc.berkeley.edu
GNU Lesser General Public License v3.0
2k stars 445 forks source link

Vboxwrapper 26207 fails initialization #5553

Closed computezrmle closed 6 months ago

computezrmle commented 6 months ago

Describe the bug When I set up a vboxwrapper test and run (from the test directory) ./vboxwrapper_26207_x86_64-pc-linux-gnu --register_only

I immediately get this error log:

2024-03-26 13:21:42 (88918): Can't set up shared mem: -1. Will run in standalone mode.
2024-03-26 13:21:42 (88918): vboxwrapper version 26207
2024-03-26 13:21:42 (88918): BOINC client version: 7.21.0
2024-03-26 13:21:47 (88918): Error in version check for VM: -161
Command:
VBoxManage -q --version 
Output:
7.0.14_SUSEr161095

2024-03-26 13:21:47 (88918): ERROR: VM initialization returned -161
2024-03-26 13:21:47 (88918): called boinc_finish(-161)

Same test but vboxwrapper replaced with v26206 gives this log:

13:42:59 (27855): Can't set up shared mem: -1. Will run in standalone mode.
2024-03-26 13:42:59 (27855): Detected: vboxwrapper 26206
2024-03-26 13:42:59 (27855): Detected: BOINC client v7.21.0
2024-03-26 13:42:59 (27855): Detected: VirtualBox VboxManage Interface (Version: 7.0.14)
2024-03-26 13:42:59 (27855): Detected: Headless Mode Disabled
2024-03-26 13:42:59 (27855): Detected: Heartbeat check (file: 'heartbeat' every 1200.000000 seconds)
2024-03-26 13:42:59 (27855): Create VM. (boinc_standalone, slot#0)
2024-03-26 13:42:59 (27855): Setting Memory Size for VM. (2048MB)
2024-03-26 13:42:59 (27855): Setting CPU Count for VM. (4)
2024-03-26 13:42:59 (27855): Setting Chipset Options for VM.
2024-03-26 13:42:59 (27855): Setting Graphics Controller Options for VM.
2024-03-26 13:43:00 (27855): Setting Boot Options for VM.
2024-03-26 13:43:00 (27855): Setting Network Configuration for NAT.
2024-03-26 13:43:00 (27855): Enabling VM Network Access.
2024-03-26 13:43:00 (27855): Disabling USB Support for VM.
2024-03-26 13:43:00 (27855): Disabling COM Port Support for VM.
2024-03-26 13:43:00 (27855): Disabling LPT Port Support for VM.
2024-03-26 13:43:00 (27855): Disabling Audio Support for VM.
2024-03-26 13:43:00 (27855): Disabling Clipboard Support for VM.
2024-03-26 13:43:00 (27855): Disabling Drag and Drop Support for VM.
2024-03-26 13:43:00 (27855): Adding storage controller(s) to VM.
2024-03-26 13:43:00 (27855): Adding virtual disk drive to VM. (CMS_2022_09_07.vdi)
2024-03-26 13:43:02 (27855): Adding VirtualBox Guest Additions to VM.
2024-03-26 13:43:02 (27855): Adding network bandwidth throttle group to VM. (Defaulting to 1024GB)
2024-03-26 13:43:02 (27855): forwarding host port 37277 to guest port 80
2024-03-26 13:43:02 (27855): Enabling remote desktop for VM.
2024-03-26 13:43:02 (27855): Enabling shared directory for VM.
.
.
.
(continues)

In both cases stock versions from the BOINC download page were used but self compiled versions show the same behaviour.

Steps To Reproduce Replace v26206 with v26207 and vice versa.

Expected behavior Version 26207 should behave like v26206.

System Information

AenBleidd commented 6 months ago

@davidpanderson, could you please take a look?