From owner-freebsd-questions Mon May 14 22:51:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from jason-n3xt.org (crtntx1-ar3-088-078.crtntx1.dsl.gtei.net [4.41.88.78]) by hub.freebsd.org (Postfix) with ESMTP id 00F9237B42C for ; Mon, 14 May 2001 22:51:02 -0700 (PDT) (envelope-from jason@jason-n3xt.org) Received: from jason (crtntx1-ar3-088-096.crtntx1.dsl.gtei.net [4.41.88.96]) by jason-n3xt.org (8.11.3/8.11.3) with SMTP id f4F5ow900388; Tue, 15 May 2001 05:50:58 GMT (envelope-from jason@jason-n3xt.org) From: "Jason Halbert" To: Cc: Subject: RE: make buildkernel fails Date: Tue, 15 May 2001 00:51:00 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3B0039E0.3A5C4977@urx.com> X-Mimeole: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I did something that may or may not be recommended and I cannot say it fixed any problem. But, I just "rm -rf"ed my /usr/src dir and cvsup'ed the sources for 4.3-STABLE. I went through the steps for upgraded with no problems at all. On a side note.. a friend of mine that refuses to use UNIX watched me work through this problem. I made $20 on a bet that I wouldn't lose any data. I guess on a windows machine it's a high possibility that you'll end up at a dead end when you try to upgrade. All I can say is that... FreeBSD KICKS ASS! :) --- Jason P. Halbert Transmitter Maintenance Engineer KDAF-TV/DT WB33/32 jason@jason-n3xt.org -----Original Message----- From: Kent Stewart [mailto:kstewart@urx.com] Sent: Monday, May 14, 2001 3:03 PM To: Jason Halbert Cc: questions@freebsd.org Subject: Re: make buildkernel fails Jason Halbert wrote: > > I, just out of curiosity, upgraded my P200 SMP machine that was installed > with the very same disc my K6-2 450 used. I went from beginning to end > without a hitch. Mind you it took a whole day, but it worked. I just can't > seem to figure out why my faster machine is saying "bleh" (figuratively) > when I try to upgrade it. The threads I followed months ago had the K6-450 overheating or etc. AMD's seem to run hotter than similarly clocked Intels. The buildworld uses all of the resources and can encounter problems due to heating or memory timing problems. My 900 Athlon runs hotter than my Intel 866 copermines. The interesting part is the dual 866's are only 10% faster doing a buildworld than the Thunderbird. There wasn't much point in going dual at 3x the cost. I think using 3 ide channels for parallel I/O isn't enough to keep either the dual 866's or the 900 busy. I haven't felt like spending the money to replace the ATA-100 drives with Ultra-160 scsi's. > > Maybe this is the computer gods way of saying get a new computer. I think the Athlon is a much better cpu than the K6. Kent > > --- > Jason > jason@jason-n3xt.org > > -----Original Message----- > From: Jeff Kolp [mailto:linux@icpn.com] > Sent: Sunday, May 13, 2001 11:03 AM > To: Jason Halbert > Subject: Re: make buildkernel fails > > Hmmm, Did you start at beginning after you corrected overclocking problem. I > had same thing come up and I had to start over to make it work. I tried to > pick up at the buildworld step only find out it didn't work. > > Jk > ----- Original Message ----- > From: "Jason Halbert" > To: "Jeff Kolp" > Sent: Sunday, May 13, 2001 11:19 AM > Subject: RE: make buildkernel fails > > > Everything to my knowledge is set correctly. I checked over everything > when > > I noticed the processor was over clocked and I was having other problems. > > > > I'll check again. > > > > --- > > Jason > > > > -----Original Message----- > > From: Jeff Kolp [mailto:linux@icpn.com] > > Sent: Sunday, May 13, 2001 9:49 AM > > To: Jason Halbert > > Subject: Re: make buildkernel fails > > > > > > Error code one usually means a hardware problem > > > > Is your clock speed and pci clock speed set right. Is your memory set > right > > in bios. Check all bios setting, if you have cache enabled for system and > > video disable. All those tweaks bsd don't like while install, I think you > > can set them back to tweaked after the fact. > > > > hope you find it, > > > > Jk > > ----- Original Message ----- > > From: "Jason Halbert" > > To: > > Sent: Sunday, May 13, 2001 10:38 AM > > Subject: make buildkernel fails > > > > > > > Hi Everyone: > > > > > > I found the problem with the buildworld crashing. My board was over > > clocked > > > and I had forgotten about it. Now the next step in upgrading "make > > > buildkernel" is having some problems. This is what I get when it stops. > > > > > > --- > > > /usr/src/sys/dev/mii/inphy.c: In function `inphy_probe': > > > /usr/src/sys/dev/mii/inphy.c:91: `MII_OUI_xxINTEL' undeclared (first use > > in > > > this function) > > > /usr/src/sys/dev/mii/inphy.c:91: (Each undeclared identifier is reported > > > only once > > > /usr/src/sys/dev/mii/inphy.c:91: for each function it appears in.) > > > /usr/src/sys/dev/mii/inphy.c:92: `MII_MODEL_xxINTEL_I82553AB' undeclared > > > (first use in this function) > > > /usr/src/sys/dev/mii/inphy.c:93: `MII_STR_xxINTEL_I82553AB' undeclared > > > (first use in this function) > > > /usr/src/sys/dev/mii/inphy.c:102: `MII_MODEL_INTEL_I82553C' undeclared > > > (first use in this function) > > > /usr/src/sys/dev/mii/inphy.c:103: `MII_STR_INTEL_I82553C' undeclared > > (first > > > use in this function) > > > /usr/src/sys/dev/mii/inphy.c:105: `MII_MODEL_INTEL_I82562EM' undeclared > > > (first use in this function) > > > /usr/src/sys/dev/mii/inphy.c:106: `MII_STR_INTEL_I82562EM' undeclared > > (first > > > use in this function) > > > /usr/src/sys/dev/mii/inphy.c:108: `MII_MODEL_INTEL_I82562ET' undeclared > > > (first use in this function) > > > /usr/src/sys/dev/mii/inphy.c:109: `MII_STR_INTEL_I82562ET' undeclared > > (first > > > use in this function) > > > *** Error code 1 > > > > > > Stop in /usr/obj/usr/src/sys/N3XT. > > > *** Error code 1 > > > > > > Stop in /usr/src. > > > *** Error code 1 > > > > > > Stop in /usr/src. > > > --- > > > > > > This is a custom kernel config, but I tried it on just the unchanged > > GENERIC > > > config and I get the same thing. I'm in the process of upgrading from > > > 4.2-RELEASE to 4.X-STABLE. Anyone have an idea? > > > > > > Thanks IA > > > > > > Jason Halbert > > > jason@jason-n3xt.org > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message