|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] How to disable tls on CentOS 5 with Xen 3.3.1?
It works. Thank you very much.
Just to clarify, the path for xen.conf should be /etc/ld.so.conf.d/xen.conf
Regards,
Jiang
--- 09年3月11日,周三, John Haxby <john.haxby@xxxxxxxxxx> 写道:
发件人: John Haxby <john.haxby@xxxxxxxxxx> 主题: Re: [Xen-users] How to disable tls on CentOS 5 with Xen 3.3.1? 收件人: "jiang wang" <jwangzju@xxxxxxxxxxxx> 抄送: xen-users@xxxxxxxxxxxxxxxxxxx 日期: 2009年3月11日,周三,上午2:42
jiang wang wrote: > Hi: > > I downloaded Xen 3.3.1 source from xen.org, compiled and installed it on CentOS 5. At first boot into xen, I got an error message about tls and told me to use "mv /lib/tls
/lib/tls.disabled" to disable it. I issued that command after the first boot. And also tried to remove that directory to /root. >
The suggestion does nothing on CentOS because that directory is empty. Put this in /etc/ld.conf.so.d/xen.conf:
# This directive teaches ldconfig to search in nosegneg subdirectories # and cache the DSOs there with extra bit 0 set in their hwcap match # fields. In Xen guest kernels, the vDSO tells the dynamic linker to # search in nosegneg subdirectories and to match this extra hwcap bit # in the ld.so.cache file. hwcap 0 nosegneg
Note that the file name _must_ end ".conf". When you've done that, run /sbin/ldconfig and reboot. The problem should go away.
jch
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|