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] xen 3.2.0 problems with DomU freezing... ubuntu 7.10

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] xen 3.2.0 problems with DomU freezing... ubuntu 7.10
From: Zoran Kikic <lists@xxxxxxxxxx>
Date: Thu, 24 Jan 2008 22:08:52 +0100
Delivery-date: Thu, 24 Jan 2008 13:10:08 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <4798F838.50304@xxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <47988B08.1010905@xxxxx> <1e16a9ed0801240946u5732ef1ao337beeab5e2c9397@xxxxxxxxxxxxxx> <4798F838.50304@xxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
add this to your domU config and your console will work:
extra='TERM=xterm xencons=tty console=tty1'

remember: default bridge is now 'eth0'


I installed xen 3.2 on 7.1 server (amd64) like this and it's perfect.. 


### xen
cd /usr/src && wget
http://bits.xensource.com/oss-xen/release/3.2.0/xen-3.2.0.tar.gz &&
tar -xzf xen-3.2.0.tar.gz && cd xen-3.2.0
make all &&  make install



### install 2.6.22-14-xen ubuntu xen-kernel
aptitude install linux-image-xen



### init.d
update-rc.d xend defaults 20 21
update-rc.d xendomains defaults 21 20

# insert before start:
vi /etc/init.d/xend

mkdir -p /var/run/xenstored
mkdir -p /var/lock/subsys



### xen-tools
cd /home && wget
http://www.xen-tools.org/software/xen-tools/xen-tools-3.8.tar.gz &&
tar -xzf xen-tools-3.8.tar.gz && cd xen-tools-3.8 && make install &&
cd .. && rm -rf xen-tools-3.8*



### xen-shell
cd /home && wget
http://www.xen-tools.org/software/xen-shell/xen-shell-1.8.tar.gz &&
tar -xzf xen-shell-1.8.tar.gz && cd xen-shell-1.8 && make install &&
cd.. && rm -rf xen-shell-1.8*


### /etc/xen/xend-config.sxp
(network-script network-bridge)
(vif-script vif-bridge)


### /etc/modules
loop max_loop=64



### remove rm tdb*
# boot in non-xen kernel and remove..
rm /var/lib/xenstored/tdb*


# now boot xen
# that's all



### xen-tools creates configs like this:
vif         = [ 'ip=192.168.2.203,mac=00:16:3E:E1:35:42' ]






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

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