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] Installing and running XEN

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Installing and running XEN
From: Tincho ylm <sadzas@xxxxxxxxx>
Date: Tue, 26 May 2009 15:30:07 -0300
Delivery-date: Tue, 26 May 2009 11:30:50 -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:content-transfer-encoding; bh=0ZYW/l+77qrst0NmLgrnkq52F6wA22RfTap401VuRMI=; b=Udj9E88D55hcxlvJswN19BDFwDwruPYV7I7tRpS8DqpXLvz3v/P58Sc2BHw/v7dZeO jYb0yf6xMvn/KQ3grrD0XySC0SNUUO+jbAHoZBgN0Dsbz5gzfZQuTezc5NaoJgXHUJwv FHK4b3UaKxBeVX06pbVLk1PYHI4XH8nleELhg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=Rzso7nltwnxntlvk0+d7vudatl/UWtYOwSKhExlwtaFVriX9FYkogkS2dUWzdJDvw9 E72gfMvgRr+BcJr1vhlvAcstdJPEUxK5IF/0OgBOjhsBxCPserwzw5RZKL4rCj2DPvun 3T6K856OBNXqZjH8SkoAtvO/X5H5nufGXXt+M=
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
Hi all! I'm new on the list.
I have read many HowTos about xen installations and I have an error
that I cant find solution.

(S.O: Debian Lenny)

First, this is what I did:

Hypervisor
# aptitude install xen-hypervisor-i386 libc6-xen xen-utils xen-tools
bridge-utils

Kernel
# aptitude install xen-linux-system-2.6.26-2-xen-686
-----
# nano /etc/modules
loop max_loop=128

# nano /etc/xen/xend-config.sxp
Comment:(network-script network-dummy)

Uncomment:
(network-script network-bridge)
(vif-script vif-bridge)
(dom0-min-mem 196)
(dom0-cpus 0)

Reboot and select XEN kernel

# nano /etc/xen-tools/xen-tools.conf

#
#
dir = /vserver
#
#
debootstrap = 1
#
#
size = 2Gb # Disk image size.
memory = 256Mb # Memory size
swap = 512Mb # Swap size
fs = ext3 # use the EXT3 filesystem for the disk image.
dist = lenny # Default distribution to install.
image = sparse # Specify sparse vs. full disk images.
#
#
gateway = xxx.xxx.xxx.xxx
netmask = 255.255.255.240
#
#
kernel = /boot/vmlinuz-2.6.26-2-xen-686
initrd = /boot/initrd.img-2.6.26-2-xen-686
#
#
mirror = http://ftp.debian.at/debian/

# xen-create-image --hostname test02 --ip xxx.xxx.xxx.xxx

# xm create test02.cfg

so, everything is ok so far. so, I run:

# xm list and I see

Name                                        ID   Mem VCPUs      State   Time(s)
Domain-0                                     0   207     1     r-----    195.7
test02                                       5    64     1     -b----      6.8

WHAT is that B? why is blocked? how do I fix that?

and go on:

# xm console test02

and the PC stops to response... I have to reboot...

why is that? thanks in advance.

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

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