Gentoo Archives: gentoo-user

From: Michael Mol <mikemol@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] fprobe: bind(): Address family not supported by protocol
Date: Fri, 26 Aug 2011 23:53:19
Message-Id: CA+czFiD0ZZ_1tVRBaH_b9iU7hz3PN6wnRpWPMFAT3+ucj8VPYw@mail.gmail.com
In Reply to: [gentoo-user] fprobe: bind(): Address family not supported by protocol by Alexander Tiurin
1 On Fri, Aug 26, 2011 at 6:49 PM, Alexander Tiurin <arcam@××××××.com> wrote:
2 > Hi!
3 > After upgrade to gentoo-sources-3.0.3  from
4 > sys-kernel/openvz-sources-2.6.32.11.1 fprobe does not start:
5 >
6 >
7 > /etc/init.d/fprobe start
8 >  * Starting fprobe ...
9 > bind(): Address family not supported by protocol
10 >
11 >
12 > strace -tt fprobe 127.0.0.1:555
13 >
14 > 02:42:53.248942 brk(0x13ad000)          = 0x13ad000
15 > 02:42:53.249015 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3
16 > 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)
17 > 02:42:53.249168 write(2, "bind(): Address family not suppo"..., 49bind(): Address family not supported by protocol
18 >
19 > The full output of strace URL: http://paste.pocoo.org/show/465067/
20 >
21 >
22 > Any ideas?
23 >
24 >
25
26 Check your kernel configuration and ensure you've got IPv4 and UDP
27 support enabled.
28
29 --
30 :wq