Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
f7f1ba77
Unverified
Commit
f7f1ba77
authored
Nov 25, 2013
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop trailing white spaces.
Signed-off-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
953e611c
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
12 additions
and
12 deletions
+12
-12
FAQ.txt
doc/ja/FAQ.txt
+2
-2
lxc-clone.sgml.in
doc/ja/lxc-clone.sgml.in
+1
-1
lxc-snapshot.sgml.in
doc/ja/lxc-snapshot.sgml.in
+2
-2
lxc.spec.in
lxc.spec.in
+2
-2
attach_options.h
src/lxc/attach_options.h
+1
-1
lxccontainer.h
src/lxc/lxccontainer.h
+1
-1
utils.c
src/lxc/utils.c
+1
-1
reboot.c
src/tests/reboot.c
+1
-1
lxc-openmandriva.in
templates/lxc-openmandriva.in
+1
-1
No files found.
doc/ja/FAQ.txt
View file @
f7f1ba77
...
...
@@ -32,8 +32,8 @@ error when starting a container.
"[syserr] lxc_start:96: Invalid argument - failed to fork into a new
namespace"
Answer:
-------
Answer:
-------
read the lxc man page about kernel version prereq :) most probably
your kernel is not configured to support the container options you
...
...
doc/ja/lxc-clone.sgml.in
View file @
f7f1ba77
...
...
@@ -215,7 +215,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
The lxcpath of the original container. By default, the system
wide configured lxcpath will be used.
-->
オリジナルのコンテナの lxcpath.デフォルトでは,システム全体で設定された lxcpath が使われます.
オリジナルのコンテナの lxcpath.デフォルトでは,システム全体で設定された lxcpath が使われます.
</para>
</listitem>
</varlistentry>
...
...
doc/ja/lxc-snapshot.sgml.in
View file @
f7f1ba77
...
...
@@ -112,7 +112,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<listitem>
<para>
<!--
List existing snapshots.
List existing snapshots.
-->
存在するスナップショットをリスト表示します.
</para>
...
...
@@ -124,7 +124,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<listitem>
<para>
<!--
Show snapshot comments in the snapshots listings.
Show snapshot comments in the snapshots listings.
-->
スナップショットのリスト表示でスナップショットに対するコメントを表示します.
</para>
...
...
lxc.spec.in
View file @
f7f1ba77
...
...
@@ -52,8 +52,8 @@ BuildRequires: python3-devel
%description
Containers are insulated areas inside a system, which have their own namespace
for filesystem, network, PID, IPC, CPU and memory allocation and which can be
created using the Control Group and Namespace features included in the Linux
for filesystem, network, PID, IPC, CPU and memory allocation and which can be
created using the Control Group and Namespace features included in the Linux
kernel.
This package provides the lxc-* tools, which can be used to start a single
...
...
src/lxc/attach_options.h
View file @
f7f1ba77
...
...
@@ -40,7 +40,7 @@ enum {
LXC_ATTACH_MOVE_TO_CGROUP
=
0x00000001
,
//!< Move to cgroup
LXC_ATTACH_DROP_CAPABILITIES
=
0x00000002
,
//!< Drop capabilities
LXC_ATTACH_SET_PERSONALITY
=
0x00000004
,
//!< Set personality
LXC_ATTACH_LSM_EXEC
=
0x00000008
,
//!< Execute under a Linux Security Module
LXC_ATTACH_LSM_EXEC
=
0x00000008
,
//!< Execute under a Linux Security Module
/* the following are off by default */
LXC_ATTACH_REMOUNT_PROC_SYS
=
0x00010000
,
//!< Remount /proc filesystem
...
...
src/lxc/lxccontainer.h
View file @
f7f1ba77
...
...
@@ -149,7 +149,7 @@ struct lxc_container {
* \brief Determine process ID of the containers init process.
*
* \param c Container.
*
*
* \return pid of init process as seen from outside the
* container.
*/
...
...
src/lxc/utils.c
View file @
f7f1ba77
...
...
@@ -253,7 +253,7 @@ const char *lxc_global_config_value(const char *option_name)
{
"cgroup.use"
,
NULL
},
{
NULL
,
NULL
},
};
/* Protected by a mutex to eliminate conflicting load and store operations */
/* Protected by a mutex to eliminate conflicting load and store operations */
static
const
char
*
values
[
sizeof
(
options
)
/
sizeof
(
options
[
0
])]
=
{
0
};
const
char
*
(
*
ptr
)[
2
];
const
char
*
value
;
...
...
src/tests/reboot.c
View file @
f7f1ba77
/*
/*
* Copyright 2012 Serge Hallyn <serge.hallyn@ubuntu.com>.
* Copyright 2012 Canonical Ltd.
*
...
...
templates/lxc-openmandriva.in
View file @
f7f1ba77
...
...
@@ -343,7 +343,7 @@ if [ $? -ne 0 ]; then
fi
eval set
--
"
$options
"
release
=
${
release
:-
"cooker"
}
release
=
${
release
:-
"cooker"
}
if
[
-f
/etc/lsb-release
]
;
then
.
/etc/lsb-release
if
[
"
$DISTRIB_ID
"
=
"OpenMandrivaLinux"
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment