VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/guru-meditation-action.dita@ 105482

Last change on this file since 105482 was 105335, checked in by vboxsync, 7 months ago

FE/Qt: bugref:10705. Merging r6149 from doc team's repo.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="guru-meditation-action">
4 <title>Action for Handling a Guru Meditation</title>
5
6 <body>
7 <p>A VM runs into a Guru Meditation if there is a problem which cannot be fixed by other means than terminating the
8 process. The default is to show a message window which instructs the user to open a bug report. </p>
9 <p>This behavior can be configured as follows: </p>
10 <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> GUI/GuruMeditationHandler <varname>mode</varname>
11 </pre>
12 <p><varname>mode</varname> is one of the following:
13 </p>
14 <dl>
15 <dlentry>
16 <dt>
17 <codeph>Default</codeph>
18 </dt>
19 <dd>
20 <p>A message window is shown. After the user confirmed, the VM is terminated. </p>
21 </dd>
22 </dlentry>
23 <dlentry>
24 <dt>
25 <codeph>PowerOff</codeph>
26 </dt>
27 <dd>
28 <p>The VM is immediately powered-off without showing any message window. The VM logfile will show information
29 about what happened. </p>
30 </dd>
31 </dlentry>
32 <dlentry>
33 <dt>
34 <codeph>Ignore</codeph>
35 </dt>
36 <dd>
37 <p>The VM is left in stuck mode. Execution is stopped but no message window is shown. The VM has to be powered
38 off manually. </p>
39 </dd>
40 </dlentry>
41 </dl>
42 <p>This is a per-VM setting. </p>
43 </body>
44
45</topic>
Note: See TracBrowser for help on using the repository browser.

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