> On Jun 15, 2015, at 18:15, Chris Morgan wrote:
>
> But yeah, was wondering if there were known users of nspawn containers that
> discussed their use cases.
I’m starting to us it for testing of installation and upgrades of various web
apps on UBOS [1] using webapptest [2]. This means spinnin
On Mon, 2015-06-15 at 21:15 -0400, Chris Morgan wrote:
> On Monday, June 15, 2015, Lennart Poettering
> wrote:
> > On Mon, 15.06.15 13:22, Matthew Karas (mkarasc...@gmail.com) wrote:
> >
> > > Yes - that seems to have let me set the password. Now I can get
> > > started learning about this.
> >
On Mon, 15.06.15 21:15, Chris Morgan (chmor...@gmail.com) wrote:
> On a somewhat related topic, are many people making use of nspawn
> containers in production or test environments? I was a little surprised by
> the issues I had when trying them out with f21. f22 seems smoother but
> still require
On Monday, June 15, 2015, Lennart Poettering wrote:
> On Mon, 15.06.15 13:22, Matthew Karas (mkarasc...@gmail.com )
> wrote:
>
> > Yes - that seems to have let me set the password. Now I can get
> > started learning about this.
> >
> > Thanks a lot!
> >
> > Though it does return an error about s
On Mon, 15.06.15 13:22, Matthew Karas (mkarasc...@gmail.com) wrote:
> Yes - that seems to have let me set the password. Now I can get
> started learning about this.
>
> Thanks a lot!
>
> Though it does return an error about selinux when I start the shell to
> set the password
>
> $ sudo system
Yes - that seems to have let me set the password. Now I can get
started learning about this.
Thanks a lot!
Though it does return an error about selinux when I start the shell to
set the password
$ sudo systemd-nspawn -bD /srv/srv1
Spawning container srv1 on /srv/srv1.
Press ^] three times withi
On Mon, 15.06.15 12:21, Matthew Karas (mkarasc...@gmail.com) wrote:
> Here is my output
>
> https://gist.github.com/mkcybi/eae6a2a67c5dc864
This line is probably the error:
rename("/etc/nshadow", "/etc/shadow") = -1 EACCES (Permission
denied)
For some reason the container cannot reply /e
Here is my output
https://gist.github.com/mkcybi/eae6a2a67c5dc864
-- Forwarded message --
From: Lennart Poettering
Date: Mon, Jun 15, 2015 at 11:32 AM
Subject: Re: [systemd-devel] Fedora 21 and systemd-nspawn
To: Matthew Karas
Cc: systemd-devel@lists.freedesktop.org
On
On Mon, 15.06.15 11:30, Matthew Karas (mkarasc...@gmail.com) wrote:
> I'm trying to use systemd-nspawn but when I launch it and try to login
> as root - it still asks for a password and I can't seem to set one.
> The docs for fedora mentioned turning off auditing - which I've done.
>
> My cmd lin