1 Feb 06:29
Re: virt-manager broken by bind(0) in net-next.
On Fri, 30 Jan 2009 19:41:59 +0100 Eric Dumazet <dada1@...> wrote: > Stephen Hemminger a écrit : > > On Fri, 30 Jan 2009 23:53:37 +1100 > > Herbert Xu <herbert@...> wrote: > > > >> Evgeniy Polyakov <zbr@...> wrote: > >>> So it is not explicit bind call, but port autoselection in the > >>> connect(). Can you check what errno is returned? > >>> Did I understand it right, that connect fails, you try different > >>> address, but then suddenly all those sockets become 'alive'? > >> Yes, I think a good strace vs. a bad strace would be really helpful > >> in these cases. > >> > >> Thanks, > > > > I have the strace but it comes up no different. > > What is different is that in the broken case (net-next), I see > > IPV6 being used: > > > > State Recv-Q Send-Q Local Address:Port Peer Address:Port > > ESTAB 23769 0 ::ffff:127.0.0.1:5900 ::ffff:127.0.0.1:55987 > > ESTAB 0 0 127.0.0.1:55987 127.0.0.1:5900 > > > > and in the working case (2.6.29-rc3), IPV4 is being used > > State Recv-Q Send-Q Local Address:Port Peer Address:Port > > ESTAB 0 0 127.0.0.1:58894 127.0.0.1:5901 > > ESTAB 0 0 127.0.0.1:5901 127.0.0.1:58894 > >(Continue reading)
RSS Feed