up vote 0 down vote favorite
share [g+] share [fb]

After installing xen, them dom0 displays the following message:

***************************************************************
***************************************************************
** 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 **
***************************************************************
***************************************************************

I don't exactly understand why I should move /lib/tls to /lib/tls.disabled. Can you explain why I should do this.

Does this apply to the domU as well?

I'm using Ubuntu Server 8.04 (3) LTS.

link|improve this question
feedback

1 Answer

The message means that Xen can't use it efficiently. I believe your versionof tls / xen are just outdated: have you considered upgrading?

'tls' supports concurrent multi-threading in applications (Thread-Local Storage specifically). Renaming it won't harm anything.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown