|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Fedora Core 5 /lib/tls
Try this:
wget -O /tmp/xen-3.0-x86_32-rhel4.1.bin.tar
http://bits.xensource.com/Xen/latest/xen-3.0-x86_32-rhel4.1.bin.tar
cd /tmp
tar xvf xen-3.0-x86_32-rhel4.1.bin.tar
#go to the tar dir
rpm -Fvh glibc* nscd* nptl*
Regards
Kevin
-----Oorspronkelijk bericht-----
Van: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx]Namens Joaquin Raventos
Verzonden: Monday, June 05, 2006 4:32 PM
Aan: xen-users@xxxxxxxxxxxxxxxxxxx
Onderwerp: [Xen-users] Fedora Core 5 /lib/tls
Hello Everyone,
I've installed Xen 3.0 on my Fedora Core 5 machine and I've ran into this
problem were this message appears.
***************************************************************
***************************************************************
** 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've proceeded to rename /lib/tls to /lib/tls.disabled. I also added to
/etc/ld.so.conf.d/nosegneg.conf the following line.
hwcap 0 nosegneg
Even after all of these steps I still get the warning on boot up. Your
help is greatly appreciated.
Thank You,
Joaquin
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|