If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Hi there,[br][br]I just got a trial key and Im now playing with CL.[br]First issue that I can fix is this message that fills up the /var/log/messages.[br][br]The fix is easy on centos, but doesn work with CL :[br]echo hwcap 0 nosegneg > /etc/ld.so.conf.d/kernelcap-`uname -r`.conf[br]ldconfig[br]reboot[br][br]Any suggestion ?[br][br]Thanks
Small business web hosting offering additional business services such as: domain name registrations, email accounts, web services, online community resources and various small business solutions.
4.1. A large warning message is displayed when I boot Linux, saying something about /lib/tls. What should I do?
Do as the message advises! Some modern distributions ship with a TLS version of glibc that is not fully compatible with Xen. To use Xen reliably and with maximum performance you must disable the incompatible glibc. You can easily do this by moving the /lib/tls directory (e.g., mv /lib/tls /lib/tls.disabled).
/lib/tls is already disabled and there is no libc6-xen available for centos/CL :
[17:07:29] root@facpanel [~]# yum search libc6
Loaded plugins: fastestmirror, rhnplugin
Loading mirror speeds from cached hostfile
Excluding Packages in global exclude list
Finished
Warning: No matches found for: libc6
No Matches found
I wish it would be helpful as well..
The package is libc6-xen -- but either way it is not provided by either us or CentOS. Maybe we should start.
Is this 32bit system?
If you are running glibc i686, you can try downgrading to i386 version -- which is supposed to work fine.
To check if you are running i686, do:
rpm -q glibc.i686
If you see the package -- it means you are running it.
You can try installing i368 version via:
yumdownloader glibc.i386
rpm -Uvh --force glibc*rpm
My best guess -- reboot will be needed. If you would like -- we can try to solve it inhouse first, and give you the solution. Yet, it might take a few days.
Here is what you can do (the idea is to install glibc.i386 which should work in such environment, unlike glibc.i686)
[root@localhost ~]# rpm -q glibc.i386
package glibc.i386 is not installed
[root@localhost ~]# rpm -q glibc.i686
glibc-2.5-42
This means that you have i686 version -- and you need to install i386 version
[root@localhost ~]# yumdownloader glibc.i386
Loaded plugins: fastestmirror, rhnplugin
Loading mirror speeds from cached hostfile
glibc-2.5-49.el5_5.4.i386.rpm
| 4.5 MB 00:15
./glibc-2.5-49.el5_5.4.i386.rpm already exists and appears to be
complete
[root@localhost ~]# yum update ./glibc-2.5-49.el5_5.4.i386.rpm
yum will install load file that you just downloaded, with all the dependencies
Loaded plugins: fastestmirror, rhnplugin
Loading mirror speeds from cached hostfile
Setting up Update Process
Examining ./glibc-2.5-49.el5_5.4.i386.rpm: glibc-2.5-49.el5_5.4.i386
Marking ./glibc-2.5-49.el5_5.4.i386.rpm as an update to
glibc-2.5-42.i686
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: glibc = 2.5-42 for package: glibc-devel
--> Processing Dependency: glibc = 2.5-42 for package: glibc-headers
--> Processing Dependency: glibc = 2.5-42 for package: nscd
---> Package glibc.i386 0:2.5-49.el5_5.4 set to be updated
--> Processing Dependency: glibc-common = 2.5-49.el5_5.4 for package:
glibc
--> Running transaction check
---> Package glibc-common.i386 0:2.5-49.el5_5.4 set to be updated
---> Package glibc-devel.i386 0:2.5-49.el5_5.4 set to be updated
---> Package glibc-headers.i386 0:2.5-49.el5_5.4 set to be updated
---> Package nscd.i386 0:2.5-49.el5_5.4 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================== ================================================== ===========
Package Arch Version
Repository Size
================================================== ================================================== ===========
Updating:
glibc i386
2.5-49.el5_5.4 /glibc-2.5-49.el5_5.4.i386 10 M
Updating for dependencies:
glibc-common i386 2.5-49.el5_5.4
cloudlinux-i386-server-5 16 M
glibc-devel i386 2.5-49.el5_5.4
cloudlinux-i386-server-5 2.0 M
glibc-headers i386 2.5-49.el5_5.4
cloudlinux-i386-server-5 602 k
nscd i386 2.5-49.el5_5.4
cloudlinux-i386-server-5 165 k
Nothing happened, this is a fresh cloudlinux installation on a test VPS before going for production testing.
Would you like the login information to see by yourself ?
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment