On Thu, 2011-10-06 at 15:12 -0700, martin.pe...@bull.com wrote:
> Marian,
> Thanks for the info. Paul Menage also directed me to
> contain...@lists.linux-foundation.org. I'm having a hard time finding
> out how to subscribe to that list. Do you know the procedure?
> Thanks,
> Martin
Hi Mart
Marian,
Thanks for the info. Paul Menage also directed me to containers@
lists.linux-foundation.org. I'm having a hard time finding out how to
subscribe to that list. Do you know the procedure?
Thanks,
Martin
Marian Marinov
10/04/2011 07:36 PM
To
lxc-devel@lists.sourceforge.net
cc
Subj
On Thu, 2011-10-06 at 15:00 +0200, "Axel Schöner" wrote:
> diff --git a/src/lxc/lxc_attach.c b/src/lxc/lxc_attach.c
> index ed3d5a4..65cb101 100644
> --- a/src/lxc/lxc_attach.c
> +++ b/src/lxc/lxc_attach.c
> @@ -85,7 +85,7 @@ int main(int argc, char *argv[], char *envp[])
>
> curdir = get_
On Thu, 2011-10-06 at 15:00 +0200, "Axel Schöner" wrote:
> diff --git a/src/lxc/namespace.h b/src/lxc/namespace.h
> index 9c6b7ec..cda6c50 100644
> --- a/src/lxc/namespace.h
> +++ b/src/lxc/namespace.h
> @@ -49,6 +49,7 @@
> #endif
>
> extern pid_t lxc_clone(int (*fn)(void *), void *arg, int flag
On Thu, 2011-10-06 at 14:59 +0200, "Axel Schöner" wrote:
> Hi,
>
> the new patchset consists of 3 patches:
> patch_1of3_lxc_cgroup_append_task_helper_cgroup
> patch_2of3_lxc_cgroup_append_task_helper_namespace
> patch_3of3_lxc_cgroup_append_task_in_lxc_attach
>
> I hope it is much better now.
> T
diff --git a/src/lxc/lxc_attach.c b/src/lxc/lxc_attach.c
index ed3d5a4..65cb101 100644
--- a/src/lxc/lxc_attach.c
+++ b/src/lxc/lxc_attach.c
@@ -85,7 +85,7 @@ int main(int argc, char *argv[], char *envp[])
curdir = get_current_dir_name();
- ret = lxc_attach(pid);
+ ret = lxc
diff --git a/src/lxc/namespace.h b/src/lxc/namespace.h
index 9c6b7ec..cda6c50 100644
--- a/src/lxc/namespace.h
+++ b/src/lxc/namespace.h
@@ -49,6 +49,7 @@
#endif
extern pid_t lxc_clone(int (*fn)(void *), void *arg, int flags);
-extern int lxc_attach(pid_t pid);
+extern int lxc_attach(pid_t pid,
Hi,
the new patchset consists of 3 patches:
patch_1of3_lxc_cgroup_append_task_helper_cgroup
patch_2of3_lxc_cgroup_append_task_helper_namespace
patch_3of3_lxc_cgroup_append_task_in_lxc_attach
I hope it is much better now.
Thanks to Greg
diff --git a/src/lxc/cgroup.h b/src/lxc/cgroup.h
index 188
On Wed, 2011-10-05 at 20:46 +0200, "Axel Schöner" wrote:
> I've submitted a patch-set a few days before, but i didn't get any feedback
> yet.
>
Hi Axel,
I guess there are too few people using lxc-attach for the moment...
> The reason for this patch is, by using "lxc-attach" to enter the namespa