| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] How to disable tls on CentOS 5 with Xen 3.3.1?
 
To: John Haxby <john.haxby@xxxxxxxxxx>From: jiang wang <jwangzju@xxxxxxxxxxxx>Date: Wed, 11 Mar 2009 03:28:41 +0800 (CST)Cc: xen-users@xxxxxxxxxxxxxxxxxxxDelivery-date: Tue, 10 Mar 2009 12:29:25 -0700Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.cn;	h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type;	b=3OEY6b5Jd1pk8BBcA8FL8h4LWnXugQCkA6gQ3IX+zRW47pPWqgLFtGzl7bs8AVUpznU49K9Ohwx0FxjU5QK2ywZDN94Kr6a0skcNuK295vEj3ngABmLJkyNzuDpP/AME8RqchbkLCOylgU/WysIeWDdKaRAfXIzzf+fR9iTm6e4=;List-id: Xen user discussion <xen-users.lists.xensource.com> 
 | 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 
 |