31Mar/084
Xen VPS “4gb seg fix up” Problem
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
mv /usr/lib/tls /usr/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
Related Article
Sideblog 
- Mozilla Released Thunderbird 3 9 December 2009
The long waited open source email client Thunderbird 3 is now released! Upgrading from Thunderbird 2 to Thunderbird 3 is very easy and almost automatically. Once you finished installing version 3, you. […] - Microsoft Wireless Comfort Desktop 5000 Keyboard and Mouse 22 October 2009
The Microsoft Wireless Comfort Desktop 5000 has been designed to enhance your Windows 7 experience. You can easily access programs in the task bar with convenient hot keys. Applications in the taskbar. […] - WooFunction: 178 Amazing Web Design Icons 28 September 2009
The WooFunction Icon Set includes 178 amazing web-related icons in a sophisticated and glossy design style. All 178 icons are available as 32×32 pixel PNG files and we can assure you that they are in. […] - Moblin the Next Generation OS for Netbook 27 September 2009
Moblin is an open source project that supports Linux-based software platform and is optimized for the next generation of mobile devices including netbooks, mobile Internet devices (MIDs), in-vehicle i. […] - Twitterify Your Wordpress Blog Using P2 Theme 21 September 2009
Twitter is becoming more and more popular due to its requirement as micro blogging is not much, only 140 characters that even less than a text message limit which is 160 characters. Blogger that is no. […]

July 31st, 2008 - 08:01
Cheers for that
October 20th, 2008 - 04:02
Thanks a lot for that!
December 18th, 2008 - 07:39
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 - 09:48
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?