Xen VPS “4gb seg fix up” Problem
March 31st, 2008 Posted in System Administration
It’s a known issues on Xen based Virtual Private Server (VPS) that often it shows “4gb seg fix up” error messages. After a few search I found this command to fix it.
Run the commands below on DomU
First try disabling tls by renaming it to tls.disabled:
mv /lib/tls /lib/tls.disabled
If this doesn’t work then try this command:
echo 'hwcap 0 nosegneg' > /etc/ld.so.conf.d/libc6-xen.conf && ldconfig
after that you’ll need to restart the VPS
July 31st, 2008 at 8:01 am
Cheers for that
October 20th, 2008 at 4:02 am
Thanks a lot for that!
December 18th, 2008 at 7:39 am
Hmmm, doesn’t work for me. Most tips I’ve found don’t do it eitherl… I get it on CentOS 5.2 kernel ver. 2.6.18-92.1.18.el5xen when using ImageMagick’s convert command ( IM ver. 6.4.7-3 )- 10’s of thousands of log entries.
Not whining, just a head’s up and still on the lookout for a solution.
December 18th, 2008 at 9:48 am
did you install udev? it will cause the same problem as it re-install tls. also have you restart the vps after running the command?