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-devel

[Xen-devel] Initrd creation problem (Cannot determine dependencies of mo

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Initrd creation problem (Cannot determine dependencies of module xennet)
From: "Eric Benton" <benton71@xxxxxxxxx>
Date: Wed, 11 Oct 2006 17:21:31 +0200
Delivery-date: Wed, 11 Oct 2006 08:22:31 -0700
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; b=S3EcwK96f1oPKcKHaJxdq/RRiNLfFdrkgyKtBKOLZuclrpDFl9RFUytXHPA+qUkdcSzfsJQq1JmAr1gRyyRobDVqLBYFjiAVDJuTpvGQUczDO1R/WHmMzYEJ3mG+Or9noN8cVPqQm3+d1O4fq2MLRsWSi9kPLGbqaRz6Bn/9AWw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi List,

I'd compiled Xen-3.0.3-testing (changeset 11740) on Suse 10.0 Enterprise Server.
The compilation succeeded without any errors but the mkinitrd command fails(???)
The initrd is being created but when loading the xen kernel, I get the following message repeatedly:
"azx_get_reponse() timeout"
after pressing ^c the computer continue to run...

Then, when I start a gnome session, the computer is getting really really slow (I think that there are a tight loop on that function somewhere)...
Can someone help me please understand and fix this problem?

Here is the output from initrd:

---- CUT HERE ----

[19:12:01]/lib/modules# depmod -a 2.6.16.29-xen
[19:12:07]/lib/modules# mkinitrd -k vmlinuz-2.6.16.29-xen -i initrd-2.6.16.29-xen
Root device:    /dev/sda4 (mounted on / as ext3)
Module list:    ata_piix processor thermal fan jbd ext3 edd (xennet xenblk)

Kernel image:   /boot/vmlinuz-2.6.16.29-xen
Initrd image:   /boot/initrd-2.6.16.29-xen
Shared libs:    lib/ld-2.4.so lib/libacl.so.1.1.0 lib/libattr.so.1.1.0 lib/libblkid.so.1.0 lib/libc-2.4.so lib/libcom_err.so.2.1 lib/libdl- 2.4.so lib/libext2fs.so.2.4 lib/libhistory.so.5.1 lib/libncurses.so.5.5 lib/libpthread-2.4.so lib/libreadline.so.5.1 lib/librt-2.4.so lib/libuuid.so.1.2

Cannot determine dependencies of module edd. Is modules.dep up to date?
Cannot determine dependencies of module edd. Is modules.dep up to date?
Cannot determine dependencies of module xennet. Is modules.dep up to date?
Cannot determine dependencies of module xenblk. Is modules.dep up to date?
Driver modules: scsi_mod sd_mod libata ata_piix processor thermal fan
Filesystem modules:     jbd ext3
Including:      initramfs fsck.ext3
No bootsplash for kernel flavor xen
11834 blocks
[19:12:12]/lib/modules#

---- CUT HERE ----

Thank you so much,
Eric.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Initrd creation problem (Cannot determine dependencies of module xennet), Eric Benton <=