WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] TLS Warning while booting the XenU

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] TLS Warning while booting the XenU
From: "techy geek" <techygeek72@xxxxxxxxx>
Date: Sat, 17 Nov 2007 05:54:37 -0500
Delivery-date: Sat, 17 Nov 2007 02:55:18 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=sCc5DQ67QzJrXsUaR6a8weE2gupTR8UMT6g39aoPu5k=; b=QSBbmRnK+ZuH10tNW4p7NJqiCacHZ/3YvrdNChtb0CjKKqt9IYEzWGXKLGE8Hy0CFC8bnsFIxprwg5dN+ayYHaqHcCentW4sTkhqzWxElz80nOndVafMsp5PIsX+yg7vehZjoKWRtMq1edKP/ckq5oy9UKOrQJ8Jqk6XuC6IEeU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NjFHeAVR5tcYVGUwEjmOtRTSx6JApaJAaPz5k4b/1d3B3O+hSyQXdW56RRN2tvBT3WYnryoPbr2l/4e0X228ouIMFPBbi6mvgpZpHAekiqbPp2l5SD5Id84q8TO5u8d3BEeW9Sw2MiSuGf5XKWHoL8h1QxWgtCsyP/o8Vjjo7Is=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi Every1,

I am facing a very weird problem of getting the TLS related warning
while booting the XenU Kernel.

Actually I am using the kernel image from Xen-3.1.0-src package and
getting the following warning message during the bootup:


***************************************************************
                           ** 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: modprobe (pid=666)
                   **

***************************************************************
I had also disbaled  tls by doing "mv tls tls.disabled" before
compiling the  XenU image and then made the ramdisk.

 The last line in above warning seems to be doing some weird thing
"Offending process: modprobe (pid=666) "
If anyone faced same situation before please let me know.
Also my gcc version is 4.1.2

Thanks.........
Himanshu

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] TLS Warning while booting the XenU, techy geek <=