安装 xen 后,dom0 显示以下消息:
***************************************************************
***************************************************************
** 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 **
***************************************************************
***************************************************************
我不太明白为什么我应该将 /lib/tls 移至 /lib/tls.disabled。您能解释一下我为什么要这样做吗?
这也适用于 domU 吗?
我正在使用 Ubuntu Server 8.04 (3) LTS。
答案1
该消息意味着 Xen 无法有效使用它。我认为您的 tls / xen 版本已经过时:您考虑过升级吗?
“tls” 支持应用程序中的并发多线程(特别是线程本地存储)。重命名它不会造成任何损害。