Re: [systemd-devel] systemd-resolved fails without IPv6

2014-08-12 Thread Lennart Poettering
On Tue, 12.08.14 17:01, Michael Olbrich ([email protected]) wrote: > Hi, > > Without IPv6 systemd-resolved fails to start with: > > Failed to start manager: Address family not supported by protocol > > strace tells me this is the errno from socket(): > [...] > socket(PF_INET6, SOCK_DGRAM

[systemd-devel] systemd-resolved fails without IPv6

2014-08-12 Thread Michael Olbrich
Hi, Without IPv6 systemd-resolved fails to start with: Failed to start manager: Address family not supported by protocol strace tells me this is the errno from socket(): [...] socket(PF_INET6, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_IP) = -1 EAFNOSUPPORT (Address family not supported by