search for: bartosiewicz

Displaying 5 results from an estimated 5 matches for "bartosiewicz".

2014 Feb 12
2
Connection from host to lxc container dbus
Hi, I am unsuccessfully trying to connect from host to containers dbus. Inside container dbus socket file is visible as /run/dbus/system_bus_socket. The problem is that /run is mounted as tmpfs in container (by systemd on container) and thus the directory content is not visible outside the container. Is there any way to make this file visible also outside the container? Regards, Piotrek
2014 Jan 29
1
Re: Libvirt-LXC + systemd + user namespace
...mapped to uid=0 outside? # cat /proc/$$/uid_map 0 0 1 # cat /proc/$$/gid_map 0 0 1 # cat /proc/$$/status | grep Cap CapInh: 0000000000000000 CapPrm: 0000001fffffffff CapEff: 0000001fffffffff CapBnd: 0000001fffffffff -- Piotr Bartosiewicz
2014 Feb 12
0
Re: Connection from host to lxc container dbus
On Wed, Feb 12, 2014 at 11:33:07AM +0100, Piotr Bartosiewicz wrote: > Hi, > > I am unsuccessfully trying to connect from host to containers dbus. > Inside container dbus socket file is visible as /run/dbus/system_bus_socket. > The problem is that /run is mounted as tmpfs in container (by > systemd on container) and thus the directory conte...
2014 May 20
0
[LXC] feature request - hostdev target
.../dev/tty5</char> </source> </hostdev> What do you thing about extending this by adding target parameter? It is easy to archive manually using mknod (mknod /dev/tty1 c 4 5), but still I think it would be nice to add this feature to the libvirt. Regards, Piotrek -- Piotr Bartosiewicz Samsung R&D Institute Poland Samsung Electronics
2014 Jan 28
2
Libvirt-LXC + systemd + user namespace
Hi there! I am trying to turn on user namespace by adding following lines to the config: <idmap> <uid start='0' target='0' count='100000'/> <gid start='0' target='0' count='100000'/> </idmap> As you can see the root in container is mapped to the root outside. I was expected to see no difference