[systemd-devel] systemd-resolved fails without IPv6

Michael Olbrich m.olbrich at pengutronix.de
Tue Aug 12 08:01:21 PDT 2014


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 protocol)
[...]

I think this is from manager_llmnr_ipv6_udp_fd().

Is IPv6 now mandatory, or should this be fixed?

Regards,
Michael

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |


More information about the systemd-devel mailing list