Displaying 4 results from an estimated 4 matches for "x2dmycontain".
Did you mean:
x2dmycontainer
2014 Mar 03
2
Re: [libvirt] LXC, user namespaces and systemd
...group hierarchy: Permission denied
> systemd[26]: Failed to allocate manager object: Permission denied
> systemd[29]: pam_unix(systemd-user:session): session closed for user darek
>
> The Cgroup hierarchy for the machine looks as follows:
>
> ├─machine.slice
> │ └─machine-lxc\x2dmycontainer.scope
> │ ├─17303 /usr/libexec/libvirt_lxc --name mycontainer --console 22
> --security=selinux --handshake 25 --background
> │ └─machine.slice
> │ └─machine-lxc\x2dmycontainer.scope
> │ ├─17306 /usr/lib/systemd/systemd
> │ ├─machine.slice
> │ │ └─ma...
2014 Mar 04
0
Re: [libvirt] LXC, user namespaces and systemd
...really bizarre. The same two directory names nested over
> and over again. I can't reproduce this kind of thing on my own host.
> Libvirt only ever creates the first two levels as expected
>
> /sys/fs/cgroup/systemd/machine.slice
> /sys/fs/cgroup/systemd/machine.slice/machine-lxc\x2dmycontainer.scope
>
> The fact that the libvirt_lxc process itself ends up in the right
> place suggest that this isn't libvirt, but rather something else
> is creating these extra levels and moving systemd into them.
On arch linux mailing lists I found similar things:
https://mailman.archli...
2014 Mar 03
0
Re: [libvirt] LXC, user namespaces and systemd
...ystemd[26]: Failed to create root cgroup hierarchy: Permission denied
systemd[26]: Failed to allocate manager object: Permission denied
systemd[29]: pam_unix(systemd-user:session): session closed for user darek
The Cgroup hierarchy for the machine looks as follows:
├─machine.slice
│ └─machine-lxc\x2dmycontainer.scope
│ ├─17303 /usr/libexec/libvirt_lxc --name mycontainer --console 22
--security=selinux --handshake 25 --background
│ └─machine.slice
│ └─machine-lxc\x2dmycontainer.scope
│ ├─17306 /usr/lib/systemd/systemd
│ ├─machine.slice
│ │ └─machine-lxc\x2dmycontainer.scope
│...
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