From owner-freebsd-current@FreeBSD.ORG Thu Jun 30 18:56:41 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1BEC1065672 for ; Thu, 30 Jun 2011 18:56:41 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7989F8FC19 for ; Thu, 30 Jun 2011 18:56:41 +0000 (UTC) Received: by iwr19 with SMTP id 19so3018708iwr.13 for ; Thu, 30 Jun 2011 11:56:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=mgE5OtFB6FXWqN+XA6fP/oDf/15eDlFJnNCUPzsmMI8=; b=WkfzdqGo/+RxSGMgAx6yaaET/BL7Bejy6gFEpBMVReetenKsKxgBn0UReUCy/np1TK vtbgrFTnwPKj/N0tT2UjretBTdS3I7Ry55doLLKhbBSpEwnO9MOguk0drT3QG+VjspAF 4cS8E30khv5V+JI+8otR9lB6YHq+Nw6rB3Rnc= Received: by 10.42.133.6 with SMTP id f6mr593006ict.230.1309460200521; Thu, 30 Jun 2011 11:56:40 -0700 (PDT) Received: from sidhe.local ([75.101.87.90]) by mx.google.com with ESMTPS id x4sm590076ibm.59.2011.06.30.11.56.37 (version=SSLv3 cipher=OTHER); Thu, 30 Jun 2011 11:56:38 -0700 (PDT) Message-ID: <4E0CC6E8.2040708@gmail.com> Date: Thu, 30 Jun 2011 11:56:40 -0700 From: Matt User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110624 Thunderbird/3.1.11 MIME-Version: 1.0 To: eculp References: <20110629073105.17922wqmo8yonl6o@econet.encontacto.net> <1309355420.68251.8.camel@btw.pki2.com> <20110630094341.38064xcui4cdd2n4@econet.encontacto.net> In-Reply-To: <20110630094341.38064xcui4cdd2n4@econet.encontacto.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: dg17@penx.com, freebsd-current Subject: Re: Opinion on using AMD Phenom II x6 1090t with Gigabyte 890BPA-UD3H and 8GB DDR-3 as a WebServer. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 18:56:41 -0000 On 06/30/11 07:43, eculp wrote: > Quoting Dennis Glatting : > >> On Wed, 2011-06-29 at 07:31 -0500, eculp wrote: >>> I just saw this box that is being promoted as a gaming machine at a >>> great price and am considering it as a web-server. >>> >>> In addition to having no information on the CPU as a server lack of >>> comfort with 6 cores and memory 8GB of memory that I am having a >>> problem with. I am not a gamer but I have always assumed that a >>> gaming machine needs the most aggressive hardware. I have also seen >>> this processor with 12 GB rather than 8 which, in my ignorance sounds >>> better. >>> >>> Any opinions and guidance are appreciated. >>> >> >> I have been moving away from Gigabyte however I do have a similar board: >> >> MB GIGABYTE GA-870A-UD3 RT > > This one is GA-890BPA-UD3G that also has RealTek 811D 10/100/1000 Mbit > that I doubt will be a limitation. I'll stick in another card anyway. > I also like that has is sata3 and usb 3 so it seems to be up to date. > >> >> My key complaint about Gigabyte is the ReatTek Ethernet chips. Realtek >> doesn't publish chip specs and therefore the drivers under FreeBSD/Linux >> are so-so (i.e., they work but not performance optimized and forget >> about anything but the default MTU). >> >> On my board I hate the South Bridge chip, which is useless for RAID. >> >> I am also unable to install VMWare ESXi, my last ditch attempt to find a >> use for my board. There appears to be a hardware incompatibility while >> installing (i.e., not during the probe sequence, rather after that >> sequence then onto installation). >> > Thanks a lot for your suggestions and point of view. I'm begining to > think that this may be too much machine but comming down doesn't save > much so I will probably give it a try. > > ed >> >> >> > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" > A gaming machine needs aggressive hardware, yes, but no one *really* cares if it freezes up once a month. You get what you pay for mostly, so beware of RAM quality, disks, obscure and unfixed BIOS issues, power supply woes etc. I'd really recommend running disk redundancy if it's going to be a single webserver. I think the AMD Thubans can do ECC, right? Might be a good idea for reliability. Especially if you run /var/www on a malloc'd md disk. If you have a few of them in failover, these issues are a bit less, so long as they all don't break at once :). For what it's worth, I have a RealTek 8169 that works great on 9-current. Never had issues with performance or mtu. VLANs work fine. Transfer over CIFs is disk limited at 65mb/s. Will it be fine? Yes. Will it buildworld pretty fast? Yes. Could it leave you "up a creek" at 3 am 2 months after the 1 year warranty expires? Yes. Depends on expectations, of course. Matt