Last change
on this file since 105145 was 98549, checked in by vboxsync, 2 years ago |
Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.7 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>
|
---|
8 | A VM runs into a Guru Meditation if there is a problem which
|
---|
9 | cannot be fixed by other means than terminating the process. The
|
---|
10 | default is to show a message window which instructs the user to
|
---|
11 | open a bug report.
|
---|
12 | </p>
|
---|
13 | <p>
|
---|
14 | This behavior can be configured as follows:
|
---|
15 | </p>
|
---|
16 | <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> GUI/GuruMeditationHandler <varname>mode</varname>
|
---|
17 | </pre>
|
---|
18 | <p><varname>mode</varname> is one of the following:
|
---|
19 | </p>
|
---|
20 | <dl>
|
---|
21 | <dlentry>
|
---|
22 | <dt>
|
---|
23 | <codeph>Default</codeph>
|
---|
24 | </dt>
|
---|
25 | <dd>
|
---|
26 | <p>
|
---|
27 | A message window is shown. After the user confirmed, the
|
---|
28 | VM is terminated.
|
---|
29 | </p>
|
---|
30 | </dd>
|
---|
31 | </dlentry>
|
---|
32 | <dlentry>
|
---|
33 | <dt>
|
---|
34 | <codeph>PowerOff</codeph>
|
---|
35 | </dt>
|
---|
36 | <dd>
|
---|
37 | <p>
|
---|
38 | The VM is immediately powered-off without showing any
|
---|
39 | message window. The VM logfile will show information about
|
---|
40 | what happened.
|
---|
41 | </p>
|
---|
42 | </dd>
|
---|
43 | </dlentry>
|
---|
44 | <dlentry>
|
---|
45 | <dt>
|
---|
46 | <codeph>Ignore</codeph>
|
---|
47 | </dt>
|
---|
48 | <dd>
|
---|
49 | <p>
|
---|
50 | The VM is left in stuck mode. Execution is stopped but no
|
---|
51 | message window is shown. The VM has to be powered off
|
---|
52 | manually.
|
---|
53 | </p>
|
---|
54 | </dd>
|
---|
55 | </dlentry>
|
---|
56 | </dl>
|
---|
57 | <p>
|
---|
58 | This is a per-VM setting.
|
---|
59 | </p>
|
---|
60 | </body>
|
---|
61 |
|
---|
62 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.