VirtualBox

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

最後變更 在這個檔案從104688是 98549,由 vboxsync 提交於 2 年 前

Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 1.7 KB
 
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>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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