|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] domU does not fully boot
Abdul Qadeer wrote:
I guess this problem is related to TLS and the Xen documentation
says something to disable TLS.
Check the archives. On a CentOS/Red Hat/Fedora host platform it's just
a question of creating a file called, say /etc/ld.so.conf.d/xen.conf
(the .conf suffix is importat and put this in it:
# 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
You should probably run /sbin/ldconfig afterwards and then reboot.
jch
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|