Hello!
I have installed FreeBSD 9.1 on my server (it's a virtualized environment) and during boot the following messages appear:
Although I could find some threads where people were discussing the same problem, none of the mentioned suggestions fixed this for me.
This happens with a GENERIC kernel. I have not touched any IPv6 related configuration after install, so everything should be in the default state. Neither have I fine-tuned ntp/ntpd.
I tried setting
in rc.conf -- didn't fix the problem.
According to
Would be great if somebody could give me a hint. Thank you!
melanie
I have installed FreeBSD 9.1 on my server (it's a virtualized environment) and during boot the following messages appear:
Code:
Mar 11 21:29:55 m2 ntpd[766]: ntpd 4.2.4p5-a (1)
Mar 11 21:29:55 m2 ntpd[767]: bind() fd 23, family AF_INET6, port 123, scope 2, addr fe80::216:36ff:fe74:2076, mcast=0 flags=0x11 fails: Can't assign requested address
Mar 11 21:29:55 m2 ntpd[767]: unable to create socket on re0 (3) for fe80::216:36ff:fe74:2076#123
Although I could find some threads where people were discussing the same problem, none of the mentioned suggestions fixed this for me.
This happens with a GENERIC kernel. I have not touched any IPv6 related configuration after install, so everything should be in the default state. Neither have I fine-tuned ntp/ntpd.
I tried setting
Code:
ipv6_activate_all_interfaces="YES"
According to
ifconfig
, my interfaces, re0 in particular, have IPv6 addresses associated to them.Would be great if somebody could give me a hint. Thank you!
melanie