I guess this should be pretty self explanitory.. however I recieve this message today when booting a guest... 64818] [ 2242.764827] *************************************************************** [ 2242.764831] *************************************************************** [ 2242.764834] ** WARNING: Currently emulating unsupported memory accesses ** [ 2242.764837] ** in /lib/tls glibc libraries. The emulation is ** [ 2242.764840] ** slow. To ensure full performance you should ** [ 2242.764843] ** install a ''xen-friendly'' (nosegneg) version of ** [ 2242.764846] ** the library, or disable tls support by executing ** [ 2242.764849] ** the following as root: ** [ 2242.764852] ** mv /lib/tls /lib/tls.disabled ** [ 2242.764858] ** Offending process: modprobe (pid=1866) ** [ 2242.764861] *************************************************************** [ 2242.764864] *************************************************************** [ 2242.764867] [ 2242.764869] Continuing... I am running gutsy as the dom0 and dapper as the guest. I am thinking this may be due to the lack of xen support in dapper. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Try this in dom0 : mv /lib.tls /lib.tls.disabled Then reboot. ____________ -----Message d''origine----- De : xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] De la part de Austin Trask Envoyé : 23 octobre 2007 12:20 À : xen-users@lists.xensource.com Objet : [Xen-users] weird message on guest boot I guess this should be pretty self explanitory.. however I recieve this message today when booting a guest... 64818] [ 2242.764827] *************************************************************** [ 2242.764831] *************************************************************** [ 2242.764834] ** WARNING: Currently emulating unsupported memory accesses ** [ 2242.764837] ** in /lib/tls glibc libraries. The emulation is ** [ 2242.764840] ** slow. To ensure full performance you should ** [ 2242.764843] ** install a ''xen-friendly'' (nosegneg) version of ** [ 2242.764846] ** the library, or disable tls support by executing ** [ 2242.764849] ** the following as root: ** [ 2242.764852] ** mv /lib/tls /lib/tls.disabled ** [ 2242.764858] ** Offending process: modprobe (pid=1866) ** [ 2242.764861] *************************************************************** [ 2242.764864] *************************************************************** [ 2242.764867] [ 2242.764869] Continuing... I am running gutsy as the dom0 and dapper as the guest. I am thinking this may be due to the lack of xen support in dapper. _______________________________________________ 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
Woops, an error there. mv /lib/tls /lib/tls.disabled -----Message d''origine----- De : xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] De la part de Boudreau Luc Envoyé : 23 octobre 2007 12:27 À : xen-users@lists.xensource.com Objet : RE: [Xen-users] weird message on guest boot Try this in dom0 : mv /lib.tls /lib.tls.disabled Then reboot. ____________ -----Message d''origine----- De : xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] De la part de Austin Trask Envoyé : 23 octobre 2007 12:20 À : xen-users@lists.xensource.com Objet : [Xen-users] weird message on guest boot I guess this should be pretty self explanitory.. however I recieve this message today when booting a guest... 64818] [ 2242.764827] *************************************************************** [ 2242.764831] *************************************************************** [ 2242.764834] ** WARNING: Currently emulating unsupported memory accesses ** [ 2242.764837] ** in /lib/tls glibc libraries. The emulation is ** [ 2242.764840] ** slow. To ensure full performance you should ** [ 2242.764843] ** install a ''xen-friendly'' (nosegneg) version of ** [ 2242.764846] ** the library, or disable tls support by executing ** [ 2242.764849] ** the following as root: ** [ 2242.764852] ** mv /lib/tls /lib/tls.disabled ** [ 2242.764858] ** Offending process: modprobe (pid=1866) ** [ 2242.764861] *************************************************************** [ 2242.764864] *************************************************************** [ 2242.764867] [ 2242.764869] Continuing... I am running gutsy as the dom0 and dapper as the guest. I am thinking this may be due to the lack of xen support in dapper. _______________________________________________ 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 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Austin Trask schrieb:> I guess this should be pretty self explanitory.. however I recieve this > message today when booting a guest...dapper doesn''t support nosegneg per default in its libc. you might be able to recompile one with dpkg-buildpackage, but doing as suggested works much quicker ;) btw. if you received this message on a somewhen previously installed domU, you a) installed a new ssl related package or b) had a security update. In both cases, just rm -rf /lib/tls.disabled && mv /lib/tls /lib/tls.disabled well, needless to say to be careful with rm in /lib ... greetings -- Stephan Seitz Senior System Administrator *netz-haut* e.K. multimediale kommunikation zweierweg 22 97074 würzburg fon: +49 931 2876247 fax: +49 931 2876248 web: www.netz-haut.de <http://www.netz-haut.de/> registriergericht: amtsgericht würzburg, hra 5054 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users