* inetd and Linux kernel 3.0
@ 2011-08-20 22:29 Dâniel Fraga
2011-08-20 23:33 ` David Miller
0 siblings, 1 reply; 3+ messages in thread
From: Dâniel Fraga @ 2011-08-20 22:29 UTC (permalink / raw)
To: netdev
Hi, I upgraded to Linux kernel 3.0 and now I have the following
message on the log:
Aug 19 23:22:13 tux inetd[3143]: nntp/tcp: bind: Address family not
supported by protocol
With kernel 2.6.39 everything worked fine. Is it a problem with
inetd? Maybe some incompatibility?
Thanks.
Ps: I asked here, because inetutils maintainer didn't reply me
and I couldn't fine anything on Google. Maybe you can give me some hint
or workaround.
--
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: inetd and Linux kernel 3.0
2011-08-20 22:29 inetd and Linux kernel 3.0 Dâniel Fraga
@ 2011-08-20 23:33 ` David Miller
2011-08-20 23:48 ` Dâniel Fraga
0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2011-08-20 23:33 UTC (permalink / raw)
To: fragabr; +Cc: netdev
From: Dâniel Fraga <fragabr@gmail.com>
Date: Sat, 20 Aug 2011 19:29:54 -0300
> Hi, I upgraded to Linux kernel 3.0 and now I have the following
> message on the log:
>
> Aug 19 23:22:13 tux inetd[3143]: nntp/tcp: bind: Address family not
> supported by protocol
>
> With kernel 2.6.39 everything worked fine. Is it a problem with
> inetd? Maybe some incompatibility?
It is trying to bind to an ipv6 address using an ipv4 socket.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: inetd and Linux kernel 3.0
2011-08-20 23:33 ` David Miller
@ 2011-08-20 23:48 ` Dâniel Fraga
0 siblings, 0 replies; 3+ messages in thread
From: Dâniel Fraga @ 2011-08-20 23:48 UTC (permalink / raw)
To: David Miller; +Cc: netdev
On Sat, 20 Aug 2011 16:33:12 -0700 (PDT)
David Miller <davem@davemloft.net> wrote:
> It is trying to bind to an ipv6 address using an ipv4 socket.
Thanks David! Exactly. I compiled inetd with ipv6 disabled and
now everything is fine.
Thank you very much!
--
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-20 23:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-20 22:29 inetd and Linux kernel 3.0 Dâniel Fraga
2011-08-20 23:33 ` David Miller
2011-08-20 23:48 ` Dâniel Fraga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).