Carsten Leonhardt <l...@debian.org> writes: > This is what gets logged to munin-node.log when I run "munin-node > --foreground --debug": > > 2024/08/20-01:59:11 Munin::Node::Server (type Net::Server::Fork) starting! > pid(22182) > Resolved [*]:4949 to [::]:4949, IPv6 > Not including resolved host [0.0.0.0] IPv4 because it will be handled by [::] > IPv6 > Binding to TCP port 4949 on host :: with IPv6 > 2024/08/20-01:59:11 Can't connect to TCP port 4949 on :: [Invalid argument] > at line 66 in file /usr/share/perl5/Net/Server/Proto/TCP.pm > 2024/08/20-01:59:11 Server closing! > shutdown() on unopened socket GEN0 at > /usr/lib/x86_64-linux-gnu/perl-base/IO/Socket.pm line 325.
It turns out that I've disabled IPv6 on this server, and that having "Host *" in the configuration (like in the default) leads to this failing startup. Setting an IPv4 like "Host 10.1.2.3" makes it work. This probably should be it's own bug? Regards Carsten