WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] OpenSUSE 11.4 (2.6.39-30.1), Xen 4.0.2 - Device 0 (vif)

To: Steven Altsman <steven.altsman@xxxxxxxxx>
Subject: Re: [Xen-users] OpenSUSE 11.4 (2.6.39-30.1), Xen 4.0.2 - Device 0 (vif) Could not be connected
From: Mark Pryor <tlviewer@xxxxxxxxx>
Date: Tue, 31 May 2011 10:42:13 -0700 (PDT)
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 31 May 2011 10:44:56 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1306863733; bh=dBZLFk5HdP/VzuvoOW4QEj3Es5vFzeM+v/eHxSiKaRA=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding; b=aJSHNx9tFgZjxTg6TzWzjJqAcBclfSdCGyIchlWGrjodcmW1GFO2wfRrnHXXKbwAZZqSlFStnJ3pHAXIVHuQEJLqhiYFXJLvaQPwopOhYVV6uvqVPW1hYqfJ91ZUxGtKxuYNq0Hs107GfDehJyFWNLbKfYu+Lla8asTR4UV7RoQ=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding; b=y2v/pfzhd6e13tSwu2EN3znb6HDe8wmPz7k8ZMszsLtz0QnesLcGiVyHeRhfRX4SNgU2mICTfgD1ATfsj+vmDNoN1kMaJplpVzLro9UKE3vytS04uNtlBQDcd9hhW8Ccs/oM5qGSHM9K/Ryky8w+PkN7OFXYoZwmfYfnnbXShYA=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
--- On Mon, 5/30/11, Steven Altsman <steven.altsman@xxxxxxxxx> wrote:

From: Steven Altsman <steven.altsman@xxxxxxxxx>
Subject: [Xen-users] OpenSUSE 11.4 (2.6.39-30.1), Xen 4.0.2 - Device 0 (vif) 
Could not be connected
To: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Monday, May 30, 2011, 3:17 PM

All,

This is a fresh, un-f#$ked-with OpenSUSE install after adding the Tumbleweed 
repository and doing a dup.  I installed the Hypervisor with Tools for which it 
prompted me for Xen or QEMU and I chose Xen.  No bridge was made.

When I go to create a fully virtualised machine, it nao has the error:
Error: Device 0 (vif) could not be connected.  Could not find the bridge, and 
none was specified.

The bit in the config file says:
# SuSE users note:# On openSUSE >= 11.1 and SLES >= 11, networks should be 
configured using# native platform tool - YaST.  vif-bridge and qemu-ifup can be 
used to
# connect vifs to the YaST-managed networks.#(network-script network-bridge)
So... how exactly is YaST supposed to do this...? 

-------------

you could try uncommenting
(network-script network-bridge)

chances are, you'll get a working network compatible with xen.

If you want to make a manual bridge,

----------------------- ifcfg-br0 ------------------
> sudo cat /etc/sysconfig/network/ifcfg-br0
BOOTPROTO='dhcp'
BRIDGE='yes'
BRIDGE_FORWARDDELAY='0'
BRIDGE_PORTS='eth0'
BRIDGE_STP='off'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR=''
MTU=''
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='no'
#ETHTOOL_OPTIONS='wol g'
---------------- snip -----------

backup/archive the ifcfg-eth0

Only one should be active at a time.

-- 
Mark

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>