Gentoo Archives: gentoo-user

From: 4k3nd0 <4k3nd0@××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Solution for Address family not supported by protocol
Date: Tue, 06 Mar 2012 21:04:07
Message-Id: 4F567B66.5090901@gmail.com
1 I just upgrade to the last version of the libvirt on my Gentoo System.
2 (From 0.9.6 to 0.9.10-r3) But i have a problem with starting my NAT:
3
4 Error starting network 'NAT': Cannot open network interface control
5 socket: Address family not supported by protocol
6
7 Traceback (most recent call last):
8 File "/usr/share/virt-manager/virtManager/asyncjob.py", line 45, in
9 cb_wrapper
10 callback(asyncjob, *args, **kwargs)
11 File "/usr/share/virt-manager/virtManager/asyncjob.py", line 66, in tmpcb
12 callback(*args, **kwargs)
13 File "/usr/share/virt-manager/virtManager/network.py", line 82, in start
14 self.net.create()
15 File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1863, in
16 create
17 if ret == -1: raise libvirtError ('virNetworkCreate() failed',
18 net=self)
19 libvirtError: Cannot open network interface control socket: Address
20 family not supported by protocol
21
22 Anyone have an idea how to fix this? I try also to add a new adapter by
23 hand, but know seems to work her....
24
25 so far
26 4k3nd0

Replies

Subject Author
Re: [gentoo-user] Solution for Address family not supported by protocol Paul Hartman <paul.hartman+gentoo@×××××.com>