[pve-devel] [PATCH] config: opensuse.common: unset lxc.tty.dir key
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Aug 23 13:51:03 CEST 2018
not needed for *suse containers and results in cases where we get two
agetty processes when using xterm.js/noVNC (e.g., one on /dev/tty1
and one on /dev/lxc/tty1)
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
config/opensuse.common.conf.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/config/opensuse.common.conf.in b/config/opensuse.common.conf.in
index b040e95d..c3123956 100644
--- a/config/opensuse.common.conf.in
+++ b/config/opensuse.common.conf.in
@@ -20,3 +20,5 @@ lxc.include = @LXCTEMPLATECONFIG@/common.conf
# lxc.cap.drop = setpcap # big big login delays in Fedora 20 systemd
# lxc.cap.drop = setfcap
lxc.cap.drop = sys_nice sys_pacct sys_rawio
+
+lxc.tty.dir =
--
2.18.0
More information about the pve-devel
mailing list