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

[Xen-users] Suporte

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Suporte
From: "Tiago Eduardo Zacarias" <thiago304@xxxxxxxxxxxx>
Date: Wed, 20 Oct 2010 10:44:36 -0200
Delivery-date: Wed, 20 Oct 2010 05:46:10 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com.br; s=s1024; t=1287578680; bh=m/xqOJqDPmXc3gOcHZMysime+RQx2jQ/2u1jm3o3d2k=; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:X-Mailer:Thread-Index:X-MimeOLE; b=g6BpxxT2UejLcBSgXRk5wazR68ciEldGfRXEYzYpmq5flbF1ZnrRBQ0Csx21Fqr47IVDeqlunl4GUBIkHQI+BSfSeFgAAuSS9ferLns9DaQ5CprqWBIoJtiEQPJVP7guJP8PwcYphFsiaAzwvuyfDzN6GC6xk73BcYXgBnrGU0M=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=DKIM-Signature:Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:X-Mailer:Thread-Index:X-MimeOLE; b=ABu9m9nAEyn6CE3pHpx7yRjPI6j14SbeqtWtUfhyVeZu82uD6skjMLa3pxz72ttwH5v6syzNMKSMpFiRatqkVDenli5jGL9nHwfkQo16UsRGSP0QZyNZtT3UBpmKEyZ+o16bBd9wATLCsakpn/jglPLOUHxofkYEJd97tU5x8tA= ;
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
Thread-index: ActwVI2lodftxRqOT2+6+GspXabEBw==

Good morning,

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:

 

 

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