Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Solution for Address family not supported by protocol
Date: Tue, 06 Mar 2012 21:22:17
Message-Id: CAEH5T2O40WQ80e0k3uh5vP799YtMg3jyfMRcVeQ6BgPS88gXOg@mail.gmail.com
In Reply to: [gentoo-user] Solution for Address family not supported by protocol by 4k3nd0 <4k3nd0@googlemail.com>
1 On Tue, Mar 6, 2012 at 3:02 PM, 4k3nd0 <4k3nd0@××××××××××.com> wrote:
2 >
3 > I just upgrade to the last version of the libvirt on my Gentoo System.
4 > (From 0.9.6 to 0.9.10-r3) But i have a problem with starting my NAT:
5 >
6 > Error starting network 'NAT': Cannot open network interface control
7 > socket: Address family not supported by protocol
8 >
9 > Traceback (most recent call last):
10 >  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 45, in
11 > cb_wrapper
12 >    callback(asyncjob, *args, **kwargs)
13 >  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 66, in tmpcb
14 >    callback(*args, **kwargs)
15 >  File "/usr/share/virt-manager/virtManager/network.py", line 82, in start
16 >    self.net.create()
17 >  File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1863, in
18 > create
19 >    if ret == -1: raise libvirtError ('virNetworkCreate() failed',
20 > net=self)
21 > libvirtError: Cannot open network interface control socket: Address
22 > family not supported by protocol
23 >
24 > Anyone have an idea how to fix this? I try also to add a new adapter by
25 > hand, but know seems to work her....
26
27 This Redhat bug seems similar, in their case it was related to sound...
28
29 https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=504451
30
31 HTH