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

Re: [Xen-users] TLS

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] TLS
From: Luciano Rocha <strange@xxxxxxxxxxxxx>
Date: Thu, 14 Jun 2007 16:29:15 +0100
Delivery-date: Thu, 14 Jun 2007 08:33:57 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20070614151426.M91219@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>
References: <20070614151426.M91219@xxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.15 (2007-04-06)
On Thu, Jun 14, 2007 at 05:17:11PM +0200, Rob van Oostveen wrote:
> Hi,
> 
> I'm finally getting somewhere with Xen 3.1 on fc6.. :) 
> 
> At booting time I noticed a TLS message to disable TLS. When I move the
> /lib/tls to /lib/tls.disabled I still get the TLS message during booting. Why?

There should be nothing in /lib/tls (now /lib/tls.disabled), the
standard glibc in Fedora now uses unconditionally tls.

The standard Fedora kernel installs this ld.so configuration file:
$ cat etc/ld.so.conf.d/kernelcap-2.6.20-1.2952.fc6.conf 
# This directive teaches ldconfig to search in nosegneg subdirectories
# and cache the DSOs there with extra bit 0 set in their hwcap match
# fields.  In Xen guest kernels, the vDSO tells the dynamic linker to
# search in nosegneg subdirectories and to match this extra hwcap bit
# in the ld.so.cache file.
hwcap 0 nosegneg

Create that file, and then run ldconfig. The system should now use the
proper libraries for Xen.

If it doesn't, then the xen kernel doesn't change the vDSO as fedora's
does. In which case, copy the nosegneg versions over the standard ones.

-- 
lfr
0/0

Attachment: pgpsyHeXhdOlW.pgp
Description: PGP signature

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>