From owner-freebsd-questions@FreeBSD.ORG Wed Jun 13 13:32:49 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6A7D16A400 for ; Wed, 13 Jun 2007 13:32:49 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id 74D2713C480 for ; Wed, 13 Jun 2007 13:32:49 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so332839pyi for ; Wed, 13 Jun 2007 06:32:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bxbtKmjL6p5MxuKcuRDBl5SO0pg/B0IpGY/RA8+3qMdGzFGDMfzdlx/NreamhgBAtd+O2v+tmdx4P65liUE7Rm5vUJqbzP9zWC234Iq8xhGrv5n0y+ep9E1DtzVAhFMVPJoASKVqhYKhKxepjEtYuIn7aLj5JBNmMKUdFJwsLEM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BNdOOG2a6q9kAz/Xyir9tWKCX/5S4cnRCpizLOvuoDuu8gttT0UWvqPtAZ3iGkXIWRN1cl0pKhteQZGOzH9Jd7mnkXd9xlJu+Bq8bLglFWXrLZNl4GQPQYsif63H3M8X2Frz3FiY4TxbwS26rACg8Mkort0E+BnfpOzUjPUe7K4= Received: by 10.35.110.13 with SMTP id n13mr1234018pym.1181741565655; Wed, 13 Jun 2007 06:32:45 -0700 (PDT) Received: by 10.35.36.15 with HTTP; Wed, 13 Jun 2007 06:32:45 -0700 (PDT) Message-ID: <340a29540706130632m289285dfi595442a6269e1645@mail.gmail.com> Date: Wed, 13 Jun 2007 07:32:45 -0600 From: "Andrew Falanga" To: "Ian Smith" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070612171902.ABA9616A4A5@hub.freebsd.org> Cc: freebsd-questions@freebsd.org Subject: Re: Fresh install won't compile requirement libraries for cvsup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2007 13:32:49 -0000 On 6/13/07, Ian Smith wrote: > On Tue, 12 Jun 2007 10:02:38 -0600 Andrew Falanga wrote: > > > a hard hang. Nothing worked. I could not even Alt+ to a > > different pseudo terminal. The system just hard hanged. I rebooted > > and tried the install again with the same result. > > At the same place? If so, I'd tend to suspect memory rather than cpu. No it did not stop at the same place. I still suspect memory versus the cpu, especially considering that, apparently, there were several generations of the K6. I didn't know this. For several years, I did not have the time or money to play with hardware and therefore lost touch with much of the hardware that was out there. > > > I'm wondering if it could be hardware, specifically memory. I've > > never seen a FreeBSD, OpenBSD or Linux (for that matter) hard hang on > > program compilation apart from hardware problems. Also of particular > [..] > > System configuration is as follows: > > > > AMD K6 700mHz > > 256mb RAM (PC 133) > > 13gb HDD > > 700MHz? Please show us the line from your /var/run/dmesg.boot showing > the exact cpu and clock. This will also indicate features & stepping > that should pinpoint the cpu model. From one 4.10 system hereabouts: > > CPU: AMD-K6(tm) 3D processor (400.91-MHz 586-class CPU) > Origin = "AuthenticAMD" Id = 0x58c Stepping = 12 > Features=0x8021bf > AMD Features=0x80000800 > real memory = 134152192 (131008K bytes) > > That's a K6-2, though it doesn't say so there. From memory, the fastest > ever K6-2 was ~550MHz, but people did tend to wildly overclock them .. I will provide this info., hopefully tonight when I get home. I'm pretty sure this was never over clocked. It was the secretaries computer of the church I attend. I'm working on remaking the system into a web server as the secretary was just given a laptop. > > As others have mentioned, K6s don't like running too hot. I nurse two, > the 400 and a 450MHz box that run forever as long as the cpu fan is ok. > And when they do overheat, they'll freeze, but I've never actually seen > one damaged (as opposed to a couple of fried P3s of similar vintage) > > If you really are running it at 700MHz (at what bus speed setting?) then > I'd treat it to a new heat sink with fresh thermal paste and a BIG fan. Ok, sounds good. I'll see what I can find for this CPU. > > And sure it's best to run matched-speed memory. Your BIOS probably lets > you play with wait states and such, but the basic PCI bus speed might be > something weird if you've managed to crank the cpu up to 700MHz .. > How do wait states relate to memory speed? Please enlighten me. I have an idea, but I'm only theorizing, I'd like to know what it really means. If it's more in depth than one would like to type in a response, sending a link is fine. I learned quite a bit on the "Sig 11" links given earlier. Thanks, Andy