Re: [lxc-devel] "Shutdown" LXC container

2011-05-23 Thread Christoph Mitasch
Hi Tobias, thanks for the detailed research on that. You are actually right and I got it working using sysvinit on Debian Squeeze. I just had to add the following line to /etc/inittab: ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -h now The lxc-debian template script creates a minimal /etc/inittab

[lxc-devel] [GIT] lxc branch, master, updated. 77890c6d6b198b68808a7ec3d0c4f0dbe87c0374

2011-05-23 Thread Daniel Lezcano
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lxc". The branch, master has been updated via 77890c6d6b198b68808a7ec3d0c4f0dbe87c0374 (commit) via 88d413d5b6d1c2a3afcc7e3f

Re: [lxc-devel] [PATCH] Add relatime and strictatime mount options

2011-05-23 Thread Daniel Lezcano
On 05/21/2011 08:35 PM, Sven Wegener wrote: > Also add #ifndef for compability with glibc before 2.12. > > Signed-off-by: Sven Wegener Applied Thanks. -- What Every C/C++ and Fortran developer Should Know! Read this artic

Re: [lxc-devel] [PATCH] Check for existing ptmx symlink

2011-05-23 Thread Daniel Lezcano
On 05/21/2011 08:35 PM, Sven Wegener wrote: > It's OK, if /dev/ptmx points to /dev/pts/ptmx via a symlink. > > Signed-off-by: Sven Wegener Applied. Thanks Sven. -- What Every C/C++ and Fortran developer Should Know! Read