From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S51YF-0004Eh-OL for garchives@archives.gentoo.org; Tue, 06 Mar 2012 21:04:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F35EBE0E17; Tue, 6 Mar 2012 21:03:53 +0000 (UTC) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by pigeon.gentoo.org (Postfix) with ESMTP id E7269E0E1D for ; Tue, 6 Mar 2012 21:02:33 +0000 (UTC) Received: by wico1 with SMTP id o1so2764452wic.40 for ; Tue, 06 Mar 2012 13:02:33 -0800 (PST) Received-SPF: pass (google.com: domain of 4k3nd0@googlemail.com designates 10.180.89.66 as permitted sender) client-ip=10.180.89.66; Authentication-Results: mr.google.com; spf=pass (google.com: domain of 4k3nd0@googlemail.com designates 10.180.89.66 as permitted sender) smtp.mail=4k3nd0@googlemail.com; dkim=pass header.i=4k3nd0@googlemail.com Received: from mr.google.com ([10.180.89.66]) by 10.180.89.66 with SMTP id bm2mr4709188wib.0.1331067753256 (num_hops = 1); Tue, 06 Mar 2012 13:02:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-forwarded-message-id:content-type :content-transfer-encoding; bh=fmvxkpAzWdm7r8sXcewgovMBjhcltoS+T+HdAf8SLas=; b=i594ZgWdfWgqhLbNNoCe7NMer3rOQqWOiPI5t82Mp66NnypCMrjIeIeWDdleT73Ora K35ItURlz7xqMQUfBxs2AH2n9ff0qfJtKblKVU/ueO4z1r2weQkxrTWu8Fcgw+mm2YxZ NFm9/C8KfJHhQRmlgM2aFHmozqBNIWzC5PBbJ/v0t8uP2A3dxKMCq2ptJmausjm4nciP j1yPVj5oVlYLE+7rbTxBwy690U5YIs6QdVEIi6Vjs/pYA7cP5FAdwEGwDYoSelxO0HIl TSM5ynbh2wp6KFCIMNsRNJ55io+DiYSkqHg/yhDEcfMwubXzqXyOsoLLBrqrpx/IYLAn 3HGg== Received: by 10.180.89.66 with SMTP id bm2mr3710058wib.0.1331067753213; Tue, 06 Mar 2012 13:02:33 -0800 (PST) Received: from [172.17.7.2] ([158.181.69.92]) by mx.google.com with ESMTPS id fa9sm24298925wib.5.2012.03.06.13.02.31 (version=SSLv3 cipher=OTHER); Tue, 06 Mar 2012 13:02:31 -0800 (PST) Message-ID: <4F567B66.5090901@gmail.com> Date: Tue, 06 Mar 2012 22:02:30 +0100 From: 4k3nd0 <4k3nd0@googlemail.com> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120301 Thunderbird/10.0.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Solution for Address family not supported by protocol References: <4F53BAFC.6000901@gmail.com> In-Reply-To: <4F53BAFC.6000901@gmail.com> X-Forwarded-Message-Id: <4F53BAFC.6000901@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 0485477b-5d0c-453d-acff-d0ab5d576ce9 X-Archives-Hash: 094125014d0e1d678ac25b21b350cadb I just upgrade to the last version of the libvirt on my Gentoo System. (From 0.9.6 to 0.9.10-r3) But i have a problem with starting my NAT: Error starting network 'NAT': Cannot open network interface control socket: Address family not supported by protocol Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 45, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/asyncjob.py", line 66, in tmpcb callback(*args, **kwargs) File "/usr/share/virt-manager/virtManager/network.py", line 82, in start self.net.create() File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1863, in create if ret == -1: raise libvirtError ('virNetworkCreate() failed', net=self) libvirtError: Cannot open network interface control socket: Address family not supported by protocol Anyone have an idea how to fix this? I try also to add a new adapter by hand, but know seems to work her.... so far 4k3nd0