|
|
|
|
|
|
|
|
|
|
xen-users
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
|
|
|
|
|