DIEDERIT@ing.boehringer-ingelheim.com
2006-Feb-13  10:57 UTC
AW: [Xen-users] TLS emulation and nash
Did you remove it in your Host and Guest?! Thomas Diederich ************************************************** * Boehringer Ingelheim Pharma GmbH & Co.KG * A Informationsverarbeitung / Diplomant Systemtechnik * * Mail: diederit@ing.boehringer-Ingelheim.com * Phone: +49 (0)6132/77-98151 -----Ursprüngliche Nachricht----- Von: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] Gesendet: Montag, 13. Februar 2006 11:56 An: xen-users@lists.xensource.com Betreff: [Xen-users] TLS emulation and nash Hello, I´m testing the actual XEN-Release 3.0.1 on Fedora Core 4. My domains are booting and working fine. Only while domU or dom0 are booting, I get this message for DomU: *************************************************************** *************************************************************** ** 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: nash (pid=834) ** *************************************************************** *************************************************************** In dom0, the offending process is hotplug. I already have moved /lib/tls to /lib/tls.disabled! How can I get rid off this message? Thanks for help. Regards, Janek Neubert _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
DIEDERIT@ing.boehringer-ingelheim.com schrieb:> Did you remove it in your Host and Guest?!Yes, I did. Janek Neubert _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hello, here it is: Ralf Schmitt schrieb:> Could you please post the result of: > find / -noleaf -type d -name "*tls*"dom0: /etc/pki/tls /lib/tls.disabled /usr/lib/tls.disabled /usr/X11R6/lib/tls domU: /lib/tls.disabled /usr/X11R6/lib/tls /usr/lib/tls.disabled /etc/pki/tls> > from dom0 amd domU and also: > > ldd /sbin/mkinitrd[root@xentest lib]# ldd /sbin/mkinitrd not a dynamic executable It seems to be statically linked. Thanks fro help. Regards, Janek Neubert _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Could you please post the result of:
   
    find / -noleaf -type d -name "*tls*"
from dom0 amd domU and also:
    ldd /sbin/mkinitrd
from dom0.
Regards 
   Ralf 
 
Am Montag, den 13.02.2006, 12:11 +0100 schrieb Janek
Neubert:> DIEDERIT@ing.boehringer-ingelheim.com schrieb:
> > Did you remove it in your Host and  Guest?!
> 
> Yes, I did.
> 
> Janek Neubert
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
OK ... tls has been moved on both systems.
I never had any problems on domU or dom0 since I moved tls on my
FC3 dom0 with a FC4 domU and I just ignore the message
I guess, that you will get the same ldd result if you run:
  [root@tivoli Kernel]# ldd /sbin/nash
        not a dynamic executable
 
  [root@tivoli Kernel]# ldd /sbin/hotplug
        not a dynamic executable
Maybe you have seen the answer from Ernst Bachmann in the other
thread ... I also think, that this is not a problem ... it is just
annoying:
> probably your hotplug / nash is statically linked against the tls
> glibc, so 
> there is no way to get rid of the problem without recompiling them.
>
> you can check if thats the case with "ldd /path/to/binary".
>
> but since I guess both programs aren''t that time critical, you
could
> just live 
> with the warning and a slow hotplug/nash.
You can search in the mailing list archive:
  http://lists.xensource.com/archives/html/xen-users/
with the words "fedora", "glibc" and "tls". There
was
a discussion about recompiling the glibc without tls
support and other usefull information about this 
"problem" ... but I also think, that you don''t have to 
do anything.
I''m running a lot of different programms in my domU
test environment:
   - Oracle
   - DB2
   - "IBM Tivoli Systems Management" software
   - apache
   - mysql
   - a lot of other stuff
Everything works fine :))
Regards
  Ralf
Janek Neubert wrote:> Hello,
> 
> 
> here it is:
> Ralf Schmitt schrieb:
> > Could you please post the result of:
> >     find / -noleaf -type d -name "*tls*"
> 
> dom0:
> 
> /etc/pki/tls
> /lib/tls.disabled
> /usr/lib/tls.disabled
> /usr/X11R6/lib/tls
> 
> domU:
> 
> /lib/tls.disabled
> /usr/X11R6/lib/tls
> /usr/lib/tls.disabled
> /etc/pki/tls
> 
> > 
> > from dom0 amd domU and also:
> > 
> >     ldd /sbin/mkinitrd
> 
> [root@xentest lib]# ldd /sbin/mkinitrd
>       not a dynamic executable
> 
> It seems to be statically linked.
> 
> 
> Thanks fro help.
> 
> Regards,
> 
> Janek Neubert
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users