4gb seg fixup,how to solve (CentOS)

Xen DomU: 4gb seg fixup, process

A common error on a DomU (as well as Dom0) in /var/log/messages once the guest/VDS has just been setup is:

4gb seg fixup, process

You can fix this easily by doing the following on the guest/VDS:

mv /lib/tls /lib/tls.disabled
mv /usr/lib/tls /usr/lib/tls.disabled

echo 'hwcap 0 nosegneg' > /etc/ld.so.conf.d/libc6-.conf
reboot

ldconfig

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

How do i disable IPV6 on Cent OS

disable ipv6 on centos then you can do this :-Log in via ssh and type this :-service ipv6tables...

How can I add more CentOS repositories?

How can I add more CentOS repositories? It is possible to add more repositories that are...

How can I find the Cent OS version?

To check which release your are running you can type this into the console (bash / shell) via SSH...

How can i show my cpu info (linux)?

How can i show my cpu info? Log in to your server via SSH then typ;e the following command...

How Can i tell if my server is being DoS/DDoS'd (denial of service ) ?

You can use this command to see the number of connections per IP. It's a bit easier on the eye...