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] debootstrap and chroot problems

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] debootstrap and chroot problems
From: "ashutosh mehra" <mehra.ashutosh@xxxxxxxxx>
Date: Wed, 19 Sep 2007 01:00:58 +0530
Delivery-date: Tue, 18 Sep 2007 12:31:42 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=sUd2Made/AZvQ/iugZWjJwNeqAvyfjiCHbni7aZO8PQ=; b=E2rWPs6/zQuSOjXEecj6AaB0ZbRGbwYL9ql6Qjx3QUK48QalLdlJXWWWkKZGy2JiZa9FKhh2/fKRj3r2MO+e1/vqWvgK2mt8RaMluptIOW1g+wNibvKwKsXmFsXAkfKwzrOLxKbnQzBsjbfZekP/qymYqYRHWhZzM2MKenHXE7w=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=BTbRsFJxBruVf+O4jMTL2ZIjxTIlZi+aJKAOSvxuzbFEp5RJiAX53lhjZgqA74lCU0Cj2cr6KGsnRtmOjFQHEYOUfF5knUCZbUtWFCnmfKa+8usYQAJoDn2c69F4NUBevIcy+0Gu91KPGAbZAOiAu7/w+PEo3hgE6oNPOVnnzPo=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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,

I'm trying to install Ubuntu Dapper as guest on Ubuntu Feisty running Xen 3.1 (Kernel 2.6.18), but I'm getting the following error message after running debootstrap:

I: Retrieving Release
I: Retrieving Packages
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Checking component main on file:/media/cdrom/ubuntu...
I: Retrieving libatm1
I: Validating libatm1
W: Failure trying to run: chroot /xen-image/mnt mount -t proc proc /proc

(I followed the instructions from http://www.howtoforge.com/xen_3.0_ubuntu_dapper_drake )

cat /xen-image/mnt/debootstrap/debootstrap.log gave:
ar: /xen-image/mnt/: File format not recognized

zcat: stdin: unexpected end of file
chroot: cannot run command `mount': No such file or directory


Then i tried to install Ubuntu Hoary...it gave much longer output and it seemed to complete the installation of the base system, but again, in the end it showed the same error msg:
W: Failure trying to run: chroot /xen-image/mnt mount -t proc proc /proc

This time cat /xen-image/mnt/debootstrap/debootstrap.log gave:
Inconsistency detected by ld.so: rtld.c: 1192: dl_main: Assertion `(void *) ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!

What should i do to fix this problem???




_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] debootstrap and chroot problems, ashutosh mehra <=