Re: [libvirt] [PATCH] lxc: Don't make container's TTY a controlling TTY

2015-11-18 Thread Daniel P. Berrange
On Tue, Jun 23, 2015 at 03:18:53PM +0200, Richard Weinberger wrote: > Userspace does not expect that the initial console > is a controlling TTY. systemd can deal with that, others not. > On sysv init distros getty will fail to spawn a controlling on > /dev/console or /dev/tty1. Which will cause to

Re: [libvirt] [PATCH] lxc: Don't make container's TTY a controlling TTY

2015-11-17 Thread Richard Weinberger
On Tue, Jun 23, 2015 at 3:18 PM, Richard Weinberger wrote: > Userspace does not expect that the initial console > is a controlling TTY. systemd can deal with that, others not. > On sysv init distros getty will fail to spawn a controlling on > /dev/console or /dev/tty1. Which will cause to whole co

[libvirt] [PATCH] lxc: Don't make container's TTY a controlling TTY

2015-06-23 Thread Richard Weinberger
Userspace does not expect that the initial console is a controlling TTY. systemd can deal with that, others not. On sysv init distros getty will fail to spawn a controlling on /dev/console or /dev/tty1. Which will cause to whole container to reboot upon ctrl-c. This patch changes the behavior of l