Displaying 2 results from an estimated 2 matches for "audit_status".
2014 Feb 27
0
Re: [libvirt] LXC, user namespaces and systemd
...=0
>
> # vi /etc/default/grub
> GRUB_CMDLINE_LINUX=" [...] audit=0 [...]"
IIUC, this is no longer needed with systemd 209 and above. I just did a
quick test[1] with
systemd-210-2.fc21.x86_64
3.14.0-0.rc4.git0.1.fc21.x86_64
and audit subsystem enabled:
$ auditctl -s
AUDIT_STATUS: enabled=1 flag=1 pid=816 rate_limit=0 backlog_limit=320 lost=0 backlog=0
I can at-least boot into my old systemd-nspawn container just fine. Yet
to test with libvirt-lxc.
[1] https://bugzilla.redhat.com/show_bug.cgi?id=966807#c14
--
/kashyap
2014 Feb 26
6
[libvirt] LXC, user namespaces and systemd
Hi!
I with my colleagues from Samsung trying to run systemd in Linux
container. I saw that the others are experimenting in this topic,
so I would like to present the results of my work and tests, perhaps it
will be helpful to others.
As the prototype I used a manual written by Daniel:
https://www.berrange.com/posts/2013/08/12/running-a-full-fedora-os-inside-a-libvirt-lxc-guest/
After many