Re: [lxc-devel] Strange log Message

2013-02-22 Thread Ducos Laurent
Le 18/02/2013 09:44, Ducos Laurent a écrit : Hello I found this message many times on my server since I activated lxc 8425 Time(s): unregister_netdevice: waiting for lo to become free. Usage count = 1 Host bridge: Intel Corporation Xeon E3-1200 RAID bus controller: Hewlett-Packard Company

Re: [lxc-devel] Strange log Message

2013-02-22 Thread Daniel Lezcano
On 02/22/2013 09:00 AM, Ducos Laurent wrote: Le 18/02/2013 09:44, Ducos Laurent a écrit : Hello I found this message many times on my server since I activated lxc 8425 Time(s): unregister_netdevice: waiting for lo to become free. Usage count = 1 Host bridge: Intel Corporation Xeon E3-1200

[lxc-devel] [PATCH v2] ensure clock_gettime symbol is found

2013-02-22 Thread Dwight Engen
got link error liblxc.so: undefined reference to `clock_gettime' clock_gettime is used by lxclock.c and is in librt, or bionic libc. Signed-off-by: Dwight Engen dwight.en...@oracle.com --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index

[lxc-devel] User namespaces

2013-02-22 Thread Dwight Engen
I finally got around to testing out user namespaces. Very nice to to have container root not be kuid 0! One thing that I noticed was that mingetty in the container was failing because the call to vhangup(2) failed (and thus no lxc-console). I could patch the container to start mingetty with