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] Debian DomU no network and modprobe errors on xm create

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Debian DomU no network and modprobe errors on xm create
From: Simon <greminn@xxxxxxxxx>
Date: Fri, 31 Mar 2006 08:08:50 +1200
Delivery-date: Thu, 30 Mar 2006 20:10:34 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dEuEQTFgjrOXNTm9/BS4Lymi1+gtRwLTmVkWOJzRO9kxE5KG96x1ex5T4pAq9K0L1ml1ThJmH2CytxeHt2QknTfnmS2c5N9CBXYhxb833t3rXmCSC0HTSrZn7Op4+R0EtP70Wi3aA8wA861qfufQz16PA9vhnpVyleZDyM45t8k=
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/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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi There, I have my debian sarge dom0 on a IBM xSeries 206 with a SATA
drive (seen as /dev/sda) working just peachy with the xen 3.0.1
packages from http://packages.debianbase.de/. I have followed the
instructions for creating a debian domU from these sources:

http://wiki.xensource.com/xenwiki/DebianDomU
http://www.howtoforge.com/perfect_setup_xen3_debian_p4

This is now my current domU config file:

name="dev-domU"
kernel="/boot/xen-linux-2.6.12.6-xen"
root="/dev/hda1"
memory=512
disk=[ 'phy:/dev/xenvg/domu1,hda1,w',
       'phy:/dev/xenvg/domu1-swap,hda2,w' ]
vif=[ '' ]
dhcp="off"
ip="192.168.1.100"
netmask="255.255.255.0"
gateway="192.168.1.254"
hostname="dev"
#extra="3"

When i create the domU, there is no network and im having issues as
per below... looking at the boot process, im getting this:

Kernel command line: 
ip=192.168.1.100:1.2.3.4:192.168.1.254:255.255.255.0:dev:eth0:off
root=/dev/hda1

and
modprobe: FATAL: Error inserting rtc
(/lib/modules/2.6.12.6-xen/kernel/drivers/char/rtc.ko): Input/output
error

Here are the full outputs: http://gremin.orcon.net.nz/

If someone could take a look and point me in the correct direction on
this one. We are trying to migrate our current dev platform to
seperate xen domU's for apache/mysql/ftp etc as the first steps in
consolidating our production platform to xen in the future.

Thanks, Simon

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Debian DomU no network and modprobe errors on xm create, Simon <=