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] Prob

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Prob
From: Tom Fritz <tfritz@xxxxxxxxx>
Date: Fri, 22 Oct 2010 00:05:38 -0500 (CDT)
Delivery-date: Thu, 21 Oct 2010 22:07:01 -0700
Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=novia.net; s=mail; t=1287723941; bh=A90Ve44Pd0YBUgg68TzvLejVKogpE3qFqCtW726eb3U=; h=Date:From:To:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=AxJKH79/Nqi+G8g8pxs2Idc7RgwDI7tZ5AeRroYw+Ni4O8AD2tnFeJk75hNDhoelf syInOaIRvedYPCg30utpkOyxfl6O35UlhHeac8amwHYjA7rXm4EUpdJYsgJJuK9FKd qpPUHfl9rmehS+5FOXn0rpzAUHVwpA1iNwTNxoEI=
Domainkey-signature: a=rsa-sha1; s=mail; d=novia.net; c=nofws; q=dns; h=received:x-authentication-warning:date:from:to:subject: in-reply-to:message-id:references:organization:mime-version:content-type; b=SfRiQHMbCvrSJ75/rTen1lLbhIS1pvL2di+NbPYRmSUpCwsNyo0s8P9vENX1OEeFH MvFhJmjTtX+Osi5GDfzlx3zZB3mkHBLw7ITfNL8dtrNE32/7vlZ7fmzkOIkPwMxGvmw +/6f73lSyTHyXQ+DKBvnFXS+w7j2DgfEu717PF8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <400F9E2F6D36499A8C53CDF839901540@Posseidon>
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>
Organization: Novia Internetworking
References: <400F9E2F6D36499A8C53CDF839901540@Posseidon>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx


I have a little problem trying to install centos 5.5 on Xen, when I run the
command xm create-c / etc/xen/domu1 it starts to install the VM but can not
complete because the following error in the formatting of the disk:

Did you even bother to read the reply to your first message?? You have the root= line in your config wrong. You have:

root = "/dev/xen/raiz_domu-1 ro"

and it should be:

root = "/dev/xvda2 ro"








Traceback (most recent call last):

 File "/usr/lib/python2.4/SocketServer.py", line 463, in
process_request_thread

   self.finish_request(request, client_address)

 File "/usr/lib/python2.4/SocketServer.py", line 254, in finish_request

   self.RequestHandlerClass(request, client_address, self)

 File "/usr/lib/python2.4/SocketServer.py", line 521, in __init__

   self.handle()

 File "/usr/lib/python2.4/BaseHTTPServer.py", line 316, in handle

   self.handle_one_request()

 File "/usr/lib/python2.4/BaseHTTPServer.py", line 310, in
handle_one_request

   method()

 File "/usr/lib/python2.4/site-packages/xen/util/xmlrpclib2.py", line 67,
in do_POST

   self.send_response(200)

 File "/usr/lib/python2.4/BaseHTTPServer.py", line 367, in send_response

   self.wfile.write("%s %d %s\r\n" %

 File "/usr/lib/python2.4/socket.py", line 256, in write

   self.flush()

 File "/usr/lib/python2.4/socket.py", line 243, in flush

   self._sock.sendall(buffer)

error: (32, 'Broken pipe')

Traceback (most recent call last):



Below is the VM configuration.





kernel = "/boot/xen/domu1/vmlinuz"

ramdisk = "/boot/xen/domu1/initrd.img"

builder='linux'

memory = 512

name = "Domu1"

vcpus = 0

vif = [ '', 'bridge=xenbr0' ]

disk = [ 'phy:/dev/xen/boot_domu-1,xvda1,w',
'phy:/dev/xen/raiz_domu-1,xvda2,w' ]

root = "/dev/xen/raiz_domu-1 ro"

extra = "2"

on_poweroff = 'destroy'

on_reboot   = 'restart'

on_crash    = 'restart'







Tiago Eduardo Zacarias

Analista de sistemas Linux

Linux Professional Institute - LPIC-1

Novell Certified Linux Administrator - NCLA

Data Center Technical Specialist - DCTS

Cel: +55 31 8604-1831





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

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