Re: [systemd-devel] [systemd-nspawn] machinectl pull-tar fails because importd it not installed

2017-05-13 Thread Michael Biebl
Make sure to pass --enable-importd to ./configure. Also, looking at Makefile.am, you see that importd is built conditionally: if ENABLE_IMPORTD if HAVE_LIBCURL if HAVE_XZ if HAVE_ZLIB if HAVE_BZIP2 if HAVE_GCRYPT ... So, you need to have the devel packages for curl, xz/lzma, zlib, bzip2 and gcr

Re: [systemd-devel] systemd-resolved continuously switching DNS servers

2017-05-13 Thread Kai Krakow
Am Wed, 10 May 2017 22:12:37 +0200 schrieb Kai Krakow : > Am Tue, 9 May 2017 20:37:16 +0200 > schrieb Lennart Poettering : > > > On Tue, 09.05.17 00:42, Kai Krakow (hurikha...@gmail.com) wrote: > > > > > Am Sat, 6 May 2017 14:22:21 +0200 > > > schrieb Kai Krakow : > > > > [...] > > [.

[systemd-devel] [systemd-nspawn] machinectl pull-tar fails because importd it not installed

2017-05-13 Thread Frank Scholten
Hi, I have built systemd 233 from source by following the build instructions in HACKING. Rebooted and logged in again. # systemctl --version systemd 233 -PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL -XZ -LZ4 -SECCOMP +BLKID -ELFUTILS -KMOD -IDN def

[systemd-devel] Opposite of sd_bus_add_match

2017-05-13 Thread Federico Di Pierro
Hi, i cannot find in doc neither in source a sd_bus_remove_match function. How can i properly stop listening on a match? I cannot find any information with google; i only see it seems it existed time ago (around systemd 210). Thank you very much for your great work! Have a nice day, Federico