Contact SalesSitemapCustomer Login

Warning: mysql_connect() [/function.mysql-connect]: Can't connect to MySQL server on 'coredb-01.spry.com' (13) in [path]/vpslink_template_files/contextual_ads.inc.php on line 56

Go Back   VPSlink Forums > Operating Systems > Gentoo

Reply
 
Thread Tools Display Modes
  #21 (permalink)  
Old 09-05-2006, 11:03 AM
Senior Member
 
Join Date: Aug 2006
Posts: 159
Default

Quote:
Originally Posted by scotty
When I tried to emerge glibc-2.4 a warning message printed out saying NPTL-only requires kernel >= 2.6.9.
That was an arbitrary decision the toolchain devs made to allow them to slim down glibc. Pre-2.6.9 kernel NPTL is still perfectly functional, and VPSLink users who are still on a 2.6.8 kernel can just add the following to /etc/make.conf before building glibc:
Code:
NPTL_KERNEL_VERSION="2.6.8"
My server seems to be hosted on a 2.6.9 kernel (egils) so this hasn't affected me.

See this for more info:
http://bugs.gentoo.org/show_bug.cgi?id=123349
Reply With Quote
  #22 (permalink)  
Old 09-05-2006, 11:27 AM
Member
 
Join Date: Jun 2006
Location: australia
Posts: 64
Default

Quote:
Originally Posted by jcsix
Code:
NPTL_KERNEL_VERSION="2.6.8"
My server seems to be hosted on a 2.6.9 kernel (egils) so this hasn't affected me.
Incidentally, the kernel might really be 2.6.8 (latest openvz stable), but the guest kernel version was fudge to avoid a version detection in the fedora template, as mentioned in a forum post a few months back.

cheers for the NPTL_KERNEL_VERSION tip though.
Reply With Quote
  #23 (permalink)  
Old 09-05-2006, 12:56 PM
Member
 
Join Date: Jun 2006
Location: Sydney, Australia
Posts: 97
Send a message via ICQ to scotty Send a message via Yahoo to scotty Send a message via Skype™ to scotty
Default

Thanks for tip.

I'll give that a try later. If anyone on bass feels slow tonight it is because I am recompiling glibc
Reply With Quote
  #24 (permalink)  
Old 09-10-2006, 12:58 AM
Junior Member
 
Join Date: Sep 2006
Posts: 20
Default

anyone have packages already made for VPSlink2?
I just pucharse and got the base stage3 on it.. so now will be the best time to do this before I download more software..
Thank.s
Reply With Quote
  #25 (permalink)  
Old 10-14-2006, 06:11 PM
Junior Member
 
Join Date: Oct 2006
Posts: 2
Default

I can confirm that GCC 4.1.1 will not compile on a Link3. Same out of memory issues that were reported in the FP. I built a binary package for it (-march=pentium4) on one of my dedicated servers. That worked fine.
Reply With Quote
  #26 (permalink)  
Old 10-15-2006, 07:38 AM
Senior Member
 
Join Date: Aug 2006
Posts: 159
Default

Quote:
Originally Posted by teilo
I can confirm that GCC 4.1.1 will not compile on a Link3. Same out of memory issues that were reported in the FP. I built a binary package for it (-march=pentium4) on one of my dedicated servers. That worked fine.
I strongly caution against using -march here. If VPSLink ever migrates your virtual server to a physical server with different arch optimizations (opteron for example), it's possible that GCC will generate broken code and that can bite you in myriad ugly ways. I recommend using -mtune=pentium4 instead. This will give you similar optimizations but it won't tie GCC to that arch and will gracefully fall back to unoptimized i386 compilation if those optimizations aren't available.

This obviously costs a little in performance compared to -march, but that's better than facing significant downtime to re-compile everything installed on your server.
Reply With Quote
  #27 (permalink)  
Old 11-30-2006, 08:35 PM
Junior Member
 
Join Date: Nov 2006
Posts: 6
Default

I tried to build GCC 4.1.1 on Link2 and Link3 with no luck. But I have a working binary package (USE="nls") for anyone who is interested.
-dr
Reply With Quote
  #28 (permalink)  
Old 09-14-2009, 05:15 PM
Junior Member
 
Join Date: Feb 2009
Posts: 5
Question Open VZ or Xen?

Just curios but since you can use swap with a Xen installation, does anyone think it would be possible to build 4.X with a Xen based install using Swap? Or is it a no go either way?

Was getting ready to move some services actually downgrading from a L4 to a L3 with Gentoo - the L4 has Host In a Box, but would prefer to use a customized Gentoo (what I run on my local machines).

However what a inconvenience not being able to upgrade the build tools
Reply With Quote
  #29 (permalink)  
Old 09-14-2009, 10:20 PM
Administrator
 
Join Date: Dec 2007
Posts: 1,141
Default

Please check your private messages, valenfor - we would be happy to give you a chance to test out a Gentoo deployment on a Link-3 before committing to your planned downgrade.
Reply With Quote
  #30 (permalink)  
Old 09-14-2009, 11:10 PM
Junior Member
 
Join Date: Aug 2009
Posts: 3
Default

Have you tried adding this to your CFLAGS to compile GCC?
--param ggc-min-expand=0 --param ggc-min-heapsize=8192
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT. The time now is 11:21 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0