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] Coming across a problem when using "xm create".

To: Xen-Users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Coming across a problem when using "xm create".
From: 程辉 <chenghui2050@xxxxxxxxx>
Date: Thu, 16 Jul 2009 10:23:28 +0800
Delivery-date: Fri, 17 Jul 2009 08:04:17 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=C2Rlrd0+V3J539H8cgk5rm20NV41o/3Po9w2PtO1IwE=; b=f2YtsD+iS++ik9W49hC+B59S1lbvI98afuwOi1UJw0UtwhwQTdXdvqAU9Tsw4fz7+y lYKMLqoVKFoRjCo3bS3NZ7HN6vtwzFmdQieoqB9x2RH8A0DXoczSwm0Gh4jlDNVWs9So 1B+oBVJdamydQvtgfKNMH3s1DxzTFpWq09wRU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=B3IcmMWWejp0VJwGpIiuNys4z7xf4km6SN9a9L/u7MXfemo8aC+7sAQdSFffHwjwcf SFzdhccuCZN+4zYpFqc0lkffOge87eNdQhPWDdBBXdmD5b8dHRV8/CxoNZ0wWQIVhIy2 Xkm11216IaDAdYgQJ08jszNBULSGL/sCQIkUc=
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
I followed the book called "Professional Xen Virtualization" written by William von Hagen,and published by Wiley Publishing,Inc.

Here are some configuration files:
#cat /xen/ubuntu/ubuntu.xen3.cfg

kernel = "/boot/vmlinuz-2.6.18-128.1.16.el5xen"
ramdisk = "/boot/initrd-2.6.18-128.1.16.el5xen-no-scsi.img"
memory = "512"
name = "Ubuntu804"
vif = ['']
dhcp = "dhcp"
disk = ['tap:aio:/home/samuel/VirtualMachines/ubuntu.8-04.img,xvdb,w']
root = "/dev/xvdb ro"

The initrd-2.6.18-128.1.16.el5xen-no-scsi.img is created using
"mkinitrd --omit-scsi-modules --with=xennet --with=xenblk --preload=xenblk initrd-2.6.18-128.1.16.el5xen-no-scsi.img 2.6.18-128.1.16.el5xen"

This is a prebuilt image which is downloaded in Jailtime.org.

After do some checks,I start creating.
xm create /xen/ubuntu/ubuntu.xen3.cfg -c
This starts happily at first,but it hangs at
" * Running local boot scripts (/etc/rc.local)               [ OK ]"

According to some solutions I get from Google,"Try adding 'extra = 'xencons = tty1'' or 'extra='console=hvc0 xencons=tty''"is recommended.
So I add this to the "ubuntu.xen3.cfg" and "etc/rc.local"(after mount the img to /mnt/img).

However,it also stop there saying "etc/rc.local : 13 :extra : not found."

I'm so confused with this,what can I do?


Sometimes,I also get another error:

error:"kernel.maps_protect" is an unknown key.

and

"/dev/xvdb:12171/128256 files(1.0%non-contiguous),59907/256256 blocks fsck died with exit status 3   [fail]
* The file system check corrected errors on the root partition but requested that the system should be restart.
*The system will be restart in 5 seconds.
Restarting system "


How to solve all the errors that I come across???Can you Help?





--
God more,self less.

Attachment: error2
Description: Binary data

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>