Gentoo Archives: gentoo-user

From: Alexander Tiurin <arcam@××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] fprobe: bind(): Address family not supported by protocol
Date: Fri, 26 Aug 2011 22:51:01
Message-Id: 20110827024951.644189cd@workstation
1 Hi!
2 After upgrade to gentoo-sources-3.0.3 from
3 sys-kernel/openvz-sources-2.6.32.11.1 fprobe does not start:
4
5
6 /etc/init.d/fprobe start
7 * Starting fprobe ...
8 bind(): Address family not supported by protocol
9
10
11 strace -tt fprobe 127.0.0.1:555
12
13 02:42:53.248942 brk(0x13ad000) = 0x13ad000
14 02:42:53.249015 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3
15 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)
16 02:42:53.249168 write(2, "bind(): Address family not suppo"..., 49bind(): Address family not supported by protocol
17
18 The full output of strace URL: http://paste.pocoo.org/show/465067/
19
20
21 Any ideas?

Replies

Subject Author
Re: [gentoo-user] fprobe: bind(): Address family not supported by protocol Michael Mol <mikemol@×××××.com>