Thanks to Greg for the quick fix for the configure prefix problem. I'm
now running build 165015211fa9506b11ea1f4540d54b8a99a2f468
(lxc-0.7.5-17-g1650152) with his patches.
I apologize if my unfamiliarity with the project means I've done
something obviously wrong. I'm trying to setup a container
End the command with ';', which is needed, and put the hostname in
quotes (which doesn't really seem needed, but shown in man page).
Signed-off-by: Serge Hallyn
---
src/lxc/lxc-clone.in |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/lxc/lxc-clone.in b/src/lxc/lxc-c
Hello Serge,
On Sep 15, 2011, at 12:25 PM, Serge E. Hallyn wrote:
> In addition to needing info Iliyan mentioned - what kernel are you running?
> Is it a standard backport kernel? Do you know if a kernel update coincides
> with the performance degredation showing up?
>
The kernel is 2.6.34-2-s
In addition to needing info Iliyan mentioned - what kernel are you running?
Is it a standard backport kernel? Do you know if a kernel update coincides
with the performance degredation showing up?
Quoting Iliyan Stoyanov (i...@ilf.me):
> Hi Ivan,
>
> you should probably do a monitoring with iosta
Hi Ivan,
you should probably do a monitoring with iostat and vmstat also. On the
top of my head I can think of at least 3 or 4 reasons why this might be
happening. I have similar problems with a simple laptop machine without
LXC containers on it (and don't have such on a server with a bunch of
con
Hello,
I've inherited a Sun 4540 (thumper) machine running 9 LXC containers. During
the past few weeks we've been troubleshooting a decline in performance, which
ends up in high %SI (software interrupt) CPU usage. I'm hoping someone here can
help troubleshoot and narrow down what the real issue
Thought I had sent this before, but I don't find it anywhere.
Signed-off-by: Serge Hallyn
---
templates/lxc-ubuntu.in |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/templates/lxc-ubuntu.in b/templates/lxc-ubuntu.in
index 05d71b9..95b218a 100644
--- a/templates/lxc-ubun
This isn't particularly reassuring, and will be moot with user
namespaces, but as people are asking for it, turn off sys_module.
While we're at it, turn off mac_admin and mac_override.
Signed-off-by: Serge Hallyn
---
templates/lxc-ubuntu.in |1 +
1 files changed, 1 insertions(+), 0 deletions
If multiple cgroups are mounted under /sys/fs/cgroup, then the
original check ends up looking for /sys/fs/cgroup/cgroup.clone_children,
which does not exist because that is just a tmpfs.
So make sure to check an actual cgroupfs.
Signed-off-by: Serge Hallyn
---
src/lxc/lxc-checkconfig.in |7
/dev/shm is a symlink to /run/shm, so we need /run/shm
to exist in the container rootfs. Also, /dev/mqueue does
not exist on the host, and can't be created by the container.
But we don't really need it so ignore that.
Signed-off-by: Serge Hallyn
---
src/lxc/utils.c |5 +++--
templates
Commit 92c7f6295518decd3989b2790d75551e7d9a broke the following scipts:
- lxc-setcap
- lxc-setuid
- lxc-create
This patch adds the missing variables to be substitued by the configure
script.
Cheers.
Signed-off-by: Greg Kurz
---
src/lxc/lxc-create.in |1 +
src/lxc/lxc-setcap.in |4
11 matches
Mail list logo