]> git.proxmox.com Git - mirror_lxc.git/blob - doc/ja/lxc-console.sgml.in
Add Japanese man pages.
[mirror_lxc.git] / doc / ja / lxc-console.sgml.in
1 <!--
2
3 lxc: linux Container library
4
5 (C) Copyright IBM Corp. 2007, 2008
6
7 Authors:
8 Daniel Lezcano <daniel.lezcano at free.fr>
9
10 This library is free software; you can redistribute it and/or
11 modify it under the terms of the GNU Lesser General Public
12 License as published by the Free Software Foundation; either
13 version 2.1 of the License, or (at your option) any later version.
14
15 This library is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 Lesser General Public License for more details.
19
20 You should have received a copy of the GNU Lesser General Public
21 License along with this library; if not, write to the Free Software
22 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23
24 Translated into Japanese
25 by KATOH Yasufumi <karma at jazz.email.ne.jp>
26
27 -->
28
29 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
30
31 <!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
32 <!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
33 ]>
34
35 <refentry>
36
37 <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
38
39 <refmeta>
40 <refentrytitle>lxc-console</refentrytitle>
41 <manvolnum>1</manvolnum>
42 </refmeta>
43
44 <refnamediv>
45 <refname>lxc-console</refname>
46
47 <refpurpose>
48 <!--
49 Launch a console for the specified container
50 -->
51 指定されたコンテナのコンソールの起動
52 </refpurpose>
53 </refnamediv>
54
55 <refsynopsisdiv>
56 <cmdsynopsis>
57 <command>lxc-console</command>
58 <arg choice="req">-n <replaceable>name</replaceable></arg>
59 <arg choice="opt">-e <replaceable>escape character</replaceable></arg>
60 <arg choice="opt">-t <replaceable>ttynum</replaceable></arg>
61 </cmdsynopsis>
62 </refsynopsisdiv>
63
64 <refsect1>
65 <title><!-- Description -->説明</title>
66
67 <para>
68 <!--
69 If the tty service has been configured and is available for the
70 container specified as parameter, this command will launch a
71 console allowing to log on the container.
72 -->
73 パラメータで指定されたコンテナで tty サービスが設定され,利用可能である場合,このコマンドはコンテナにログイン出来るコンソールを起動します.
74 </para>
75
76 <para>
77 <!--
78 The available tty are free slots taken by this command. That
79 means if the container has four ttys available and the command
80 has been launched four times each taking a different tty, the
81 fifth command will fail because no console will be available.
82 -->
83 利用可能な tty は,このコマンドが取得した空いている tty です.これは,コンテナに 4 つの利用可能な tty がある場合,コマンドは 4 個までそれぞれ異なる tty を取得して開きます.5 回目のコマンドは利用可能なコンソールがないため,失敗します.
84 </para>
85
86 <para>
87 <!--
88 The command will connect to a tty. If the connection is lost or
89 broken, the command can be launched again and regain the tty at
90 the state it was before the disconnection.
91 -->
92 コマンドは tty に接続します.もし,接続が失われたり,切断された場合,コマンドは再度起動し,切断前の状態で tty の再取得をしようとします.
93 </para>
94
95 <para>
96 <!--
97 A keyboard escape sequence may be used to disconnect from the tty
98 and quit lxc-console. The default escape sequence is &lt;Ctrl+a q&gt;.
99 -->
100 tty からの接続を切断し,lxc-console を抜ける時に,キーボードのエスケープシーケンスを使います.デフォルトのエスケープシーケンスは &lt;Ctrl+a q&gt; です.
101 </para>
102
103 </refsect1>
104
105 <refsect1>
106 <title><!-- Options -->オプション</title>
107 <variablelist>
108
109 <varlistentry>
110 <term>
111 <option>-e <optional><replaceable>escape character</replaceable></optional></option>
112 </term>
113 <listitem>
114 <para>
115 <!--
116 Specify the escape sequence prefix to use instead of
117 &lt;Ctrl a&gt;.
118 This may be given as '^letter' or just 'letter'. For example
119 to use &lt;Ctrl+b q&gt; as the escape sequence use -e '^b'.
120 -->
121 &lt;Ctrl a&gt; の代わりに使用するエスケープシーケンスのプレフィックスを指定します.これは '^文字' または単なる '文字' で指定します.例えば,&lt;Ctrl+b q&gt; をエスケープシーケンスとして使うには -e '^b' とします.
122 </para>
123 </listitem>
124 </varlistentry>
125 <varlistentry>
126 <term>
127 <option>-t <optional><replaceable>ttynum</replaceable></optional></option>
128 </term>
129 <listitem>
130 <para>
131 <!--
132 Specify the tty number to connect, if not specified a tty
133 number will be automatically choosen by the container.
134 -->
135 接続する tty の番号を指定します.指定しない場合は,コンテナが自動的に tty 番号を選択します.
136 </para>
137 </listitem>
138 </varlistentry>
139
140 </variablelist>
141
142 </refsect1>
143
144 &commonoptions;
145
146 <refsect1>
147 <title><!-- Diagnostic -->診断</title>
148
149 <variablelist>
150
151 <varlistentry>
152 <term>tty service denied</term>
153 <listitem>
154 <para>
155 <!--
156 No tty is available or there is not enough privilege to
157 use the console. For example, the container belongs to
158 user "foo" and "bar" is trying to open a console to it.
159 -->
160 利用可能な tty がないか,コンソールを使うのに十分な権限がありません.例えば,コンテナが "foo" ユーザの所有であるのに,"bar" ユーザがコンソールを開こうとしている場合などです.
161 </para>
162 </listitem>
163 </varlistentry>
164
165 </variablelist>
166
167 </refsect1>
168
169 &seealso;
170
171 <refsect1>
172 <title><!-- Author -->作者</title>
173 <para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
174 </refsect1>
175
176 </refentry>
177
178 <!-- Keep this comment at the end of the file
179 Local variables:
180 mode: sgml
181 sgml-omittag:t
182 sgml-shorttag:t
183 sgml-minimize-attributes:nil
184 sgml-always-quote-attributes:t
185 sgml-indent-step:2
186 sgml-indent-data:t
187 sgml-parent-document:nil
188 sgml-default-dtd-file:nil
189 sgml-exposed-tags:nil
190 sgml-local-catalogs:nil
191 sgml-local-ecat-files:nil
192 End:
193 -->