From a01aec4ffbac1af0aa39d0fd503012be664f4923 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 12 Dec 2013 11:03:52 -0500 Subject: [PATCH] VBOX: Increase the task reschedule interval for communication failures from 5 minutes to 1 day. --- samples/vboxwrapper/vboxwrapper.cpp | 6 +++--- win_build/vboxwrapper.vcxproj | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/samples/vboxwrapper/vboxwrapper.cpp b/samples/vboxwrapper/vboxwrapper.cpp index e7b20f379e..efe0039e9e 100644 --- a/samples/vboxwrapper/vboxwrapper.cpp +++ b/samples/vboxwrapper/vboxwrapper.cpp @@ -463,7 +463,7 @@ int main(int argc, char** argv) { if (strstr(aid.host_info.os_version, "x64")) { fprintf( stderr, - "%s 64-bit version of BOINC is required, please upgrade, telling BOINC to reschedule execution for a later date.\n", + "%s 64-bit version of BOINC is required, please upgrade. Rescheduling execution for a later date.\n", vboxwrapper_msg_prefix(buf, sizeof(buf)) ); boinc_temporary_exit(86400, "Architecture incompatibility detected."); @@ -476,7 +476,7 @@ int main(int argc, char** argv) { if (retval) { fprintf( stderr, - "%s couldn't detect VM Hypervisor, telling BOINC to reschedule execution for a later date.\n", + "%s Could not detect VM Hypervisor. Rescheduling execution for a later date.\n", vboxwrapper_msg_prefix(buf, sizeof(buf)) ); boinc_temporary_exit(86400, "Detection of VM Hypervisor failed."); @@ -538,7 +538,7 @@ int main(int argc, char** argv) { "%s Could not communicate with VM Hypervisor. Rescheduling execution for a later date.\n", vboxwrapper_msg_prefix(buf, sizeof(buf)) ); - boinc_temporary_exit(300, message.c_str()); + boinc_temporary_exit(86400, message.c_str()); } // Parse Job File diff --git a/win_build/vboxwrapper.vcxproj b/win_build/vboxwrapper.vcxproj index 4d87b40fac..8c3e49b213 100644 --- a/win_build/vboxwrapper.vcxproj +++ b/win_build/vboxwrapper.vcxproj @@ -128,12 +128,12 @@ libcmt.lib;libcpmt.lib;kernel32.lib;user32.lib;gdi32.lib;ole32.lib;wsock32.lib;psapi.lib;%(AdditionalDependencies) - .\Build\$(Platform)\$(Configuration)\vboxwrapper_26055_windows_intelx86.exe + .\Build\$(Platform)\$(Configuration)\vboxwrapper_26056_windows_intelx86.exe true true %(DelayLoadDLLs) true - .\Build\$(Platform)\$(Configuration)\vboxwrapper_26055_windows_intelx86.pdb + .\Build\$(Platform)\$(Configuration)\vboxwrapper_26056_windows_intelx86.pdb Windows MachineX86 @@ -177,12 +177,12 @@ libcmt.lib;libcpmt.lib;kernel32.lib;user32.lib;gdi32.lib;ole32.lib;wsock32.lib;psapi.lib;%(AdditionalDependencies) - .\Build\$(Platform)\$(Configuration)\vboxwrapper_26055_windows_x86_64.exe + .\Build\$(Platform)\$(Configuration)\vboxwrapper_26056_windows_x86_64.exe true true %(DelayLoadDLLs) true - .\Build\$(Platform)\$(Configuration)\vboxwrapper_26055_windows_x86_64.pdb + .\Build\$(Platform)\$(Configuration)\vboxwrapper_26056_windows_x86_64.pdb Windows MachineX64