|
|
|
|
|
|
|
|
|
|
xen-users
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
pgpsyHeXhdOlW.pgp
Description: PGP signature
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|