On 1/28/2014 12:04 PM, Jan Hejl wrote:
i'm trying to run 3.4.0-rc5 on my test machine, but when I run:
/usr/sbin/spamd -D -r /var/run/spamd.pid -m 10 -u qscand -s null
--timeout-child=105 -l --nouser-config --max-conn-per-child=100
--round-robin
it starts infinite loop of child creation (see log attached).
Probably I'm missing something, because when -i 127.0.0.1 only is
speciefied it starts normally. Same for [::1]. But together it doesn't
work for me.
Hi Jan,
Thanks for the testing. Obviously this wouldn't work in an old version
but dual stack support is also something that's a bit rare that might
need more tweaking.
My first thought is are you using IO::Socket::IP? If not, I think that
will be a requirement for both ipv6 and ipv4 at the same time. Please
install that module and try again.
regards,
KAM