I installed nut-2.4.2 from sources and IPV6 was disabled whereas configure detected it, preventing upsd to run properly on my ipv6 enabled system. In fact, HAVE_IPV6 is never enabled in include/config.h. If I force #define HAVE_IPV6 1 in config.h, everything is back to normal operation. J. Ph.