Re: [systemd-devel] how to login into a container booting with a minimal 'debian distro unstable' via nspawn

2018-03-26 Thread Simon McVittie
On Sun, 25 Mar 2018 at 19:50:24 +0300, Mantas Mikulėnas wrote: > Does debootstrap actually create a passwordless root account? No, it creates a system with all system accounts locked[1] (including root, daemon, bin, www-data, etc.) and no non-system accounts. There is no single correct answer for

Re: [systemd-devel] how to login into a container booting with a minimal 'debian distro unstable' via nspawn

2018-03-25 Thread Mantas Mikulėnas
On Sun, Mar 25, 2018 at 7:36 PM, Florian Held wrote: > Hi, > how is it possible to log in into a container booting a minimal unstable > debian distro via nspawn. After running: > > # debootstrap --arch=amd64 unstable ~/debian-tree/ > # systemd-nspawn -bD ~/debian-tree/

Re: [systemd-devel] how to login into a container booting with a minimal 'debian distro unstable' via nspawn

2018-03-25 Thread Filipe Brandenburger
Hi Florian, On Sun, Mar 25, 2018 at 9:36 AM, Florian Held wrote: > how is it possible to log in into a container booting a minimal unstable > debian distro via nspawn. After running: > > # debootstrap --arch=amd64 unstable ~/debian-tree/ > # systemd-nspawn -bD

[systemd-devel] how to login into a container booting with a minimal 'debian distro unstable' via nspawn

2018-03-25 Thread Florian Held
Hi, how is it possible to log in into a container booting a minimal unstable debian distro via nspawn. After running: # debootstrap --arch=amd64 unstable ~/debian-tree/ # systemd-nspawn -bD ~/debian-tree/ prompts username followed by password. The combination "root" "" without quotes doesn't