LXC for Debian -------------- Most templates ship without a root password, so you cannot login with lxc-console -n You can, however, get a shell (without a tty) by running lxc-attach -n If you really need a root password set, you can do so by calling lxc-attach -n passwd or you could allow a password-less login by calling lxc-attach -n sed -i '/root/ s/:\*:/::/' /etc/shadow After either of these you will be again able to login via lxc-console. -- Evgeni Golov Sat, 16 Jul 2016 11:49:16 +0200