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] Now for the big one!....Slackware tls issue

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [XEN-USERS] Now for the big one!....Slackware tls issue
From: "Lionel Kernux" <lionel.kernux@xxxxxxxxx>
Date: Tue, 15 Jan 2008 14:52:03 -0500
Delivery-date: Tue, 15 Jan 2008 11:53:01 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=JqxUaH/R69M2366EDSaDPIM9EpLRXksfYDHVf1WHyqY=; b=NHBaQ9P+EE4RV1h1D4Kk9FMbAApllUmdaLCXQC616+evuAfzd+aXN7cmyHBsflDmUJGFrRAFeLqN5h0Vb5Wb6lcYFDwt8snTs9qFOfOYpuhQUO/z6EGdgLei5SWkVuB3X+aeL52QQh9IH5Rjzi4GPam5E0rcgncb/yXs33VQdKw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=IY6HfnUPuLwM2gvLqKwCm7+xSxbsEBPWJ9dDwECtPU0RVGKf0OZwiS0owoIsOWH2GTZ3gLm4Hl1gNrOVw7MFoQRlo/zsEKg4BtycQNW9PsInG9ehvAINFppGV6pojSdyvhSJ1qU5PqoyQHiLZCLMFKsN4QONUylQc/1MSCLmN1w=
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 All,

Ok I've overcome all obstacles so far and have xen booting as dom0 in
slackware. :-)

Now the one thing I haven't been able to solve yet:

At boot, xen warns that I need to disable tls:

***************************************************************
  ***************************************************************
  ** WARNING: Currently emulating unsupported memory accesses  **
  **          in /lib/tls glibc libraries. The emulation is    **
  **          slow. To ensure full performance you should      **
  **          install a 'xen-friendly' (nosegneg) version of   **
  **          the library, or disable tls support by executing **
  **          the following as root:                           **
  **          mv /lib/tls /lib/tls.disabled                    **
  ** Offending process: init (pid=1)                           **
  ***************************************************************
  ***************************************************************

^^^ I run slackware and there IS NO /lib/tls....

I have read extensive list entries forum posts etc regarding this and
still haven't resolved it....

Here's what I've done:

Downloaded the slackbuild for glibc2.5 which matches my current version.

Changed the glibc.SlackBuild like so:

CFLAGS="-g $OPTIMIZ -mno-tls-direct-seg-refs" \
../configure \
  --prefix=/usr \
  --enable-kernel=2.6.16 \
  --with-headers=/usr/src/linux-${KERNEL_HEADERS}/include \
  --enable-add-ons=libidn,nptl \
  --enable-profile \
  --infodir=/usr/info \
  --mandir=/usr/man \
  --with-tls \
  --with-__thread \
  --without-cvs \
  $TARGET-slackware-linux

Then built the package and installed it.

Rebooted and rebuilt xen dom0

Rebooted to xen dom0 kernel and....

I STILL get the tls warning....(I am not using initrd image)


grrrrr....

Any help?

thanks

M

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

<Prev in Thread] Current Thread [Next in Thread>
  • [XEN-USERS] Now for the big one!....Slackware tls issue, Lionel Kernux <=