On Fri, Aug 26, 2011 at 6:49 PM, Alexander Tiurin <[email protected]> wrote: > Hi! > After upgrade to gentoo-sources-3.0.3 from > sys-kernel/openvz-sources-2.6.32.11.1 fprobe does not start: > > > /etc/init.d/fprobe start > * Starting fprobe ... > bind(): Address family not supported by protocol > > > strace -tt fprobe 127.0.0.1:555 > > 02:42:53.248942 brk(0x13ad000) = 0x13ad000 > 02:42:53.249015 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3 > 02:42:53.249075 bind(3, {sa_family=AF_UNSPEC, > sa_data="\0\0\0\0\0\0\0\0\0\0\0\0\0\0"}, 16) = -1 EAFNOSUPPORT (Address > family not supported by protocol) > 02:42:53.249168 write(2, "bind(): Address family not suppo"..., 49bind(): > Address family not supported by protocol > > The full output of strace URL: http://paste.pocoo.org/show/465067/ > > > Any ideas? > >
Check your kernel configuration and ensure you've got IPv4 and UDP support enabled. -- :wq

