* [gentoo-user] fprobe: bind(): Address family not supported by protocol
@ 2011-08-26 22:49 Alexander Tiurin
2011-08-26 23:52 ` Michael Mol
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Tiurin @ 2011-08-26 22:49 UTC (permalink / raw
To: gentoo-user
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?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gentoo-user] fprobe: bind(): Address family not supported by protocol
2011-08-26 22:49 [gentoo-user] fprobe: bind(): Address family not supported by protocol Alexander Tiurin
@ 2011-08-26 23:52 ` Michael Mol
0 siblings, 0 replies; 2+ messages in thread
From: Michael Mol @ 2011-08-26 23:52 UTC (permalink / raw
To: gentoo-user
On Fri, Aug 26, 2011 at 6:49 PM, Alexander Tiurin <arcam@fromru.com> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-26 23:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-26 22:49 [gentoo-user] fprobe: bind(): Address family not supported by protocol Alexander Tiurin
2011-08-26 23:52 ` Michael Mol
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox