<para>
<!--
Attaching completely (including the pid and mount namespaces) to a
- container requires a patched kernel, please see the lxc website for
+ container requires a kernel of version 3.8 or higher, or a
+ patched kernel, please see the lxc website for
details. <command>lxc-attach</command> will fail in that case if
- used with an unpatched kernel.
+ used with an unpatched kernel of version 3.7 and prior.
-->
- (pid とマウント名前空間を含む) コンテナに対する完全なアタッチを行うにはパッチを適用したカーネルが必要となります.
+ (pid とマウント名前空間を含む) コンテナに対する完全なアタッチを行うには 3.8 以上,もしくはパッチを適用したカーネルが必要となります.
詳しくは lxc のウェブサイトを参照してください.
- (訳注: 3.8 カーネルから PID, マウント名前空間に対するアタッチも可能になっている)
+ パッチが当たっていない 3.8 より小さなバージョンのカーネルを使った場合は,<command>lxc-attach</command> の実行は失敗するでしょう.
</para>
<para>
<!--
</para>
<para>
<!--
- Attaching to user namespaces is currently completely unsupported
- by the kernel. <command>lxc-attach</command> should however be able
- to do this once once future kernel versions implement this.
+ Attaching to user namespaces is supported by kernel 3.8 or higher
+ with enabling user namespace.
-->
- ユーザ名前空間へのアタッチは,現時点ではカーネルで完全にサポートされていません.
- しかし,<command>lxc-attach</command> は,将来のカーネルがこの機能を実装した時点ですぐに,アタッチが可能になるはずです.
+ ユーザ名前空間へのアタッチは,ユーザ名前空間機能を有効にした 3.8 以上のカーネルでサポートされます.
</para>
</refsect1>
<!--
As the message mention it, you try to create a container
but there is a container with the same name. You can use
- the <command>lxc-ls -l</command> command to list the
+ the <command>lxc-ls</command> command to list the
available containers on the system.
-->
メッセージの通り,コンテナを作成しようとしたけれども,同じ名前のコンテナが存在しています.
- <command>lxc-ls -l</command> コマンドを使って,システム上に存在する利用可能なコンテナのリストが表示できます.
+ <command>lxc-ls</command> コマンドを使って,システム上に存在する利用可能なコンテナのリストが表示できます.
</para>
</listitem>
</varlistentry>
<!--
The specified container for destruction was not found. It
is probable it does not exists and was already
- destroyed.You can use the <command>lxc-ls -l</command>
+ destroyed.You can use the <command>lxc-ls</command>
command to list the available containers on the system.
-->
破壊するために指定したコンテナが見つかりません.
おそらくそのコンテナが存在しないのか,既に破壊された後なのでしょう.
- <command>lxc-ls -l</command> コマンドを使って,システム上に存在するコンテナのリストを得ることができます.
+ <command>lxc-ls</command> コマンドを使って,システム上に存在するコンテナのリストを得ることができます.
</para>
</listitem>
</varlistentry>
<para>
<!--
<command>lxc-ls</command> lists the containers of the
- system. The command is a script built on top
- of <command>ls</command>, so it accepts the options of the ls
- commands, eg:
- <programlisting>
- lxc-ls -C1
- </programlisting>
- will display the containers list in one column or:
- <programlisting>
- lxc-ls -l
- </programlisting>
- will display the containers list and their permissions.
+ system.
-->
<command>lxc-ls</command> は,システムのコンテナを一覧します.
- このコマンドは <command>ls</command> をうまく利用して作られているスクリプトです.
- なので,ls コマンドのオプションを受け付けます.例えば
- <programlisting>
- lxc-ls -C1
- </programlisting>
- はコンテナのリストを 1 列で表示しますし,
- <programlisting>
- lxc-ls -l
- </programlisting>
- はコンテナのリストとパーミッションを表示します.
</para>
<para>
<!--
<command>lxc-ps</command> will display the pids for a specific
- container. Like <command>lxc-ls</command>, <command>lxc-ps</command>
+ container. <command>lxc-ps</command>
is built on top of <command>ps</command> and accepts the same
options, eg:
<programlisting>lxc-ps --name foo --forest</programlisting>
will display all the containers and their processes.
-->
<command>lxc-ps</command> は特定のコンテナに対する pid を表示します.
- <command>lxc-ls</command> のように,<command>lxc-ps</command> は <command>ps</command> コマンドをうまく利用して作られており,同じオプションを利用可能です.
+ <command>lxc-ps</command> は <command>ps</command> コマンドをうまく利用して作られており,同じオプションを利用可能です.
例えば,
<programlisting>lxc-ps --name foo --forest</programlisting>
は 'foo' という名前のコンテナに属するプロセスを階層構造で表示します.
<para>
<!--
<command>lxc-info</command> gives information for a specific
- container, at present time, only the state of the container is
- displayed.
+ container.
-->
- <command>lxc-info</command> は,指定したコンテナに対する情報を与えます.
- 現時点では,コンテナの状態だけを表示します.
+ <command>lxc-info</command> は,指定したコンテナに関する情報を取得します.
</para>
<para>
<simpara>
<citerefentry>
<refentrytitle><command>lxc</command></refentrytitle>
- <manvolnum>1</manvolnum>
+ <manvolnum>7</manvolnum>
</citerefentry>,
<citerefentry>
<title>Compatibility</title>
<para>
Attaching completely (including the pid and mount namespaces) to a
- container requires a patched kernel, please see the lxc website for
+ container requires a kernel of version 3.8 or higher, or a
+ patched kernel, please see the lxc website for
details. <command>lxc-attach</command> will fail in that case if
- used with an unpatched kernel.
+ used with an unpatched kernel of version 3.7 and prior.
</para>
<para>
Nevertheless, it will succeed on an unpatched kernel of version 3.0
and <replaceable>UTSNAME</replaceable>.
</para>
<para>
- Attaching to user namespaces is currently completely unsupported
- by the kernel. <command>lxc-attach</command> should however be able
- to do this once once future kernel versions implement this.
+ Attaching to user namespaces is supported by kernel 3.8 or higher
+ with enabling user namespace.
</para>
</refsect1>
<para>
As the message mention it, you try to create a container
but there is a container with the same name. You can use
- the <command>lxc-ls -l</command> command to list the
+ the <command>lxc-ls</command> command to list the
available containers on the system.
</para>
</listitem>
<para>
The specified container for destruction was not found. It
is probable it does not exists and was already
- destroyed.You can use the <command>lxc-ls -l</command>
+ destroyed.You can use the <command>lxc-ls</command>
command to list the available containers on the system.
</para>
</listitem>
</para>
<para>
<command>lxc-ls</command> lists the containers of the
- system. The command is a script built on top
- of <command>ls</command>, so it accepts the options of the ls
- commands, eg:
- <programlisting>
- lxc-ls -C1
- </programlisting>
- will display the containers list in one column or:
- <programlisting>
- lxc-ls -l
- </programlisting>
- will display the containers list and their permissions.
+ system.
</para>
<para>
<command>lxc-ps</command> will display the pids for a specific
- container. Like <command>lxc-ls</command>, <command>lxc-ps</command>
+ container. <command>lxc-ps</command>
is built on top of <command>ps</command> and accepts the same
options, eg:
<programlisting>lxc-ps --name foo --forest</programlisting>
<para>
<command>lxc-info</command> gives information for a specific
- container, at present time, only the state of the container is
- displayed.
+ container.
</para>
<para>
<simpara>
<citerefentry>
<refentrytitle><command>lxc</command></refentrytitle>
- <manvolnum>1</manvolnum>
+ <manvolnum>7</manvolnum>
</citerefentry>,
<citerefentry>