VirtualBox

Changeset 51030 in vbox for trunk/doc


Ignore:
Timestamp:
Apr 10, 2014 11:14:55 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93245
Message:

doc/manual: document GUI/GuruMeditationHandler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_AdvancedTopics.xml

    r50743 r51030  
    16671667          <glossentry>
    16681668            <glossterm><computeroutput>--timesync-interval</computeroutput></glossterm>
    1669 
    16701669            <glossdef>
    16711670              <para>Specifies the interval at which to synchronize the time
     
    16761675          <glossentry>
    16771676            <glossterm><computeroutput>--timesync-min-adjust</computeroutput></glossterm>
    1678 
    16791677            <glossdef>
    16801678              <para>The minimum absolute drift value measured in milliseconds
     
    16831681            </glossdef>
    16841682          </glossentry>
    1685 
    16861683          <glossentry>
    16871684            <glossterm><computeroutput>--timesync-latency-factor</computeroutput></glossterm>
    1688 
    16891685            <glossdef>
    16901686              <para>The factor to multiply the time query latency with to
     
    17011697          <glossentry>
    17021698            <glossterm><computeroutput>--timesync-max-latency</computeroutput></glossterm>
    1703 
    17041699            <glossdef>
    17051700              <para>The max host timer query latency to accept. The default is
     
    17101705          <glossentry>
    17111706            <glossterm><computeroutput>--timesync-set-threshold</computeroutput></glossterm>
    1712 
    17131707            <glossdef>
    17141708              <para>The absolute drift threshold, given as milliseconds where
     
    17201714          <glossentry>
    17211715            <glossterm><computeroutput>--timesync-set-start</computeroutput></glossterm>
    1722 
    17231716            <glossdef>
    17241717              <para>Set the time when starting the time sync service.</para>
     
    17291722            <glossterm><computeroutput>--timesync-set-on-restore
    17301723            0|1</computeroutput></glossterm>
    1731 
    17321724            <glossdef>
    17331725              <para>Set the time after the VM was restored from a saved state
     
    19371929          <glossentry>
    19381930            <glossterm><computeroutput>noSelector</computeroutput></glossterm>
    1939 
    19401931            <glossdef>
    19411932              <para>Don't allow to start the VirtualBox manager. Trying to do so
     
    19461937          <glossentry>
    19471938            <glossterm><computeroutput>noMenuBar</computeroutput></glossterm>
    1948 
    19491939            <glossdef>
    19501940              <para>VM windows will not contain a menu bar.</para>
     
    19541944          <glossentry>
    19551945            <glossterm><computeroutput>noStatusBar</computeroutput></glossterm>
    1956 
    19571946            <glossdef>
    19581947              <para>VM windows will not contain a status bar.</para>
     
    27822771          <glossentry>
    27832772            <glossterm><computeroutput>SaveState</computeroutput></glossterm>
    2784 
    27852773            <glossdef>
    27862774              <para>Don't allow the user to save the VM state when terminating
     
    27912779          <glossentry>
    27922780            <glossterm><computeroutput>Shutdown</computeroutput></glossterm>
    2793 
    27942781            <glossdef>
    27952782              <para>Don't allow the user to shutdown the VM by sending the ACPI
     
    28002787          <glossentry>
    28012788            <glossterm><computeroutput>PowerOff</computeroutput></glossterm>
    2802 
    28032789            <glossdef>
    28042790              <para>Don't allow the user to power off the VM.</para>
     
    28082794          <glossentry>
    28092795            <glossterm><computeroutput>PowerOffRestoringSnapshot</computeroutput></glossterm>
    2810 
    28112796            <glossdef>
    28122797              <para>Don't allow the user to return to the last snapshot when
     
    28182803        <para>This is a per-VM setting. Any combination of the above is allowed. If all
    28192804          options are specified, the VM cannot be shut down at all.</para>
     2805      </sect2>
     2806
     2807      <sect2>
     2808        <title>Action for handling a Guru Meditation</title>
     2809
     2810        <para>A VM runs into a Guru Meditation if there is a problem which
     2811          cannot be fixed by other means than terminating the process. The
     2812          default is to show a message window which instructs the user to
     2813          open a bug report.</para>
     2814        <para>This behavior can be configured:</para>
     2815         
     2816        <para><screen>VBoxManage setextradata "VM name" GUI/GuruMeditationHandler MODE</screen></para>
     2817
     2818        <para>where <computeroutput>MODE</computeroutput> is one of the
     2819          following keywords:</para><glosslist>
     2820          <glossentry>
     2821            <glossterm><computeroutput>Default</computeroutput></glossterm>
     2822            <glossdef>
     2823              <para>A message window is shown. After the user confirmed, the
     2824                VM is terminated.</para>
     2825            </glossdef>
     2826          </glossentry>
     2827
     2828          <glossentry>
     2829            <glossterm><computeroutput>PowerOff</computeroutput></glossterm>
     2830            <glossdef>
     2831              <para>The VM is immediately powered-off without showing any message
     2832                window. The VM logfile will show information about what happend.</para>
     2833            </glossdef>
     2834          </glossentry>
     2835
     2836          <glossentry>
     2837            <glossterm><computeroutput>Ignore</computeroutput></glossterm>
     2838            <glossdef>
     2839              <para>The VM is left in stuck mode. Execution is stopped but no
     2840              message window is shown. The VM has to be powered off manually.</para>
     2841            </glossdef>
     2842          </glossentry>
     2843        </glosslist>
     2844
     2845        <para>This is a per-VM setting.</para>
    28202846    </sect2>
    28212847  </sect1>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette