computezrmle

Results 14 comments of computezrmle

And a screenshot from the "harddisk" tab of your BOINC manager.

I suspect the error is in function max_allowable_disk here: https://github.com/BOINC/boinc/blob/master/sched/sched_send.cpp#L348 While disk_max_used_gb=0 is thought to be interpreted "unlimited" L360 sets a default limit of 100GB. If hit this results in...

Regarding VirtualBox's vm_image.vdi files this might solve the issue: #4602 Copying other large files would still block the client.

Transifex is currently outside my scope.

Do you remember which project you ran? At least LHC@home is using this pattern for VM names (example): boinc_d0488831bc598c0b Recent logs show that deregistering/removal works fine with vboxwrapper 26206 used...

As for (1.) A typical VM entry in VirtualBox.xml looks like this. VirtualBox provides no information as to when it has been created: `` As for (2.) There's already a...

VM names like "boinc_4e84e6a8a719072c" are used at least by LHC@home and cosmology@home. Hence, it can't be said which project left the orphans nor when. As long as the orphan machine...

BOINC and (as far as I'm aware) CURL can use a distinct proxy URL but I never noticed they can directly parse a proxy from a wpad.dat. To enable this...

As for Release-x64-msbuild `2024-03-26T21:24:45.8536712Z D:\a\boinc\boinc\win_build\vcpkg_3rdparty_dependencies.vcxproj(182,5): error MSB3073: The command "vcpkg.exe install --x-manifest-root=D:\a\boinc\boinc\win_build\..\3rdParty\vcpkg_ports\configs\msbuild/x64 --x-install-root=D:\a\boinc\boinc\win_build\..\3rdParty\Windows\vcpkg/installed/ --overlay-ports=../../vcpkg_ports/ports --overlay-triplets=../../vcpkg_ports/triplets/ci --triplet x64-windows-static --clean-after-build" exited with code -1.` Is it caused by a missing entry in...

Can the recent build issues be solved without too much effort? 1st idea to get a random number was to use the standard library functions from C++11. Looks like certain...