On Donnerstag, 1. Juni 2017 11:22:37 CEST Kalogrianitis Socratis wrote: > > On 1/Ιουν/2017, at 10:55, Kalogrianitis Socratis <[email protected]> wrote: > > > The commands for changing the heartbeat options seem to be mistaken. > > Source: https://forums.virtualbox.org/viewtopic.php?f=1&t=83302 > > > > > > Index: doc/manual/en_US/user_AdvancedTopics.xml > > =================================================================== > > --- doc/manual/en_US/user_AdvancedTopics.xml (revision 67178) > > +++ doc/manual/en_US/user_AdvancedTopics.xml (working copy) > > @@ -3789,7 +3789,7 @@ > > is, the heartbeat service of the VirtualBox Guest Additions will send > > a heartbeat > > ping every two seconds. The value in nanoseconds can be configured > > like this: > > </para> > > - <screen>VBoxManage controlvm "VM name" > > VBoxInternal/Devices/VMMDev/0/Config/HeartbeatInterval 2000000000</screen> > > + <screen>VBoxManage setextradata "VM name" > > VBoxInternal/Devices/VMMDev/0/Config/HeartbeatInterval 2000000000</screen> > > <para> > > The <emphasis>heartbeat timeout</emphasis> defines the time the host > > waits > > starting from the last heartbeat ping before it defines the guest as > > unresponsive. > > @@ -3797,7 +3797,7 @@ > > as following (in nanoseconds): > > </para> > > > > - <screen>VBoxManage controlvm "VM name" > > VBoxInternal/Devices/VMMDev/0/Config/HeartbeatTimeout 4000000000</screen> > > + <screen>VBoxManage setextradata "VM name" > > VBoxInternal/Devices/VMMDev/0/Config/HeartbeatTimeout 4000000000</screen> > > > > <para> > > If the heartbeat timeout expires, there will be a log message like > > > > This patch is provided under the MIT license.
Applied. Thanks! Frank -- Dr.-Ing. Frank Mehnert | Software Development Director, VirtualBox ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | 71384 Weinstadt, Germany ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgericht München, HRA 95603 Komplementärin: ORACLE Deutschland Verwaltung B.V. Hertogswetering 163/167, 3543 AS Utrecht, Niederlande Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697 Geschäftsführer: Alexander van der Ven, Jan Schultheiss, Val Maher _______________________________________________ vbox-dev mailing list [email protected] https://www.virtualbox.org/mailman/listinfo/vbox-dev
