[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Improve the tls warning message to mention that the best soloution is to install a 'xen-friendly' glibc.
# HG changeset patch # User iap10@xxxxxxxxxxxxxxxxxxxxx # Node ID 82f61375cd742d3e944b319f63a7b1e87797c2d6 # Parent 28ce48573771c0f7b07a931dcc35011c7c942af7 Improve the tls warning message to mention that the best soloution is to install a 'xen-friendly' glibc. Signed-off-by: ian@xxxxxxxxxxxxx diff -r 28ce48573771 -r 82f61375cd74 linux-2.6-xen-sparse/arch/xen/i386/kernel/fixup.c --- a/linux-2.6-xen-sparse/arch/xen/i386/kernel/fixup.c Wed Nov 30 19:55:08 2005 +++ b/linux-2.6-xen-sparse/arch/xen/i386/kernel/fixup.c Thu Dec 1 01:36:46 2005 @@ -56,9 +56,11 @@ DP("***************************************************************"); DP("***************************************************************"); DP("** WARNING: Currently emulating unsupported memory accesses **"); - DP("** in /lib/tls libraries. The emulation is very **"); + DP("** in /lib/tls glibc libraries. The emulation is **"); DP("** slow. To ensure full performance you should **"); - DP("** execute the following as root: **"); + DP("** install a 'xen-friendly' (nosegneg) version of **"); + DP("** the library, or disable tls support by executing **"); + DP("** the following as root: **"); DP("** mv /lib/tls /lib/tls.disabled **"); DP("** Offending process: %-38.38s **", info); DP("***************************************************************"); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |