Re: [systemd-devel] Unprivileged containers and co-ordinating user namespaces

2016-05-04 Thread Eric W. Biederman
James Bottomley writes: > On Thu, 2016-04-28 at 16:00 -0700, W. Trevor King wrote: >> On Thu, Apr 28, 2016 at 03:02:08PM -0700, James Bottomley wrote: >> > /etc/usernamespaces >> > >> > and the format be ::: >> > >> > … >> > >> > If this sounds OK to people, I can code up a utility that does t

Re: [systemd-devel] Callback isn't called when using sd_bus_add_match

2016-05-04 Thread Lennart Poettering
On Wed, 04.05.16 12:56, Ben-melech, Shiran (shiran.ben-mel...@intel.com) wrote: > Hi, > > I'm currently developing a little library using sd-bus to work with bluez. > I'm trying to catch signals sent over the bus using sd_bus_add_match (see > code below) > But the callback does not seem to be tr

[systemd-devel] Callback isn't called when using sd_bus_add_match

2016-05-04 Thread Ben-melech, Shiran
Hi, I'm currently developing a little library using sd-bus to work with bluez. I'm trying to catch signals sent over the bus using sd_bus_add_match (see code below) But the callback does not seem to be triggered. I'm opening the bus using: /* Connect to the system bus */ r = sd_b

Re: [systemd-devel] dhcpd (via systemd) @boottime which does not wait for the interface..

2016-05-04 Thread Lennart Poettering
On Wed, 04.05.16 13:09, lejeczek (pelj...@yahoo.co.uk) wrote: > hi devels > > I have my dhcpd to serve nothing but virbr0 (libvirt), OS is Centos 7.2 > Dhcpd would not start, complaining like this: > > No subnet declaration for virbr0 (no IPv4 addresses). > ** Ignoring requests on virbr0.  If th

[systemd-devel] dhcpd (via systemd) @boottime which does not wait for the interface..

2016-05-04 Thread lejeczek
hi devels I have my dhcpd to serve nothing but virbr0 (libvirt), OS is Centos 7.2 Dhcpd would not start, complaining like this: No subnet declaration for virbr0 (no IPv4 addresses). ** Ignoring requests on virbr0.  If this is not what    you want, please write a subnet declaration    in your dhcp

Re: [systemd-devel] automount nested nfs share

2016-05-04 Thread Marco Giunta
On 2016-05-04 11:41, Lennart Poettering wrote: So yeah, systemd doesn't cover this fully currently, and I am not sure it really should in this case. Sorry! don't worry, I know it is a specific case; I'll try to use your solution or to use 'autofs', like before. Thank you very much, Marco

Re: [systemd-devel] automount nested nfs share

2016-05-04 Thread Lennart Poettering
On Wed, 04.05.16 10:40, Marco Giunta (giu...@sissa.it) wrote: > Hi at all, > I've a problem with automount features of systemd. I need to mount two nfs > share in this way: > > > /srv/nfs nfs-server.example.com:/share1 > /srv/nfs/nested nfs-server.example.com:/share2 >

Re: [systemd-devel] automount nested nfs share

2016-05-04 Thread Jóhann B . Guðmundsson
Open up a support case with Red Hat since that's what you are paying for. On 05/04/2016 08:40 AM, Marco Giunta wrote: Hi at all, I've a problem with automount features of systemd. I need to mount two nfs share in this way: /srv/nfsnfs-server.example.com:/share1 /srv/nfs/nested

[systemd-devel] automount nested nfs share

2016-05-04 Thread Marco Giunta
Hi at all, I've a problem with automount features of systemd. I need to mount two nfs share in this way: /srv/nfsnfs-server.example.com:/share1 /srv/nfs/nested nfs-server.example.com:/share2 On my old RHEL6 workstation, I used autofs, but now, with a RHEL7 workstatio