hi, when trying to run Archlinux which is using glibc-2.3.5-8 as my dom0 in xen3.0 (latest version from unstable), /sbin/init dies with this error: "Inconsistency detected by ld.so: ../sysdeps/generic/dl-sysdep.c: 464: _dl_important_hwcaps: Assertion `m == cnt'' failed!" - causing the system to reboot. Is anyone aware of a way that I can fix this? thanks, Jacob _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jacob Gorm Hansen
2006-Jan-03 09:58 UTC
[Xen-devel] Re: Problem running Archlinux under Xen
On 1/3/06, Jacob Gorm Hansen <jacobg@diku.dk> wrote:> hi, > > when trying to run Archlinux which is using glibc-2.3.5-8 as my dom0 > in xen3.0 (latest version from unstable), /sbin/init dies with this > error: > > "Inconsistency detected by ld.so: ../sysdeps/generic/dl-sysdep.c: 464: > _dl_important_hwcaps: Assertion `m == cnt'' failed!" > > - causing the system to reboot. Is anyone aware of a way that I can fix this?Just checked, this problem is also present when using linux-2.6-xen.hg for dom0. Jacob _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 3 Jan 2006, at 09:23, Jacob Gorm Hansen wrote:> when trying to run Archlinux which is using glibc-2.3.5-8 as my dom0 > in xen3.0 (latest version from unstable), /sbin/init dies with this > error: > > "Inconsistency detected by ld.so: ../sysdeps/generic/dl-sysdep.c: 464: > _dl_important_hwcaps: Assertion `m == cnt'' failed!" > > - causing the system to reboot. Is anyone aware of a way that I can > fix this?I wonder if this is due to the nosegneg hwcap we export from xenlinux. You might want to try removing the last three lines from arch/xen/i386/kernel/vsyscall-note.S. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jacob Gorm Hansen
2006-Jan-03 12:10 UTC
Re: [Xen-devel] Problem running Archlinux under Xen
On 1/3/06, Keir Fraser <Keir.Fraser@cl.cam.ac.uk> wrote:> > "Inconsistency detected by ld.so: ../sysdeps/generic/dl-sysdep.c: 464: > > _dl_important_hwcaps: Assertion `m == cnt'' failed!" > > > > - causing the system to reboot. Is anyone aware of a way that I can > > fix this? > > I wonder if this is due to the nosegneg hwcap we export from xenlinux. > > You might want to try removing the last three lines from > arch/xen/i386/kernel/vsyscall-note.S.That seems to be the problem, the system boots without those three lines, but I am getting the TLS warning, even though I have renamed /lib/tls away :-( thanks, Jacob _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jacob Gorm Hansen
2006-Jan-03 12:20 UTC
Re: [Xen-devel] Problem running Archlinux under Xen
On 1/3/06, Jacob Gorm Hansen <jacobg@diku.dk> wrote:> That seems to be the problem, the system boots without those three > lines, but I am getting the TLS warning, even though I have renamed > /lib/tls away :-(Sorry, that TLS warning results from a statically linked fsck.ext3, not from any of the dynamically linked apps. Jacob _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel