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-devel

[Xen-devel] Bug (Maybe?) with finding Xen Guest installation repository

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Bug (Maybe?) with finding Xen Guest installation repository
From: "Tetsu Asaka" <tetsuichi.asaka@xxxxxxxxx>
Date: Thu, 29 May 2008 08:16:16 -0700
Delivery-date: Thu, 29 May 2008 08:16:41 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=mfInaLD8p+1KGLX47uni2+xpxg4AJuQiih47rPvQu04=; b=ZgJVi0PmMqXO05O7hlVBxpJ6yQTJIUt4gA6SYkTY8yYkXN14P5GNfa2bnH/lUnNJBIyZfjWtgBkGwf+D2/SGlcLO6JkLMojNikE9jpF1UcJbuYIYXFgNWOfM2X2MlNtsh3bUM9owi/G0MAHIcIp3jkQ0B2XkU4cyrAOINhxIonE=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=APvyBFNohe7zeZMBbmXxQR2uvf700DLWTekiDqozHNT5fIfAo9+gMjySxi4kcnNI300LxXlJ+ldTig16NBS9oj4s33utnDio95vHKO2NlU7VG6E5tK2MiR+ETqH+evUdUldvdW1NkYMwMGo03noCPLharyNeCf6oGodCuj2SVcY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hello List!

Because with a friend's Ubuntu machine I can do a similar creation, I
think it's now maybe a bug.  I have also read that installing Fedora
and Redhat in this method is also successfull.

I have installed the very newest OpenSuse Version11 from the Factory
Repository.  It uses a quite new Xen Hypervisor,
"xen-3.2.1_16881_04-2"

And I have started the machine in the Xen Kernel

 uname -a
 Linux server 2.6.25.4-8-xen #1 SMP 2008-05-26 15:23:05 +0200 x86_64
x86_64 x86_64 GNU/Linux

Now I attempt to create a Guest domain, also OpenSuse.  I am using the
method with

xm create

The Test-configuration is the most simple I can make.  It is exactly only

 cat test.cfg
  name='test'
  builder='linux'
  kernel='/home/tetsu/test/vmlinuz-xen'
  ramdisk='/home/tetsu/test/initrd-xen'
  maxmem=1024
  memory=1024
  vcpus=1
  
extra='install=http://134.76.12.5/pub/opensuse/distribution/SL-OSS-factory/inst-source?device=eth0
hostip=192.168.1.10/24 gateway=192.168.1.1 nameserver=192.168.1.1'
  root='/dev/xvda1'
  disk=['phy:/dev/v2/test,xvda,w']
  vif=['mac=00:16:3E:01:01:01,bridge=xenTEST,vifname=vifTEST']
  vfb=['type=vnc,vncdisplay=1,vnclisten=127.0.0.1']
  on_crash='destroy'
  on_reboot='destroy'
  on_shutdown='destroy'

To install the Guest, I create it

 xm create -c test.cfg

In the VNC display of the output I see a "Red" Error message from the
Linuxrc program.

 Could not find the OpenSuse Repository.
 Activating manual setup program.

Following the advise I have read I check all the entries in the Manual
Linurc dialogue. When continuing, I see again another "Red" Error
message,

 No Repository Found.

It appears not to use corectly the Guest's interface, eth0?

But I see in the Domain 0 the interface is added at the bridge,

  brctl show
    bridge name bridge id               STP enabled     interfaces
    xenTEST             8000.00504300415e       no              peth0
                                                        vifTEST

Is it a bug? Can someone help?

-- 
Thank you!

Testu

-----------------------------------
Ride On!
 __o o__ o__ o__
 _ \<,_ _.>/ _ _.>/ _ _.>/ _
 (_)/ (_) (_) \(_) (_) \(_) (_) \(_)
-----------------------------------

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Bug (Maybe?) with finding Xen Guest installation repository, Tetsu Asaka <=