From owner-freebsd-sparc Sun Mar 24 2:15:58 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 476C637B41B for ; Sun, 24 Mar 2002 02:15:53 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g2OAFpYm047855; Sun, 24 Mar 2002 02:15:51 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2OAEaCr047828; Sun, 24 Mar 2002 02:14:36 -0800 (PST) Date: Sun, 24 Mar 2002 02:14:36 -0800 From: "David O'Brien" To: John Polstra Cc: sparc@freebsd.org Subject: Re: Questions regarding CVSup port to FreeBSD/sparc64 Message-ID: <20020324021436.B26952@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20020323131209.B16936@dragon.nuxi.com> <200203240128.g2O1SgH00582@vashon.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200203240128.g2O1SgH00582@vashon.polstra.com>; from jdp@polstra.com on Sat, Mar 23, 2002 at 05:28:42PM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Mar 23, 2002 at 05:28:42PM -0800, John Polstra wrote: > In article <20020323131209.B16936@dragon.nuxi.com>, > David O'Brien wrote: > > On Sat, Mar 23, 2002 at 10:15:02AM -0800, John Polstra wrote: > > > > > > First, how close are we to having a working gdb on that platform? I > > > > I have committed what I believe is proper FreeBSD/sparc64 support to what > > will be GDB 5.2. It builds. It may run. > > I'm not clear about where you committed it. Into the FSF (sourceware) repo. If you fetch the distfile for the gdb52 port, you'll get it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sun Mar 24 12:27:48 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from wall.polstra.com (wall-gw.polstra.com [206.213.73.130]) by hub.freebsd.org (Postfix) with ESMTP id 20AE637B404 for ; Sun, 24 Mar 2002 12:27:44 -0800 (PST) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.3) with ESMTP id g2OKRho42950 for ; Sun, 24 Mar 2002 12:27:43 -0800 (PST) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.6/8.11.0) id g2OKRdc01767; Sun, 24 Mar 2002 12:27:39 -0800 (PST) (envelope-from jdp) Date: Sun, 24 Mar 2002 12:27:39 -0800 (PST) Message-Id: <200203242027.g2OKRdc01767@vashon.polstra.com> To: sparc@freebsd.org From: John Polstra Subject: Re: Questions regarding CVSup port to FreeBSD/sparc64 In-Reply-To: <20020323201445.A26952@dragon.nuxi.com> References: <20020323131128.A16936@dragon.nuxi.com> <200203240125.g2O1PvD00573@vashon.polstra.com> <20020323201445.A26952@dragon.nuxi.com> Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article <20020323201445.A26952@dragon.nuxi.com>, David O'Brien wrote: > On Sat, Mar 23, 2002 at 05:25:57PM -0800, John Polstra wrote: > > Note also that this is gcc 2.7.2.something -- pretty old. I don't > > know what kind of shape the sparc64 support was in at that time. > > Egad! Dismal, to answer your question. Yeah, that's what I was afraid of. > I hunted around in the sources and > http://www.polstra.com/projects/freeware/ezm3/; but cannot figure > out where ezm3 comes from. Is it something you created from the DEC > m3 distribution? I created it from the PM3 distribution, which in turn was based on the DEC distribution. > By chance do you have the original GCC sources? Since it is a Cygnus > release, it has all kinds of "CYGNUS LOCAL" changes and diffing to FSF > 2.7.2 wouldn't be the most useful thing. > > If you can extract the M3 related diff, it really might be worth it to > update to at least GCC 2.95.4 (or even EGCS 1.1.2, which *might* work). > I noticed that CM3 uses GCC 2.95.2. I know that the upgrade to GCC 2.95.2 for CM3 was pretty difficult. I guess I can try the code generator from CM3 and see if it works any better. I kind of doubt its compatible with ezm3, though. If it comes down to hacking gcc or upgrading the code generator beyond what is already in CM3, I'm not going to have time for it in the forseeable future. > > ../gcc/configure --host=i486-unknown-freebsdelf --target=sparc64-sun-elf > > I assume you know the "sun" in your configure string is a NOOP. Yep. > Since we aren't Sun, I personally would use something else for the port. I used "sun" since that's who makes the hardware. Since it's a noop, it doesn't really matter. > sparc64-*-elf32 is your only hope. Why "elf32" instead of just "elf"? I don't see anything in the config file that pays attention to what follows the "elf" part. John -- John Polstra John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sun Mar 24 18:14:21 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id C4A6337B41E for ; Sun, 24 Mar 2002 18:13:57 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g2P2DuYm016027; Sun, 24 Mar 2002 18:13:56 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2P2CfmV016017; Sun, 24 Mar 2002 18:12:41 -0800 (PST) Date: Sun, 24 Mar 2002 18:12:41 -0800 From: "David O'Brien" To: John Polstra Cc: sparc@freebsd.org Subject: Re: Questions regarding CVSup port to FreeBSD/sparc64 Message-ID: <20020324181241.A15939@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20020323131128.A16936@dragon.nuxi.com> <200203240125.g2O1PvD00573@vashon.polstra.com> <20020323201445.A26952@dragon.nuxi.com> <200203242027.g2OKRdc01767@vashon.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200203242027.g2OKRdc01767@vashon.polstra.com>; from jdp@polstra.com on Sun, Mar 24, 2002 at 12:27:39PM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Mar 24, 2002 at 12:27:39PM -0800, John Polstra wrote: > > sparc64-*-elf32 is your only hope. > > Why "elf32" instead of just "elf"? I don't see anything in the > config file that pays attention to what follows the "elf" part. Doh! Brain disconnected from fingers at a bad time. Just "sparc64-*-elf". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sun Mar 24 18:15: 0 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id C29CE37B431 for ; Sun, 24 Mar 2002 18:14:45 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g2P2EiYm016032; Sun, 24 Mar 2002 18:14:44 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2P2DTZw016025; Sun, 24 Mar 2002 18:13:29 -0800 (PST) Date: Sun, 24 Mar 2002 18:13:29 -0800 From: "David O'Brien" To: John Polstra Cc: sparc@freebsd.org Subject: Re: Questions regarding CVSup port to FreeBSD/sparc64 Message-ID: <20020324181329.B15939@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20020323131128.A16936@dragon.nuxi.com> <200203240125.g2O1PvD00573@vashon.polstra.com> <20020323201445.A26952@dragon.nuxi.com> <200203242027.g2OKRdc01767@vashon.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200203242027.g2OKRdc01767@vashon.polstra.com>; from jdp@polstra.com on Sun, Mar 24, 2002 at 12:27:39PM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Mar 24, 2002 at 12:27:39PM -0800, John Polstra wrote: > > By chance do you have the original GCC sources? Since it is a Cygnus > > release, it has all kinds of "CYGNUS LOCAL" changes and diffing to FSF > > 2.7.2 wouldn't be the most useful thing. Do you have the M3 related diff? -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Mar 25 9:55:36 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from wall.polstra.com (wall-gw.polstra.com [206.213.73.130]) by hub.freebsd.org (Postfix) with ESMTP id C000D37B416 for ; Mon, 25 Mar 2002 09:55:31 -0800 (PST) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.3) with ESMTP id g2PHtVo49171 for ; Mon, 25 Mar 2002 09:55:31 -0800 (PST) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.6/8.11.0) id g2PHtUM03024; Mon, 25 Mar 2002 09:55:30 -0800 (PST) (envelope-from jdp) Date: Mon, 25 Mar 2002 09:55:30 -0800 (PST) Message-Id: <200203251755.g2PHtUM03024@vashon.polstra.com> To: sparc@freebsd.org From: John Polstra Subject: Re: Questions regarding CVSup port to FreeBSD/sparc64 In-Reply-To: <20020324181329.B15939@dragon.nuxi.com> References: <20020323201445.A26952@dragon.nuxi.com> <200203242027.g2OKRdc01767@vashon.polstra.com> <20020324181329.B15939@dragon.nuxi.com> Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article <20020324181329.B15939@dragon.nuxi.com>, David O'Brien wrote: > On Sun, Mar 24, 2002 at 12:27:39PM -0800, John Polstra wrote: > > > By chance do you have the original GCC sources? Since it is a Cygnus > > > release, it has all kinds of "CYGNUS LOCAL" changes and diffing to FSF > > > 2.7.2 wouldn't be the most useful thing. > > Do you have the M3 related diff? No, I guess not. I thought it was based on gcc-2.7.2.1 because that's what I updated it to at one point. It looks like someone else updated it again to something from Cygnus. There is no record of what it was, exactly, because the person who maintained the PM3 CVS repository almost never bothered to tag things or even to enter log messages when he committed. :-( What's the point of getting the diffs anyway, though? I can tell you from personal experience that they don't translate well at all to current versions of gcc. And it sounds like the sparc64 support in the old version used in Modula-3 was hopelessly broken. It looks to me like the best way to get things working on sparc64 is to port CM3 instead of ezm3. The code generator in CM3 is based on gcc-2.95.2, so it stands a much better chance of generating working code. John -- John Polstra John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Mar 25 12: 4:56 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from iron.alexin.ca (iron.alexin.ca [216.123.166.206]) by hub.freebsd.org (Postfix) with ESMTP id E206C37B419 for ; Mon, 25 Mar 2002 12:04:43 -0800 (PST) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Installing and Ideas Disposition-Notification-To: "Steve Barkey" X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Mon, 25 Mar 2002 15:02:33 -0500 Message-ID: <6F23C7A733C4E94DB92C77EF1C6DA4D9444D@iron.alexin.ca> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Installing and Ideas Thread-Index: AcHUOFq3wZuUOPbWQNm+pA0rCQHj5Q== From: "Steve Barkey" To: Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hey Everyone! I finally got my 20020321 system booted by changing the cdroms and unplugging the floppy drive. Who knows why. Anyway: I boot up fine, but I can't find instructions anywhere on loading the system right onto a partition and booting from it. Is this possible yet??? Also; Jake: I know you have a lot on your mind, but making the /etc load on to a RAM drive or symbolically linking files like; /etc/resolv.conf, /etc/ssh/sshd_config; /etc/ssh/ssh_host_key* to /var/etc would make the system substantially more useable - you could get name resolution allowing more daemons to run. SSHD could generate its /var/etc/ssh/*host_key* on boot and you could get in remotely. =20 Let me know if I can contribute! Looking forward to the next version! Steve B. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Mar 25 12:46: 8 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id A712237B405 for ; Mon, 25 Mar 2002 12:46:04 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g2PKk3Ym013228; Mon, 25 Mar 2002 12:46:03 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2PKimB8013221; Mon, 25 Mar 2002 12:44:48 -0800 (PST) Date: Mon, 25 Mar 2002 12:44:48 -0800 From: "David O'Brien" To: John Polstra Cc: sparc@freebsd.org Subject: Re: Questions regarding CVSup port to FreeBSD/sparc64 Message-ID: <20020325124448.B13059@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20020323201445.A26952@dragon.nuxi.com> <200203242027.g2OKRdc01767@vashon.polstra.com> <20020324181329.B15939@dragon.nuxi.com> <200203251755.g2PHtUM03024@vashon.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200203251755.g2PHtUM03024@vashon.polstra.com>; from jdp@polstra.com on Mon, Mar 25, 2002 at 09:55:30AM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Mar 25, 2002 at 09:55:30AM -0800, John Polstra wrote: > In article <20020324181329.B15939@dragon.nuxi.com>, > David O'Brien wrote: > > On Sun, Mar 24, 2002 at 12:27:39PM -0800, John Polstra wrote: > > > > By chance do you have the original GCC sources? Since it is a Cygnus > > > > release, it has all kinds of "CYGNUS LOCAL" changes and diffing to FSF > > > > 2.7.2 wouldn't be the most useful thing. > > > > Do you have the M3 related diff? > > No, I guess not. I thought it was based on gcc-2.7.2.1 because that's > what I updated it to at one point. It looks like someone else updated > it again to something from Cygnus. There is no record of what it was, > exactly, because the person who maintained the PM3 CVS repository > almost never bothered to tag things or even to enter log messages when > he committed. :-( One has to wonder just why they bother using CVS then.... > What's the point of getting the diffs anyway, though? It would not be the first time I've checked out an early version of GCC from the FSF repo, applied local changes and walked them forward. If it would help the effort, I am willing to at least give it a try. I guess you don't have your modified gcc-2.7.2.1 bits any more? (since I can find that release's dist tarball) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Mar 25 12:46:21 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by hub.freebsd.org (Postfix) with ESMTP id 253C437B400 for ; Mon, 25 Mar 2002 12:46:11 -0800 (PST) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id g2PKu2w19344; Mon, 25 Mar 2002 15:56:02 -0500 (EST) (envelope-from jake) Date: Mon, 25 Mar 2002 15:56:02 -0500 From: Jake Burkholder To: Steve Barkey Cc: freebsd-sparc@FreeBSD.ORG Subject: Re: Installing and Ideas Message-ID: <20020325155601.A18553@locore.ca> References: <6F23C7A733C4E94DB92C77EF1C6DA4D9444D@iron.alexin.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <6F23C7A733C4E94DB92C77EF1C6DA4D9444D@iron.alexin.ca>; from sbarkey@alexin.ca on Mon, Mar 25, 2002 at 03:02:33PM -0500 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Apparently, On Mon, Mar 25, 2002 at 03:02:33PM -0500, Steve Barkey said words to the effect of; > Hey Everyone! > > I finally got my 20020321 system booted by changing the cdroms and > unplugging the floppy drive. Who knows why. > > Anyway: I boot up fine, but I can't find instructions anywhere on > loading the system right onto a partition and booting from it. Is this > possible yet??? Yes, you just have to do it by hand. The tip.record in that directory has a transcript of an install on my u60 but things have changed a little. Roughly: label your drive(s) with disklabel -Brw auto, use disklabel -e to make your filesystems, newfs and mount them and then untar the tarball. You also need to make an fstab at least, and then setup rc.conf etc. > > Also; Jake: I know you have a lot on your mind, but making the /etc load > on to a RAM drive or symbolically linking files like; /etc/resolv.conf, > /etc/ssh/sshd_config; /etc/ssh/ssh_host_key* to /var/etc would make the > system substantially more useable - you could get name resolution > allowing more daemons to run. SSHD could generate its > /var/etc/ssh/*host_key* on boot and you could get in remotely. The point of having the cd boot mutlti user is to provide a reasonable evironment to install from, where vi works etc. Its not meant to be used as a full system per se. > > > Let me know if I can contribute! Looking forward to the next version! Well, if you find it hard to install you could always make sysinstall work :) Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Mar 25 13:35: 6 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from wall.polstra.com (wall-gw.polstra.com [206.213.73.130]) by hub.freebsd.org (Postfix) with ESMTP id BE7C137B420 for ; Mon, 25 Mar 2002 13:34:23 -0800 (PST) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.3) with ESMTP id g2PLYMo50315 for ; Mon, 25 Mar 2002 13:34:22 -0800 (PST) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.6/8.11.0) id g2PLYLh03367; Mon, 25 Mar 2002 13:34:21 -0800 (PST) (envelope-from jdp) Date: Mon, 25 Mar 2002 13:34:21 -0800 (PST) Message-Id: <200203252134.g2PLYLh03367@vashon.polstra.com> To: sparc@freebsd.org From: John Polstra Subject: Re: Questions regarding CVSup port to FreeBSD/sparc64 In-Reply-To: <20020325124448.B13059@dragon.nuxi.com> References: <20020324181329.B15939@dragon.nuxi.com> <200203251755.g2PHtUM03024@vashon.polstra.com> <20020325124448.B13059@dragon.nuxi.com> Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article <20020325124448.B13059@dragon.nuxi.com>, David O'Brien wrote: > On Mon, Mar 25, 2002 at 09:55:30AM -0800, John Polstra wrote: > > almost never bothered to tag things or even to enter log messages when > > he committed. :-( > > One has to wonder just why they bother using CVS then.... Uh-huh ... > > What's the point of getting the diffs anyway, though? > > It would not be the first time I've checked out an early version of GCC > from the FSF repo, applied local changes and walked them forward. If it > would help the effort, I am willing to at least give it a try. Thanks! That's nice of you. I think I didn't express it very well, but those diffs have already successfully been walked forward as far as gcc-2.95.2, which is what is used in the CM3 distribution of Modula-3. So if there is any further updating to be done, CM3 would be the best starting point. That's why I say that the old 2.7.2.1 stuff isn't worth bothering with. But first, I might as well try using CM3 with its existing 2.95.2-based code generator. If that works well enough for Modula-3, then we're done. > I guess you don't have your modified gcc-2.7.2.1 bits any more? No, that's all gone as far as I can tell. It was a long time ago. John -- John Polstra John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Mar 25 14:39:27 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from iron.alexin.ca (iron.alexin.ca [216.123.166.206]) by hub.freebsd.org (Postfix) with ESMTP id 9CCF737B91F for ; Mon, 25 Mar 2002 14:38:11 -0800 (PST) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Installing and Ideas Disposition-Notification-To: "Steve Barkey" X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Mon, 25 Mar 2002 17:22:30 -0500 Message-ID: <6F23C7A733C4E94DB92C77EF1C6DA4D94450@iron.alexin.ca> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Installing and Ideas Thread-Index: AcHUPcuRJNbsyXUHTJaXTrJk1AGKIAAC+yNA From: "Steve Barkey" To: "Jake Burkholder" Cc: Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > From: Jake Burkholder [mailto:jake@locore.ca]=20 > Sent: Monday, March 25, 2002 3:56 PM > Cc: freebsd-sparc@FreeBSD.ORG > Subject: Re: Installing and Ideas >=20 > Yes, you just have to do it by hand. The tip.record in that=20 > directory has a transcript of an install on my u60 but things=20 > have changed a little. > Roughly: label your drive(s) with disklabel -Brw =20 > auto, use disklabel -e to make your filesystems,=20 > newfs and mount them and then untar the tarball. You also=20 > need to make an fstab at least, and then setup rc.conf etc. I hate to be a pain in the ass, but here I go: I basically don't understand most of those instructions. (presumably meaning my harddrive) isn't in /dev, not in any recognizable form anyway. Should be hda? Or what? I could create the partition back in my Solaris installation, but I can't see the /dev/hda,c in FreeBSD. So it wouldn't help - should they just be there by default on CD boot? I got the TAR part.=20 But how do I modify my boot record to boot from my new partition? Is there any documentation or step-by-step SPARC novices (Im good with FreeBSD, but not so hot with sparc hardware). Any good references anyone has found online? I guess not as SPARC and BSD haven't been mixed by many folks. LMK what you've found. > Well, if you find it hard to install you could always make=20 > sysinstall work :) Hmm.. I would if I could! :) Thank you from Canada! (I know Jake is in Canada too) Steve B. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Mar 25 16:57:11 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by hub.freebsd.org (Postfix) with ESMTP id 0F05537B417 for ; Mon, 25 Mar 2002 16:57:06 -0800 (PST) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.12.1/8.12.1) with ESMTP id g2Q0uPsC128672; Mon, 25 Mar 2002 19:56:40 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <6F23C7A733C4E94DB92C77EF1C6DA4D94450@iron.alexin.ca> References: <6F23C7A733C4E94DB92C77EF1C6DA4D94450@iron.alexin.ca> Date: Mon, 25 Mar 2002 19:56:24 -0500 To: "Steve Barkey" From: Garance A Drosihn Subject: RE: Installing and Ideas Cc: Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: MIMEDefang 2.3 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 5:22 PM -0500 3/25/02, Steve Barkey wrote: >I hate to be a pain in the ass, but here I go: I basically >don't understand most of those instructions. You might want to check out the install instructions off of: http://people.freebsd.org/~bmah/relnotes/ Read down under the CURRENT (5.0-current) section, and you'll see a line called Installation notes, with links to some notes for sparc64. Those notes are not complete, but they'll give you a bit more background to get going. > (presumably meaning my harddrive) isn't in /dev, not >in any recognizable form anyway. For instance, the section on "Creating a disk label" drops the hint that the device would be 'ad0' for the first ATA disk. The exact name of the device depends on the type of controller which is driving it. You might be able to figure that out by looking at the startup messages as they go by, or by doing a 'dmesg | more' after you are booted up off the CD. The thing is, you have to be able to figure out it from the dmesg's. The freebsd/sparc project isn't quite far enough along to have a lot of documentation for sparc novices. You might also check the earlier thread in this mailing list which had the subject of Subject: Re: DP1 release candidate 1 One of my messages to that thread included the list of steps that I took to install freebsd-sparc on my Ultra-10. Note that while those steps worked great for me, you may have to do different steps depending on your hardware and how you intend to run it. There was also a thread: Subject: FreeBSD/sparc64 install document active in -CURRENT which might be useful. (in fact, I'm not sure why my article is in the release-candidate thread, it makes more sense to be the install-document thread). -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Mar 27 9:28:40 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id AA66C37B419 for ; Wed, 27 Mar 2002 09:28:21 -0800 (PST) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id 9E1225F46; Wed, 27 Mar 2002 18:28:20 +0100 (CET) Date: Wed, 27 Mar 2002 18:28:20 +0100 From: Jesper Skriver To: freebsd-sparc@FreeBSD.ORG Subject: Re: Ultra 5 ata timeouts (was Re: freebsd/sparc64 bootable iso available) Message-ID: <20020327182820.F91195@FreeBSD.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from joeo@cracktown.com on Tue, Mar 05, 2002 at 09:55:24PM -0500 X-PGP-Fingerprint: 6B88 9CE8 66E9 E631 C9C5 5EB4 22AB F0EC F956 1C31 X-PGP-Public-Key: http://freesbee.wheel.dk/~jesper/gpgkey.pub Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Mar 05, 2002 at 09:55:24PM -0500, joeo@cracktown.com wrote: > I reinstalled the dist image after blanking the disklabel. I had briefly > enabled soft-updates on most of the file systems. The box has been > running all night without problems. > > Odd that soft-updates problems would manifest themselves through driver > errors... I reinstalled my U5 using distrib-20020320.tar.bz2, and while untaring the ports tgz file, I got the below, this without softupdates ad0: WRITE command timeout tag=0 serv=0 - resetting ata2: resetting devices .. ad0: removed from configuration done Do others see the same, or ? /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: FreeBSD committer @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Mar 27 12:46:48 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id 755DC37B41C for ; Wed, 27 Mar 2002 12:46:21 -0800 (PST) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id 379015F68; Wed, 27 Mar 2002 21:46:20 +0100 (CET) Date: Wed, 27 Mar 2002 21:46:20 +0100 From: Jesper Skriver To: Steve Barkey Cc: freebsd-sparc@freebsd.org Subject: Re: Installing and Ideas Message-ID: <20020327214620.A94340@FreeBSD.org> References: <6F23C7A733C4E94DB92C77EF1C6DA4D9444D@iron.alexin.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <6F23C7A733C4E94DB92C77EF1C6DA4D9444D@iron.alexin.ca>; from sbarkey@alexin.ca on Mon, Mar 25, 2002 at 03:02:33PM -0500 X-PGP-Fingerprint: 6B88 9CE8 66E9 E631 C9C5 5EB4 22AB F0EC F956 1C31 X-PGP-Public-Key: http://freesbee.wheel.dk/~jesper/gpgkey.pub Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Mar 25, 2002 at 03:02:33PM -0500, Steve Barkey wrote: > Hey Everyone! > > I finally got my 20020321 system booted by changing the cdroms and > unplugging the floppy drive. Who knows why. > > Anyway: I boot up fine, but I can't find instructions anywhere on > loading the system right onto a partition and booting from it. Is this > possible yet??? Yes, disklabel and newfs your disk, and untar the distribution onto it, it's described at http://people.freebsd.org/~bmah/relnotes/CURRENT/installation-sparc64.html /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: FreeBSD committer @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Mar 27 13: 5:12 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from asmodean.nks.net (asmodean.nks.net [216.139.201.16]) by hub.freebsd.org (Postfix) with ESMTP id 0B5A937B405; Wed, 27 Mar 2002 13:05:09 -0800 (PST) Received: from localhost (joeo@localhost) by asmodean.nks.net (8.9.3/8.9.3) with ESMTP id QAA10952; Wed, 27 Mar 2002 16:06:13 -0500 Date: Wed, 27 Mar 2002 16:06:13 -0500 (EST) From: X-Sender: To: Jesper Skriver Cc: Subject: Re: Ultra 5 ata timeouts (was Re: freebsd/sparc64 bootable iso available) In-Reply-To: <20020327182820.F91195@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org yes. On Wed, 27 Mar 2002, Jesper Skriver wrote: > > I reinstalled my U5 using distrib-20020320.tar.bz2, and while > untaring the ports tgz file, I got the below, this without > softupdates > > ad0: WRITE command timeout tag=0 serv=0 - resetting > ata2: resetting devices .. > ad0: removed from configuration > done > > Do others see the same, or ? > > /Jesper > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Mar 27 14:37:55 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 029A137B48E; Wed, 27 Mar 2002 14:35:35 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.6) id g2RMZ8H92109; Wed, 27 Mar 2002 17:35:08 -0500 (EST) (envelope-from wollman) Date: Wed, 27 Mar 2002 17:35:08 -0500 (EST) From: Garrett Wollman Message-Id: <200203272235.g2RMZ8H92109@khavrinen.lcs.mit.edu> To: jesper@FreeBSD.ORG Subject: Re: Ultra 5 ata timeouts (was Re: freebsd/sparc64 bootable iso available) In-Reply-To: <20020327182820.F91195@FreeBSD.org> References: Organization: MIT Laboratory for Computer Science Cc: sparc@FreeBSD.ORG Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article <20020327182820.F91195@FreeBSD.org> you write: >I reinstalled my U5 using distrib-20020320.tar.bz2, and while >untaring the ports tgz file, I got the below, this without >softupdates > >ad0: WRITE command timeout tag=0 serv=0 - resetting Nothing like that here. ad0: 9768MB [19846/16/63] at ata2-master WDMA2 -GAWollman -- Garrett A. Wollman | wollman@lcs.mit.edu | History starts with a consonant. Opinions not those of| MIT, LCS, CRS, or NSA| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Mar 27 15:52:50 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from asmodean.nks.net (asmodean.nks.net [216.139.201.16]) by hub.freebsd.org (Postfix) with ESMTP id CD1B437B419; Wed, 27 Mar 2002 15:52:47 -0800 (PST) Received: from localhost (joeo@localhost) by asmodean.nks.net (8.9.3/8.9.3) with ESMTP id SAA11988; Wed, 27 Mar 2002 18:53:41 -0500 Date: Wed, 27 Mar 2002 18:53:40 -0500 (EST) From: X-Sender: To: Garrett Wollman Cc: , Subject: Re: Ultra 5 ata timeouts (was Re: freebsd/sparc64 bootable iso available) In-Reply-To: <200203272235.g2RMZ8H92109@khavrinen.lcs.mit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I should have added that when I saw the same problem after enabling soft updates and that the problem didn't go away after turning off soft-updates on the file system or re-installing, I had to whack the disklabel completely... On Wed, 27 Mar 2002, Garrett Wollman wrote: > In article <20020327182820.F91195@FreeBSD.org> you write: > > >I reinstalled my U5 using distrib-20020320.tar.bz2, and while > >untaring the ports tgz file, I got the below, this without > >softupdates > > > >ad0: WRITE command timeout tag=0 serv=0 - resetting > > Nothing like that here. > > ad0: 9768MB [19846/16/63] at ata2-master WDMA2 > > -GAWollman > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 28 2: 0:28 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by hub.freebsd.org (Postfix) with SMTP id 0C85537B41C for ; Thu, 28 Mar 2002 02:00:09 -0800 (PST) Received: (qmail 17687 invoked by uid 10); 28 Mar 2002 10:00:05 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.11.6/8.11.2) id g2S9pgf62246 for freebsd-sparc@freebsd.org; Thu, 28 Mar 2002 10:51:42 +0100 (CET) (envelope-from ue) Date: Thu, 28 Mar 2002 10:51:42 +0100 From: Udo Erdelhoff To: freebsd-sparc@freebsd.org Subject: Boot failure - Ultra Enterprise 450 server Message-ID: <20020328095142.GC51146@nathan.ruhr.de> Mail-Followup-To: freebsd-sparc@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline User-Agent: Mutt/1.3.27i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I just tried to boot the sparc64-20020321.iso Image on one of our Enterprise 450 servers. Unfortuantely, the boot failed. I have included the console log of a "boot -sv", the attachment contains the console message prior to that (read, full POST). /s/Udo Sun Enterprise 450 (4 X UltraSPARC-II 400MHz), No Keyboard OpenBoot 3.14, 4096 MB memory installed, Serial #11948045. Ethernet address 8:0:20:b6:50:d, Host ID: 80b6500d. Initializing 1 megs of memory at addr ffe00000 Initializing 4094 megs of memory at addr 0 Rebooting with command: boot /pci@1f,4000/scsi@2/disk@6,0:f Boot device: /pci@1f,4000/scsi@2/disk@6,0:f File and args: >> FreeBSD/sparc64 boot block Boot path: /pci@1f,4000/scsi@2/disk@6,0:f Boot loader: /boot/loader Console: OpenFirmware console disk0 is /pci@1f,4000/scsi@2/disk@6 FreeBSD/sparc64 loader bootpath="/pci@1f,4000/scsi@2/disk@6,0:f" loaddev=disk0s0a: > set boot_cdrom=yes /boot/kernel/kernel data=0x1fff08+0xe44d8 syms=[0x8+0x3c240+0x8+0x2fced] Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel] in 7 seconds... Type '?' for a list of commands, 'help' for more detailed help. OK boot -sv nothing to autoload yet. jumping to kernel entry at 0x80030000. Copyrighstray vector interrupt 2029 t (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #5: Mon Mar 18 02:31:18 GMT 2002 root@u60.locore.ca:/usr/p4/sparc64/sys/sparc64/compile/GENERIC Preloaded elf kernel "/boot/kernel/kernel" at 0x80354000. Timecounter "tick" frequency 400000000 Hz cpu0: Sun Microsystems UltraSparc-II Processor (400.00 MHZ CPU) mask=0xa0 maxtl=5 maxwin=7 cpu1: Sun Microsystems UltraSparc-II Processor (400.00 MHZ CPU) mask=0xa0 maxtl=5 maxwin=7 cpu2: Sun Microsystems UltraSparc-II Processor (400.00 MHZ CPU) mask=0xa0 maxtl=5 maxwin=7 cpu3: Sun Microsystems UltraSparc-II Processor (400.00 MHZ CPU) mask=0xa0 maxtl=5 maxwin=7 FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs null: random: mem: nexus0: nexus0: , type (unknown) (no driver attached) pcib0: on nexus0 pcib0: SUNW,psycho: impl 0, version 4: ign 7c0 bus range 0 to 0; PCI bus 0 initialializing counter-timer Timecounter "counter-timer" frequency 1000000 Hz DVMA map: fe000000 to ffffffff ofw_pci_init_intr: could not get interrupt map properties pci0: physical bus=0 map[10]: type 1, range 32, base 70000000, size 24, enabled map[14]: type 1, range 32, base 71000000, size 23, enabled found-> vendor=0x108e, dev=0x1000, revid=0x01 bus=0, slot=1, func=0 class=06-80-00, hdrtype=0x00, mfdev=1 map[10]: type 1, range 32, base 00008000, size 15, memory disabled found-> vendor=0x108e, dev=0x1001, revid=0x01 bus=0, slot=1, func=1 class=02-00-00, hdrtype=0x00, mfdev=1 intpin=a, irq=0 map[10]: type 4, range 32, base 00000800, size 8, port disabled map[14]: type 1, range 32, base 00014000, size 8, enabled map[18]: type 1, range 32, base 00016000, size 12, enabled found-> vendor=0x1000, dev=0x000f, revid=0x03 bus=0, slot=2, func=0 class=01-00-00, hdrtype=0x00, mfdev=0 intpin=a, irq=0 map[10]: type 4, range 32, base 00000400, size 8, port disabled map[14]: type 1, range 32, base 00010000, size 8, memory disabled map[18]: type 1, range 32, base 00012000, size 12, enabled found-> vendor=0x1000, dev=0x000f, revid=0x03 bus=0, slot=3, func=0 class=01-00-00, hdrtype=0x00, mfdev=0 intpin=a, irq=0 pci0: on pcib0 ebus0: revision 0x01 panic: ebus_probe: no interrupt map found cpuid = 0; Debugger("panic") Stopped at Debugger+0x1c: ta %xcc, 1 db> trace panic() at panic+0xf4 ebus_probe() at ebus_probe+0x588 device_probe_child() at device_probe_child+0xc4 device_probe_and_attach() at device_probe_and_attach+0x40 bus_generic_attach() at bus_generic_attach+0x10 device_probe_and_attach() at device_probe_and_attach+0xb4 bus_generic_attach() at bus_generic_attach+0x10 psycho_attach() at psycho_attach+0xa8c device_probe_and_attach() at device_probe_and_attach+0xb4 bus_generic_attach() at bus_generic_attach+0x10 device_probe_and_attach() at device_probe_and_attach+0xb4 root_bus_configure() at root_bus_configure+0x18 configure() at configure+0x20 mi_startup() at mi_startup+0x12c _start() at _start+0x30 db> -- Von wichtigen Daten macht man ein Backup. Von unwichtigen Daten macht man kein Backup. Hat man kein Backup, waren die Daten auch nicht wichtig. --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=part1 Resetting ... Software Power ON CPU0 has assumed the role of Boot CPU @(#) Sun Ultra 450 3.14 Version 1 created 1999/02/12 07:50 Online: CPU0 Ultra-II (v10.0) 4:1 4096KB 2-2 ECache MCap 7 Online: CPU1 Ultra-II (v10.0) 4:1 4096KB 2-2 ECache MCap 7 Online: CPU2 Ultra-II (v10.0) 4:1 4096KB 2-2 ECache MCap 7 Online: CPU3 Ultra-II (v10.0) 4:1 4096KB 2-2 ECache MCap 7 Motherboard DTAG SRAMs support up to 8192KB of ECache per CPU Module Setting system ECache size to 4096KB Clearing DTAGS...Done Auxio Level = 0000.0000.0000.000f Clearing E-Cache Tags...Done Clearing I/D TLBs...Done Probing Memory...Done HiMem base = 0000.0000.0000.0000 size = 0000.0001.0000.0000 Clearing Memory...Done MMUs ON Copying ROM to RAM...Done RAM CRC = 0000.0000.a07c.8336; ROM CRC = 0000.0000.a07c.8336 Decompressing into Memory...0000.0000.0004.453c (274KB)...Done Size = 0000.0000.0008.30c0 (525KB) Starting Forth kernel at 0000.0000.f005.897cp ttya initialized Memory in 4 - way interleave configuration ...Bank #0 256 + 256 + 256 + 256 : 1024 MB ...Bank #1 256 + 256 + 256 + 256 : 1024 MB ...Bank #2 256 + 256 + 256 + 256 : 1024 MB ...Bank #3 256 + 256 + 256 + 256 : 1024 MB [Available 4096MB @ 0 ] Environmental monitor: enabled Probing Floppy: drive detected on ID0 Probing Audio: audio codec not present Primary UPA probing Probing all UPA slots ................................Done. At UPA Slot 0 Created Node(s)...SUNW,UltraSPARC-II At UPA Slot 1 Created Node(s)...SUNW,UltraSPARC-II At UPA Slot 2 Created Node(s)...SUNW,UltraSPARC-II At UPA Slot 3 Created Node(s)...SUNW,UltraSPARC-II At UPA Slot 4 Created Node(s)...pci pci At UPA Slot 6 Created Node(s)...pci pci At UPA Slot 1f Created Node(s)...pci pci Primary I/O probing Probing /pci@1f,4000 at Device 1 ebus network Probing /pci@1f,4000 at Device 3 scsi disk tape Probing /pci@1f,4000 at Device 2 scsi disk tape Probing /pci@1f,4000 at Device 4 Nothing there Probing /pci@1f,2000 at Device 0 This slot excluded from probing... Probing /pci@1f,2000 at Device 1 Nothing there Probing /pci@1f,2000 at Device 2 Nothing there Probing /pci@1f,2000 at Device 3 Nothing there Probing /pci@1f,2000 at Device 4 Nothing there Probing /pci@1f,2000 at Device 5 Nothing there Probing /pci@6,4000 at Device 0 This slot excluded from probing... Probing /pci@6,4000 at Device 1 Nothing there Probing /pci@6,4000 at Device 2 Nothing there Probing /pci@6,4000 at Device 3 Nothing there Probing /pci@6,4000 at Device 4 scsi disk tape Probing /pci@6,4000 at Device 5 Nothing there Probing /pci@6,2000 at Device 0 This slot excluded from probing... Probing /pci@6,2000 at Device 1 Nothing there Probing /pci@6,2000 at Device 2 Nothing there Probing /pci@6,2000 at Device 3 Nothing there Probing /pci@6,2000 at Device 4 Nothing there Probing /pci@6,2000 at Device 5 Nothing there Probing /pci@4,4000 at Device 0 This slot excluded from probing... Probing /pci@4,4000 at Device 1 Nothing there Probing /pci@4,4000 at Device 2 Nothing there Probing /pci@4,4000 at Device 3 Nothing there Probing /pci@4,4000 at Device 4 Nothing there Probing /pci@4,4000 at Device 5 Nothing there Probing /pci@4,2000 at Device 0 This slot excluded from probing... Probing /pci@4,2000 at Device 1 Nothing there Probing /pci@4,2000 at Device 2 Nothing there Probing /pci@4,2000 at Device 3 Nothing there Probing /pci@4,2000 at Device 4 Nothing there Probing /pci@4,2000 at Device 5 Nothing there Post-probe Cheerio fixups Can't open input device. screen not found. Can't open input device. Keyboard not present. Using ttya for input and output. Keyboard not present. Using ttya for input and output. Memory in 4 - way interleave configuration ...Bank #0 256 + 256 + 256 + 256 : 1024 MB ...Bank #1 256 + 256 + 256 + 256 : 1024 MB ...Bank #2 256 + 256 + 256 + 256 : 1024 MB ...Bank #3 256 + 256 + 256 + 256 : 1024 MB [Available 4096MB @ 0 ] Environmental monitor: enabled Probing Floppy: drive detected on ID0 Probing Audio: audio codec not present Primary UPA probing Probing all UPA slots ................................Done. At UPA Slot 0 Created Node(s)...SUNW,UltraSPARC-II At UPA Slot 1 Created Node(s)...SUNW,UltraSPARC-II At UPA Slot 2 Created Node(s)...SUNW,UltraSPARC-II At UPA Slot 3 Created Node(s)...SUNW,UltraSPARC-II At UPA Slot 4 Created Node(s)...pci pci At UPA Slot 6 Created Node(s)...pci pci At UPA Slot 1f Created Node(s)...pci pci Primary I/O probing Probing /pci@1f,4000 at Device 1 ebus network Probing /pci@1f,4000 at Device 3 scsi disk tape Probing /pci@1f,4000 at Device 2 scsi disk tape Probing /pci@1f,4000 at Device 4 Nothing there Probing /pci@1f,2000 at Device 0 This slot excluded from probing... Probing /pci@1f,2000 at Device 1 Nothing there Probing /pci@1f,2000 at Device 2 Nothing there Probing /pci@1f,2000 at Device 3 Nothing there Probing /pci@1f,2000 at Device 4 Nothing there Probing /pci@1f,2000 at Device 5 Nothing there Probing /pci@6,4000 at Device 0 This slot excluded from probing... Probing /pci@6,4000 at Device 1 Nothing there Probing /pci@6,4000 at Device 2 Nothing there Probing /pci@6,4000 at Device 3 Nothing there Probing /pci@6,4000 at Device 4 scsi disk tape Probing /pci@6,4000 at Device 5 Nothing there Probing /pci@6,2000 at Device 0 This slot excluded from probing... Probing /pci@6,2000 at Device 1 Nothing there Probing /pci@6,2000 at Device 2 Nothing there Probing /pci@6,2000 at Device 3 Nothing there Probing /pci@6,2000 at Device 4 Nothing there Probing /pci@6,2000 at Device 5 Nothing there Probing /pci@4,4000 at Device 0 This slot excluded from probing... Probing /pci@4,4000 at Device 1 Nothing there Probing /pci@4,4000 at Device 2 Nothing there Probing /pci@4,4000 at Device 3 Nothing there Probing /pci@4,4000 at Device 4 Nothing there Probing /pci@4,4000 at Device 5 Nothing there Probing /pci@4,2000 at Device 0 This slot excluded from probing... Probing /pci@4,2000 at Device 1 Nothing there Probing /pci@4,2000 at Device 2 Nothing there Probing /pci@4,2000 at Device 3 Nothing there Probing /pci@4,2000 at Device 4 Nothing there Probing /pci@4,2000 at Device 5 Nothing there Post-probe Cheerio fixups Sun Enterprise 450 (4 X UltraSPARC-II 400MHz), No Keyboard OpenBoot 3.14, 4096 MB memory installed, Serial #11948045. Ethernet address 8:0:20:b6:50:d, Host ID: 80b6500d. Initializing 1 megs of memory at addr ffe00000 Initializing 4094 megs of memory at addr 0 Rebooting with command: boot /pci@1f,4000/scsi@2/disk@6,0:f --7JfCtLOvnd9MIVvH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 28 4:36: 0 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id AF4A937B41A for ; Thu, 28 Mar 2002 04:35:54 -0800 (PST) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id 575275F68; Thu, 28 Mar 2002 13:35:53 +0100 (CET) Date: Thu, 28 Mar 2002 13:35:53 +0100 From: Jesper Skriver To: Garrett Wollman Cc: sparc@FreeBSD.ORG Subject: Re: Ultra 5 ata timeouts (was Re: freebsd/sparc64 bootable iso available) Message-ID: <20020328133553.B3367@skriver.dk> References: <20020327182820.F91195@FreeBSD.org> <200203272235.g2RMZ8H92109@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200203272235.g2RMZ8H92109@khavrinen.lcs.mit.edu>; from wollman@lcs.mit.edu on Wed, Mar 27, 2002 at 05:35:08PM -0500 X-PGP-Fingerprint: 6B88 9CE8 66E9 E631 C9C5 5EB4 22AB F0EC F956 1C31 X-PGP-Public-Key: http://freesbee.wheel.dk/~jesper/gpgkey.pub Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Mar 27, 2002 at 05:35:08PM -0500, Garrett Wollman wrote: > In article <20020327182820.F91195@FreeBSD.org> you write: > > >I reinstalled my U5 using distrib-20020320.tar.bz2, and while > >untaring the ports tgz file, I got the below, this without > >softupdates > > > >ad0: WRITE command timeout tag=0 serv=0 - resetting > > Nothing like that here. > > ad0: 9768MB [19846/16/63] at ata2-master WDMA2 Hmm, mine looks very similar ... atapci0: port 0xc00020-0xc0002f,0xc00018-0xc0001b,0xc00010-0xc00017,0xc00008-0xc0000b,0xc00000-0xc00007 irq 32 at device 3.0 on pci2 ata2: at 0xc00000 on atapci0 ata3: at 0xc00010 on atapci0 ad0: 8693MB [17662/16/63] at ata2-master WDMA2 acd0: CDROM at ata3-master PIO4 When ever I have heavy disk activity I get ata timeout's, and eventually it forget about ad0 totally ... This is without softupdates, the disklabel is as follows, and was created using the first ISO jake published, but the box was reinstalled yesterday using the latest root@sparc64# disklabel ad0 # /dev/ad0c: type: unknown disk: amnesiac label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 16 sectors/cylinder: 1008 cylinders: 17662 sectors/unit: 17803296 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 524160 0 4.2BSD 1024 8192 22 # (Cyl. 0 - 519) b: 1048320 524160 swap # (Cyl. 520 - 1559) c: 17803296 0 unused 0 0 # (Cyl. 0 - 17661) d: 262080 1572480 4.2BSD 1024 8192 22 # (Cyl. 1560 - 1819) e: 15968736 1834560 4.2BSD 1024 8192 22 # (Cyl. 1820 - 17661) /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: FreeBSD committer @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 28 4:36:36 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id 825C237B400 for ; Thu, 28 Mar 2002 04:36:27 -0800 (PST) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id D3BF35F68; Thu, 28 Mar 2002 13:36:26 +0100 (CET) Date: Thu, 28 Mar 2002 13:36:26 +0100 From: Jesper Skriver To: joeo@cracktown.com Cc: Garrett Wollman , sparc@FreeBSD.ORG Subject: Re: Ultra 5 ata timeouts (was Re: freebsd/sparc64 bootable iso available) Message-ID: <20020328133626.C3367@skriver.dk> References: <200203272235.g2RMZ8H92109@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from joeo@cracktown.com on Wed, Mar 27, 2002 at 06:53:40PM -0500 X-PGP-Fingerprint: 6B88 9CE8 66E9 E631 C9C5 5EB4 22AB F0EC F956 1C31 X-PGP-Public-Key: http://freesbee.wheel.dk/~jesper/gpgkey.pub Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Mar 27, 2002 at 06:53:40PM -0500, joeo@cracktown.com wrote: > I should have added that when I saw the same problem after enabling > soft updates and that the problem didn't go away after turning off > soft-updates on the file system or re-installing, I had to whack the > disklabel completely... How does your disklabel look today ? What does dmesg say about your system ? /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: FreeBSD committer @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 28 5: 0:21 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by hub.freebsd.org (Postfix) with SMTP id 7E8BA37B41A for ; Thu, 28 Mar 2002 05:00:03 -0800 (PST) Received: (qmail 22245 invoked by uid 10); 28 Mar 2002 13:00:01 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.11.6/8.11.2) id g2SCpw362780 for freebsd-sparc@freebsd.org; Thu, 28 Mar 2002 13:51:58 +0100 (CET) (envelope-from ue) Date: Thu, 28 Mar 2002 13:51:58 +0100 From: Udo Erdelhoff To: freebsd-sparc@freebsd.org Subject: Another working box: Netra t1120/1125 Message-ID: <20020328125158.GD51146@nathan.ruhr.de> Mail-Followup-To: freebsd-sparc@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org No big surprise here since the Netra t1120/1125 is very similar to the Ultra 60 (some additional hardware, different box, NEBS Level 3 cert). It does seem to have some problems with getting the time correct... screen not found. Can't open input device. Keyboard not present. Using ttya for input and output. Netra t 1120/1125 (UltraSPARC-II 296MHz), No Keyboard OpenBoot 3.31, 1024 MB memory installed, Serial #12057918. Ethernet address 8:0:20:b7:fd:3e, Host ID: 80b7fd3e. ok boot cdrom Boot device: /pci@1f,4000/scsi@3/disk@6,0:f File and args: >> FreeBSD/sparc64 boot block Boot path: /pci@1f,4000/scsi@3/disk@6,0:f Boot loader: /boot/loader Console: OpenFirmware console disk0 is /pci@1f,4000/scsi@3/disk@6 FreeBSD/sparc64 loader bootpath="/pci@1f,4000/scsi@3/disk@6,0:f" loaddev=disk0s0a: > set boot_cdrom=yes /boot/kernel/kernel data=0x1fff08+0xe44d8 syms=[0x8+0x3c240+0x8+0x2fced] Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel] in 7 seconds... Type '?' for a list of commands, 'help' for more detailed help. OK boot -v nothing to autoload yet. jumping to kernel entry at 0x80030000. stray vector interrupt 2029 Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #5: Mon Mar 18 02:31:18 GMT 2002 root@u60.locore.ca:/usr/p4/sparc64/sys/sparc64/compile/GENERIC Preloaded elf kernel "/boot/kernel/kernel" at 0x80354000. Timecounter "tick" frequency 296014109 Hz cpu0: Sun Microsystems UltraSparc-II Processor (296.01 MHZ CPU) mask=0x20 maxtl=5 maxwin=7 null: random: mem: nexus0: pcib0: on nexus0 pcib0: SUNW,psycho: impl 0, version 4: ign 7c0 bus range 0 to 0; PCI bus 0 initialializing counter-timer Timecounter "counter-timer" frequency 1000000 Hz DVMA map: fe000000 to ffffffff pci0: physical bus=0 map[10]: type 1, range 32, base 70000000, size 24, enabled map[14]: type 1, range 32, base 71000000, size 23, enabled found-> vendor=0x108e, dev=0x1000, revid=0x01 bus=0, slot=1, func=0 class=06-80-00, hdrtype=0x00, mfdev=1 map[10]: type 1, range 32, base 00100000, size 15, memory disabled found-> vendor=0x108e, dev=0x1001, revid=0x01 bus=0, slot=1, func=1 class=02-00-00, hdrtype=0x00, mfdev=1 intpin=a, irq=33 map[10]: type 4, range 32, base 00001000, size 8, port disabled map[14]: type 1, range 32, base 00108000, size 8, enabled map[18]: type 1, range 32, base 0010a000, size 12, enabled found-> vendor=0x1000, dev=0x000f, revid=0x14 bus=0, slot=3, func=0 class=01-00-00, hdrtype=0x00, mfdev=1 intpin=a, irq=32 map[10]: type 4, range 32, base 00001400, size 8, port disabled map[14]: type 1, range 32, base 0010c000, size 8, memory disabled map[18]: type 1, range 32, base 0010e000, size 12, enabled found-> vendor=0x1000, dev=0x000f, revid=0x14 bus=0, slot=3, func=1 class=01-00-00, hdrtype=0x00, mfdev=1 intpin=b, irq=38 pci0: on pcib0 ebus0: revision 0x01 ebus0: mem 0x71000000-0x717fffff,0x70000000-0x70ffffff at device 1.0 on pci0 ebus0: addr 0x140072f000-0x140072f003,0x140072c000-0x140072c003,0x140072a000-0x140072a003,0x1400728000-0x1400728003,0x1400726000-0x1400726003 (no driver attached) ebus0: addr 0x1400724000-0x1400724003 (no driver attached) ebus0: addr 0x1400504000-0x1400504002 (no driver attached) ebus0: addr 0x1400500000-0x1400500007 (no driver attached) ebus0: addr 0x1400400000-0x140040007f irq 43 (no driver attached) ebus0: addr 0x14003083f8-0x14003083ff irq 41 (no driver attached) ebus0: addr 0x14003062f8-0x14003062ff irq 42 (no driver attached) ebus0: addr 0x1400700000-0x140070000f,0x1400300398-0x1400300399,0x14003043bc-0x14003043cb irq 34 (no driver attached) ebus0: addr 0x1400720000-0x1400720003,0x1400706000-0x140070600f,0x14003023f0-0x14003023f7 irq 39 (no driver attached) eeprom0: addr 0x1400000000-0x1400001fff on ebus0 eeprom0: model mk48t59 eeprom0: registered as a time-of-day clock (resolution 1000000us) eeprom0: hostid 80b7fd3e eeprom0: current time: 0.000000002 ebus0: addr 0x1000000000-0x10000fffff (no driver attached) ebus0: addr 0x1400600000-0x1400600009,0x1400200000-0x1400200063 (no driver attached) hme0: mem 0x100000-0x107fff irq 33 at device 1.1 on pci0 hme0: Ethernet address: 08:00:20:b7:fd:3e miibus0: on hme0 qsphy0: on miibus0 qsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto sym0: <875> port 0x1000-0x10ff mem 0x10a000-0x10afff,0x108000-0x1080ff irq 32 at device 3.0 on pci0 sym0: chip clock is 40218KHz sym0: No NVRAM, ID 7, Fast-20, SE, parity checking sym0: open drain IRQ line driver, using on-chip SRAM sym0: using LOAD/STORE-based firmware. sym1: <875> port 0x1400-0x14ff mem 0x10e000-0x10efff,0x10c000-0x10c0ff irq 38 at device 3.1 on pci0 sym1: chip clock is 40218KHz sym1: No NVRAM, ID 7, Fast-20, SE, parity checking sym1: open drain IRQ line driver, using on-chip SRAM sym1: using LOAD/STORE-based firmware. pcib1: on nexus0 pcib1: SUNW,psycho: impl 0, version 4: ign 7c0 bus range 128 to 128; PCI bus 128 pci1: physical bus=128 pci1: on pcib1 procfs registered Waiting 2 seconds for SCSI devices to settle (noperiph:sym0:0:-1:-1): SCSI BUS reset delivered. (noperiph:sym1:0:-1:-1): SCSI BUS reset delivered. (probe0:sym0:0:0:0): Retrying Command (probe6:sym0:0:6:0): Retrying Command (probe6:sym0:0:6:0): error 22 (probe6:sym0:0:6:0): Unretryable Error Creating DISK da0 Creating DISK cd0 da0 at sym0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: Serial Number 3BT0VL2F00002104BPSR da0: 40.000MB/s transfers (20.000MHz, offset 16, 16bit), Tagged Queueing Enabled da0: 17274MB (35378533 512 byte sectors: 255H 63S/T 2202C) cd0 at sym0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 10.000MB/s transfers (10.000MHz, offset 16) cd0: cd present [1260872 x 512 byte records] Mounting root from cd9660:cd0a cd0c: raw partition size != slice size cd0c: start 0, end 1260871, size 1260872 cd0cc: start 0, end 4294967295, size 0 iso_mountroot(): using session at block 0 cd0c: raw partition size != slice size cd0c: start 0, end 1260871, size 1260872 cd0cc: start 0, end 4294967295, size 0 cd9660: RockRidge Extension Invalid time in real time clock. Check and reset the date immediately! start_init: trying /sbin/init Entropy harvesting: interrupts ethernet point_to_point. Automatic boot in progress... +++ mount_md of /var md1: Malloc disk Creating DISK md1 md1: invalid primary partition table: no magic md1: invalid primary partition table: no magic Warning: Block size restricts cylinders per group to 104. /dev/md1c: 65536 sectors in 16 cylinders of 1 tracks, 4096 sectors 32.0MB in 1 cyl groups (104 c/g, 208.00MB/g, 4096 i/g) super-block backups (for fsck -b #) at: 32 md1: invalid primary partition table: no magic +++ populate /var using /etc/mtree/BSD.var.dist ./account missing (created) ./at missing (created) ./at/jobs missing (created) ./at/spool missing (created) ./backups missing (created) ./crash missing (created) ./cron missing (created) ./cron/tabs missing (created) ./db missing (created) ./db/entropy missing (created) ./db/ipf missing (created) ./db/pkg missing (created) ./games missing (created) ./games/hackdir missing (created) ./games/hackdir/save missing (created) ./games/larn missing (created) ./games/phantasia missing (created) ./heimdal missing (created) ./log missing (created) ./mail missing (created) ./msgs missing (created) ./preserve missing (created) ./run missing (created) ./run/named missing (created) ./run/ppp missing (created) ./rwho missing (created) ./spool missing (created) ./spool/clientmqueue missing (created) ./spool/lock missing (created) ./spool/lpd missing (created) ./spool/mqueue missing (created) ./spool/opielocks missing (created) ./spool/output missing (created) ./spool/output/lpd missing (created) ./tmp missing (created) ./tmp/vi.recover missing (created) ./yp missing (created) +++ create log files based on the contents of /etc/newsyslog.conf +++ create lastlog md2: Malloc disk Creating DISK md2 md2: invalid primary partition table: no magic md2: invalid primary partition table: no magic Warning: Block size restricts cylinders per group to 101. /dev/md2c: 131072 sectors in 32 cylinders of 1 tracks, 4096 sectors 64.0MB in 1 cyl groups (101 c/g, 202.00MB/g, 8192 i/g) super-block backups (for fsck -b #) at: 32 md2: invalid primary partition table: no magic Doing initial network setup: hostname. lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 Additional routing options:. Routing daemons:. Additional daemons: syslogdJan 1 00:00:44 syslogd: kernel boot file is /kernel . Doing additional network setup:. Starting final network daemons:. ELF ldconfig path: /usr/lib /usr/lib/compat Starting standard daemons: cron sendmail-outbound sendmail-submit sendmail-clientmqueue. cp: /etc/motd: Read-only file system chmod: /etc/motd: Read-only file system Initial rc.sparc64 initialization:. Configuring syscons: blanktime/etc/rc.syscons: cannot open /dev/ttyv0: no such file . Additional ABI support:. Local package initialization:. Additional TCP options:. Starting background filesystem checks Thu Jan 1 00:00:55 GMT 1970 FreeBSD/sparc64 (Amnesiac) (ofwcons) -- Q: How do you play religious roulette? A: You stand around in a circle and blaspheme and see who gets struck by lightning first. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 28 5:16:36 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 218C637B416 for ; Thu, 28 Mar 2002 05:16:31 -0800 (PST) Received: (qmail 21206 invoked by uid 0); 28 Mar 2002 13:16:29 -0000 Received: from p5086fb96.dip.t-dialin.net (HELO forge.local) (80.134.251.150) by mail.gmx.net (mp010-rz3) with SMTP; 28 Mar 2002 13:16:29 -0000 Received: from tmm by forge.local with local (Exim 3.34 #1) id 16qZla-0000P2-00; Thu, 28 Mar 2002 14:16:34 +0100 Date: Thu, 28 Mar 2002 14:16:33 +0100 From: Thomas Moestl To: Udo Erdelhoff Cc: freebsd-sparc@freebsd.org Subject: Re: Boot failure - Ultra Enterprise 450 server Message-ID: <20020328131633.GA297@crow.dom2ip.de> Mail-Followup-To: Udo Erdelhoff , freebsd-sparc@freebsd.org References: <20020328095142.GC51146@nathan.ruhr.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020328095142.GC51146@nathan.ruhr.de> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 2002/03/28 at 10:51:42 +0100, Udo Erdelhoff wrote: > Hi, > I just tried to boot the sparc64-20020321.iso Image on one of our > Enterprise 450 servers. Unfortuantely, the boot failed. I have > included the console log of a "boot -sv", the attachment contains > the console message prior to that (read, full POST). > > [...] > > pci0: on pcib0 > ebus0: revision 0x01 > panic: ebus_probe: no interrupt map found > cpuid = 0; Debugger("panic") This should be fixed, but no new ISO including the fix has been rolled yet. Booting one of the latest kernels available at http://people.FreeBSD.org/~jake/sparc64/ should work. However, you will need to set up network booting in this case if you want to try them (it should be possible to mount the CD-ROM as root for an installation though). Thanks for testing! - thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 28 5:27:14 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from ammi.mclink.it (ammi.mclink.it [195.110.128.1]) by hub.freebsd.org (Postfix) with ESMTP id 8E10A37B41F for ; Thu, 28 Mar 2002 05:27:04 -0800 (PST) Received: by ammi.mclink.it (8.9.0/8.9.0) id OAA02676; Thu, 28 Mar 2002 14:27:02 +0100 (CET) Date: Thu, 28 Mar 2002 14:27:02 +0100 (CET) From: Marco Masotti To: freebsd-sparc@freebsd.org Subject: Availability of install software for sparc64 Message-Id: <1.0.2.200203281426.24661@mclink.it> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit X-Mailer: Easy-MAIL v1.02 - http://www.mclink.it/ Organization: MC-link the world online Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I would want to install on a Ultra1, but I cannot find any install software for 32/64 bit sparc kernel arch, although some announcement is given in the home page about SMP sparc64 port. Thank you, - Marco M. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 28 6: 7:39 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id 4AE9D37B404 for ; Thu, 28 Mar 2002 06:07:36 -0800 (PST) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id 673635F49; Thu, 28 Mar 2002 15:07:35 +0100 (CET) Date: Thu, 28 Mar 2002 15:07:35 +0100 From: Jesper Skriver To: Marco Masotti Cc: freebsd-sparc@freebsd.org Subject: Re: Availability of install software for sparc64 Message-ID: <20020328150735.D3367@skriver.dk> References: <1.0.2.200203281426.24661@mclink.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1.0.2.200203281426.24661@mclink.it>; from masotti@mclink.it on Thu, Mar 28, 2002 at 02:27:02PM +0100 X-PGP-Fingerprint: 6B88 9CE8 66E9 E631 C9C5 5EB4 22AB F0EC F956 1C31 X-PGP-Public-Key: http://freesbee.wheel.dk/~jesper/gpgkey.pub Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Mar 28, 2002 at 02:27:02PM +0100, Marco Masotti wrote: > Hello, > > I would want to install on a Ultra1, but I cannot find any install > software for 32/64 bit sparc kernel arch, although some announcement > is given in the home page about SMP sparc64 port. http://people.FreeBSD.org/~jake/sparc64/ There is a link to the installation instructions at the bottom of the page. /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: FreeBSD committer @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 28 6:10: 8 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by hub.freebsd.org (Postfix) with SMTP id 47B5F37B417 for ; Thu, 28 Mar 2002 06:10:03 -0800 (PST) Received: (qmail 24132 invoked by uid 10); 28 Mar 2002 14:10:00 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.11.6/8.11.2) id g2SE6iO63020 for freebsd-sparc@freebsd.org; Thu, 28 Mar 2002 15:06:44 +0100 (CET) (envelope-from ue) Date: Thu, 28 Mar 2002 15:06:43 +0100 From: Udo Erdelhoff To: freebsd-sparc@freebsd.org Subject: Re: Boot failure - Ultra Enterprise 450 server Message-ID: <20020328140643.GE51146@nathan.ruhr.de> Mail-Followup-To: freebsd-sparc@freebsd.org References: <20020328095142.GC51146@nathan.ruhr.de> <20020328131633.GA297@crow.dom2ip.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020328131633.GA297@crow.dom2ip.de> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thomas, On Thu, Mar 28, 2002 at 02:16:33PM +0100, Thomas Moestl wrote: > Booting one of the latest kernels available at > http://people.FreeBSD.org/~jake/sparc64/ should work. Ok, I'll set up a netboot server, then. > (it should be possible to mount the CD-ROM as root for an > installation though). Ah, so I can spare myself the additional pain of setting up NFS. That's good to know... /s/Udo -- Mit etwas weniger Microsoft ging das alles gleich viel besser To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 28 7:33:11 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from ammi.mclink.it (ammi.mclink.it [195.110.128.1]) by hub.freebsd.org (Postfix) with ESMTP id 0785737B41B for ; Thu, 28 Mar 2002 07:33:08 -0800 (PST) Received: by ammi.mclink.it (8.9.0/8.9.0) id QAA09992; Thu, 28 Mar 2002 16:33:05 +0100 (CET) Date: Thu, 28 Mar 2002 16:33:05 +0100 (CET) From: Marco Masotti To: jesper@skriver.dk Cc: freebsd-sparc@freebsd.org Subject: Re: Availability of install software for sparc64 Message-Id: <1.0.2.200203281630.11151@mclink.it> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit X-Mailer: Easy-MAIL v1.02 - http://www.mclink.it/ Organization: MC-link the world online Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thank you, I guess also I should use the most recent ISO image, or maybe some other reason to prefer other ones? -- Marco > ========================== > Date: Thu, 28 Mar 2002 15:07:35 +0100 > From: Jesper Skriver > To: Marco Masotti > Cc: freebsd-sparc@freebsd.org > Subject: Re: Availability of install software for sparc64 > ========================== > > > http://people.FreeBSD.org/~jake/sparc64/ > > There is a link to the installation instructions at the bottom > of the page. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 28 7:55:53 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id EF49F37B41E for ; Thu, 28 Mar 2002 07:55:47 -0800 (PST) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id A789B5F6A; Thu, 28 Mar 2002 16:55:46 +0100 (CET) Date: Thu, 28 Mar 2002 16:55:46 +0100 From: Jesper Skriver To: Marco Masotti Cc: freebsd-sparc@freebsd.org Subject: Re: Availability of install software for sparc64 Message-ID: <20020328165546.A5488@skriver.dk> References: <1.0.2.200203281630.11151@mclink.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1.0.2.200203281630.11151@mclink.it>; from masotti@mclink.it on Thu, Mar 28, 2002 at 04:33:05PM +0100 X-PGP-Fingerprint: 6B88 9CE8 66E9 E631 C9C5 5EB4 22AB F0EC F956 1C31 X-PGP-Public-Key: http://freesbee.wheel.dk/~jesper/gpgkey.pub Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Mar 28, 2002 at 04:33:05PM +0100, Marco Masotti wrote: > > http://people.FreeBSD.org/~jake/sparc64/ > > > > There is a link to the installation instructions at the bottom of > > the page. > > Thank you, I guess also I should use the most recent ISO image, or > maybe some other reason to prefer other ones? Use the most recent one /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: FreeBSD committer @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 28 10:41:53 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id A686B37B416 for ; Thu, 28 Mar 2002 10:41:50 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g2SIfnYm090142; Thu, 28 Mar 2002 10:41:49 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2SIeX0w090129; Thu, 28 Mar 2002 10:40:33 -0800 (PST) Date: Thu, 28 Mar 2002 10:40:33 -0800 From: "David O'Brien" To: Marco Masotti Cc: freebsd-sparc@freebsd.org Subject: Re: Availability of install software for sparc64 Message-ID: <20020328104033.A90076@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <1.0.2.200203281426.24661@mclink.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1.0.2.200203281426.24661@mclink.it>; from masotti@mclink.it on Thu, Mar 28, 2002 at 02:27:02PM +0100 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Mar 28, 2002 at 02:27:02PM +0100, Marco Masotti wrote: > > I would want to install on a Ultra1, Unless this is an 'E' U1, or you have added an HME card; you will not be able to FreeBSD/sparc64 on U1's yet. We do not yet support the built-in Ethernet (or SCSI). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 28 12:30: 5 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by hub.freebsd.org (Postfix) with SMTP id 9AAEC37B41B for ; Thu, 28 Mar 2002 12:30:01 -0800 (PST) Received: (qmail 420 invoked by uid 10); 28 Mar 2002 20:30:00 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.11.6/8.11.2) id g2SKOSY64052 for freebsd-sparc@freebsd.org; Thu, 28 Mar 2002 21:24:28 +0100 (CET) (envelope-from ue) Date: Thu, 28 Mar 2002 21:24:28 +0100 From: Udo Erdelhoff To: freebsd-sparc@freebsd.org Subject: loader-tftp? (was Re: Boot failure - Ultra Enterprise 450 server) Message-ID: <20020328202427.GF51146@nathan.ruhr.de> Mail-Followup-To: freebsd-sparc@freebsd.org References: <20020328095142.GC51146@nathan.ruhr.de> <20020328131633.GA297@crow.dom2ip.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020328131633.GA297@crow.dom2ip.de> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Mar 28, 2002 at 02:16:33PM +0100, Thomas Moestl wrote: > However, you will need to set up network booting in this case if you > want to try them As I cannot use NFS (political, not technical problems), I wanted to retrieve the kernel with tftp. Unfortunately, the official directory according to the installation docs does not contain any copy of the loader; the 'inofficial' directories (jake's and obrien's public dirs on people.freebsd.org) contain only the disk and nfs versions of the loader. As I do not have a working FreeBSD/sparc64 yet, building the loader seems rather difficult. Could somebody with a copy of loader-tftp put it onto a ftp server somewhere and pass me the URL? Thanks. /s/Udo -- Q: How do you play religious roulette? A: You stand around in a circle and blaspheme and see who gets struck by lightning first. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 28 14:16: 6 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by hub.freebsd.org (Postfix) with ESMTP id B97F437B405 for ; Thu, 28 Mar 2002 14:16:01 -0800 (PST) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id g2SMQmP42681; Thu, 28 Mar 2002 17:26:49 -0500 (EST) (envelope-from jake) Date: Thu, 28 Mar 2002 17:26:47 -0500 From: Jake Burkholder To: Udo Erdelhoff Cc: freebsd-sparc@FreeBSD.ORG Subject: Re: loader-tftp? (was Re: Boot failure - Ultra Enterprise 450 server) Message-ID: <20020328172647.A40695@locore.ca> References: <20020328095142.GC51146@nathan.ruhr.de> <20020328131633.GA297@crow.dom2ip.de> <20020328202427.GF51146@nathan.ruhr.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020328202427.GF51146@nathan.ruhr.de>; from ue@nathan.ruhr.de on Thu, Mar 28, 2002 at 09:24:28PM +0100 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Apparently, On Thu, Mar 28, 2002 at 09:24:28PM +0100, Udo Erdelhoff said words to the effect of; > On Thu, Mar 28, 2002 at 02:16:33PM +0100, Thomas Moestl wrote: > > However, you will need to set up network booting in this case if you > > want to try them > > As I cannot use NFS (political, not technical problems), I wanted > to retrieve the kernel with tftp. Unfortunately, the official > directory according to the installation docs does not contain any > copy of the loader; the 'inofficial' directories (jake's and obrien's > public dirs on people.freebsd.org) contain only the disk and nfs > versions of the loader. As I do not have a working FreeBSD/sparc64 > yet, building the loader seems rather difficult. > > Could somebody with a copy of loader-tftp put it onto a ftp server > somewhere and pass me the URL? Thanks. That loader should work ok for loading the kernel using tftp. Use boot -C or set boot_cdrom=yes to tell it to mount root from the cd, I've installed a box like this before. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 28 17:45:47 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 222FF37B416 for ; Thu, 28 Mar 2002 17:45:41 -0800 (PST) Received: from peter3.wemm.org ([12.232.27.13]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020329014541.BNO2626.rwcrmhc51.attbi.com@peter3.wemm.org> for ; Fri, 29 Mar 2002 01:45:41 +0000 Received: from overcee.wemm.org (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id g2T1jcx09354 for ; Thu, 28 Mar 2002 17:45:38 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (Postfix) with ESMTP id CE492390B; Thu, 28 Mar 2002 17:45:37 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: John Polstra Cc: sparc@FreeBSD.ORG Subject: Re: Questions regarding CVSup port to FreeBSD/sparc64 In-Reply-To: <200203240125.g2O1PvD00573@vashon.polstra.com> Content-Transfer-Encoding: 8bit Date: Thu, 28 Mar 2002 17:45:37 -0800 From: Peter Wemm Message-Id: <20020329014537.CE492390B@overcee.wemm.org> Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John Polstra wrote: > In article <20020323131128.A16936@dragon.nuxi.com>, > David O'Brien wrote: > > On Sat, Mar 23, 2002 at 10:15:02AM -0800, John Polstra wrote: > > > Also, I have a question about the proper gcc configuration for > > > this platform. I configured the Modula-3 back end (a hacked up > > > gcc) for the target "sparc64-sun-elf". Is that likely to produce > > > correct code for FreeBSD? > > > > Potentially not. Can you send me your configuration files? > > Or a whole tarball that will let me experience the same problem? > > Have you got the ezm3 distfile lying around somewhere? The backend > I'm using is in "language/modula3/m3compiler/m3cc/gcc". But remember, > I'm only building the M3 code generator -- not the whole compiler. > The exact commands (from a parallel build directory) are: > > ../gcc/configure --host=i486-unknown-freebsdelf --target=sparc64-sun-elf > gmake m3cgc1 > > Note also that this is gcc 2.7.2.something -- pretty old. I don't > know what kind of shape the sparc64 support was in at that time. Heh, I guess that means an ia64 client is right out of the question without a C++ rewrite then.. :-] Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 28 17:55:48 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from wall.polstra.com (wall-gw.polstra.com [206.213.73.130]) by hub.freebsd.org (Postfix) with ESMTP id 0AF9137B41D for ; Thu, 28 Mar 2002 17:55:45 -0800 (PST) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.3) with ESMTP id g2T1tgo75438; Thu, 28 Mar 2002 17:55:42 -0800 (PST) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.6/8.11.0) id g2T1tgh12285; Thu, 28 Mar 2002 17:55:42 -0800 (PST) (envelope-from jdp) Date: Thu, 28 Mar 2002 17:55:42 -0800 (PST) Message-Id: <200203290155.g2T1tgh12285@vashon.polstra.com> To: sparc@freebsd.org From: John Polstra Cc: peter@wemm.org Subject: Re: Questions regarding CVSup port to FreeBSD/sparc64 In-Reply-To: <20020329014537.CE492390B@overcee.wemm.org> References: <20020329014537.CE492390B@overcee.wemm.org> Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article <20020329014537.CE492390B@overcee.wemm.org>, Peter Wemm wrote: > John Polstra wrote: > > Note also that this is gcc 2.7.2.something -- pretty old. I don't > > know what kind of shape the sparc64 support was in at that time. > > Heh, I guess that means an ia64 client is right out of the question without > a C++ rewrite then.. :-] Not really. There is a newer version of Modula-3 called CM3, and I'm planning to transition over to it as the code base for ezm3. Its compiler back end is currently gcc-2.95.2, which wouldn't be so hard to update further if necessary. John -- John Polstra John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 28 20: 2: 5 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 8E80A37B416 for ; Thu, 28 Mar 2002 20:02:01 -0800 (PST) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id g2T421f36946 for ; Thu, 28 Mar 2002 20:02:01 -0800 (PST) (envelope-from mjacob@feral.com) Date: Thu, 28 Mar 2002 20:02:00 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: freebsd-sparc@freebsd.org Subject: okay, I'm stuck... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've been trying to do some kernel debugging, and I'm stuck. All I really have to work with usably at the moment (for a variety of reasons) is a Ultra10 booted diskless. If I install nfs kernels && distributions from the recent ISOs (e.g., 3/20), I can boot and run fine. When I install a GENERIC kernel built out of source cvsup'd from cvsup10, I always die at: Rebooting with command: boot net Boot device: /pci@1f,0/pci@1,1/network@1,1 File and args: 21000 Console: OpenFirmware console FreeBSD/sparc64 loader bootpath="/pci@1f,0/pci@1,1/network@1,1" loaddev=net0: boot: ethernet address: 08:00:20:a0:20:e8 net_open: server addr: 192.67.166.79 net_open: server path: /space2/root/slinx net_open: boot file: /boot/kernel/kernel > \ \: unknown command /boot/kernel/kernel data=0x2cc408+0xe0e18 syms=[0x8+0x42ca8+0x8+0x34a50] Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel]... nothing to autoload yet. jumping to kernel entry at 0x80038000. Fast Data Access MMU Miss ok What the hell am I doing wrong here? Is this supposed to not work? I know that the GENERIC kernel won't mount root, but I'm just trying to boot it to test the isp driver for now. I should see it get further than this! -amtt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 28 21:14:15 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from aloha.net (haleakala.aloha.net [64.75.176.254]) by hub.freebsd.org (Postfix) with SMTP id E226837B41A for ; Thu, 28 Mar 2002 21:14:13 -0800 (PST) Received: (qmail 26333 invoked by uid 221); 29 Mar 2002 05:14:13 -0000 Date: Thu, 28 Mar 2002 19:14:13 -1000 (HST) From: Brandon Drake X-X-Sender: bdrake@haleakala To: freebsd-sparc@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Brandon Drake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 28 23:14:31 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 1DDDB37B417 for ; Thu, 28 Mar 2002 23:14:29 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g2T7DwYm091615; Thu, 28 Mar 2002 23:13:58 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2T7CgBT091606; Thu, 28 Mar 2002 23:12:42 -0800 (PST) Date: Thu, 28 Mar 2002 23:12:42 -0800 From: "David O'Brien" To: Matthew Jacob Cc: freebsd-sparc@freebsd.org Subject: Re: okay, I'm stuck... Message-ID: <20020328231242.A91557@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mjacob@feral.com on Thu, Mar 28, 2002 at 08:02:00PM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Mar 28, 2002 at 08:02:00PM -0800, Matthew Jacob wrote: > When I install a GENERIC kernel built out of source cvsup'd from cvsup10, I > always die at: ... > nothing to autoload yet. > jumping to kernel entry at 0x80038000. > Fast Data Access MMU Miss > ok No clue, but I am having the same problem with sources from p4. I am having to use a kernel from March 14th. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 29 2: 9: 7 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from riker.skynet.be (riker.skynet.be [195.238.3.132]) by hub.freebsd.org (Postfix) with ESMTP id 7ADD637B417 for ; Fri, 29 Mar 2002 02:09:03 -0800 (PST) Received: from skynet.be (adsl-44768.turboline.skynet.be [217.136.46.224]) by riker.skynet.be (8.11.6/8.11.6/Skynet-OUT-2.16) with ESMTP id g2TA8Yr22952 for ; Fri, 29 Mar 2002 11:08:34 +0100 (MET) (envelope-from ) Message-ID: <3CA4219D.DEE884B6@skynet.be> Date: Fri, 29 Mar 2002 09:11:09 +0100 From: Atle X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.7-10 i686) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-sparc@freebsd.org Subject: Re: okay, I'm stuck... References: <20020328231242.A91557@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org David O'Brien wrote: > > On Thu, Mar 28, 2002 at 08:02:00PM -0800, Matthew Jacob wrote: > > When I install a GENERIC kernel built out of source cvsup'd from cvsup10, I > > always die at: > ... > > nothing to autoload yet. > > jumping to kernel entry at 0x80038000. > > Fast Data Access MMU Miss > > ok > > No clue, but I am having the same problem with sources from p4. Shot-in-the-dark(tm): You said 'diskless' - the error said 'MMU' miss - is it trying to access a non-existing disk? Atle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 29 5:44:46 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 198F937B405 for ; Fri, 29 Mar 2002 05:44:42 -0800 (PST) Received: (qmail 20493 invoked by uid 0); 29 Mar 2002 13:44:40 -0000 Received: from pd9e167a9.dip.t-dialin.net (HELO forge.local) (217.225.103.169) by mail.gmx.net (mp013-rz3) with SMTP; 29 Mar 2002 13:44:40 -0000 Received: from tmm by forge.local with local (Exim 3.34 #1) id 16qwgW-0000af-00; Fri, 29 Mar 2002 14:44:52 +0100 Date: Fri, 29 Mar 2002 14:44:52 +0100 From: Thomas Moestl To: Matthew Jacob Cc: freebsd-sparc@freebsd.org Subject: Re: okay, I'm stuck... Message-ID: <20020329134451.GB300@crow.dom2ip.de> Mail-Followup-To: Matthew Jacob , freebsd-sparc@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 2002/03/28 at 20:02:00 -0800, Matthew Jacob wrote: > > I've been trying to do some kernel debugging, and I'm stuck. > > All I really have to work with usably at the moment (for a variety of > reasons) is a Ultra10 booted diskless. > > If I install nfs kernels && distributions from the recent ISOs (e.g., 3/20), I > can boot and run fine. > > When I install a GENERIC kernel built out of source cvsup'd from cvsup10, I > always die at: > > Rebooting with command: boot net > Boot device: /pci@1f,0/pci@1,1/network@1,1 File and args: > 21000 Console: OpenFirmware console > FreeBSD/sparc64 loader > bootpath="/pci@1f,0/pci@1,1/network@1,1" > loaddev=net0: > boot: ethernet address: 08:00:20:a0:20:e8 > net_open: server addr: 192.67.166.79 > net_open: server path: /space2/root/slinx > net_open: boot file: /boot/kernel/kernel > > \ > \: unknown command > > /boot/kernel/kernel data=0x2cc408+0xe0e18 syms=[0x8+0x42ca8+0x8+0x34a50] > Hit [Enter] to boot immediately, or any other key for command prompt. > Booting [/boot/kernel/kernel]... > nothing to autoload yet. > jumping to kernel entry at 0x80038000. > Fast Data Access MMU Miss > ok > > > What the hell am I doing wrong here? Is this supposed to not work? Hmmm. What tool chain are you using to build the kernel, and which loader? Can you please put both the kernel and the loader for download somewhere, and tell us the output of the '.trap-registers' firmware command after the crash? - thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 29 8:33:47 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mail15.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by hub.freebsd.org (Postfix) with ESMTP id B66CC37B404 for ; Fri, 29 Mar 2002 08:33:43 -0800 (PST) Received: (qmail 24049 invoked from network); 29 Mar 2002 16:33:43 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 29 Mar 2002 16:33:43 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g2TGYSv00649; Fri, 29 Mar 2002 11:34:28 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 29 Mar 2002 11:33:43 -0500 (EST) From: John Baldwin To: Matthew Jacob Subject: RE: okay, I'm stuck... Cc: freebsd-sparc@freebsd.org Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 29-Mar-2002 Matthew Jacob wrote: > > I've been trying to do some kernel debugging, and I'm stuck. > > All I really have to work with usably at the moment (for a variety of > reasons) is a Ultra10 booted diskless. > > If I install nfs kernels && distributions from the recent ISOs (e.g., 3/20), > I > can boot and run fine. > > When I install a GENERIC kernel built out of source cvsup'd from cvsup10, I > always die at: > > Rebooting with command: boot net > Boot device: /pci@1f,0/pci@1,1/network@1,1 File and args: > 21000 Console: OpenFirmware console > FreeBSD/sparc64 loader > bootpath="/pci@1f,0/pci@1,1/network@1,1" > loaddev=net0: > boot: ethernet address: 08:00:20:a0:20:e8 > net_open: server addr: 192.67.166.79 > net_open: server path: /space2/root/slinx > net_open: boot file: /boot/kernel/kernel >> \ > \: unknown command This is cause the NFS loader doesn't have FICL compiled in so it dies trying to parse loader.rc. It would be nice if this could be fixed. :) > /boot/kernel/kernel data=0x2cc408+0xe0e18 syms=[0x8+0x42ca8+0x8+0x34a50] > Hit [Enter] to boot immediately, or any other key for command prompt. > Booting [/boot/kernel/kernel]... > nothing to autoload yet. > jumping to kernel entry at 0x80038000. > Fast Data Access MMU Miss > ok > > > What the hell am I doing wrong here? Is this supposed to not work? > > I know that the GENERIC kernel won't mount root, but I'm just trying to boot > it to test the isp driver for now. I should see it get further than this! I have no idea why you are getting this. :( > -amtt -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 29 9:52:16 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 0D0D137B417 for ; Fri, 29 Mar 2002 09:52:10 -0800 (PST) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id g2THq5f42360; Fri, 29 Mar 2002 09:52:06 -0800 (PST) (envelope-from mjacob@feral.com) Date: Fri, 29 Mar 2002 09:52:05 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Thomas Moestl Cc: freebsd-sparc@freebsd.org Subject: Re: okay, I'm stuck... In-Reply-To: <20020329134451.GB300@crow.dom2ip.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > > > > > What the hell am I doing wrong here? Is this supposed to not work? > > Hmmm. What tool chain are you using to build the kernel, whatever was in the distrib-20020320.tar.bz2 tarball. > and which > loader? the loader-nfs.bz2 currently off of jake's home page > Can you please put both the kernel and the loader for download somewhere, http://people.freebsd.org/~mjacob/loader-nfs.bz2 http://people.freebsd.org/~mjacob/kernel.debug.bz2 kernel is not GENERIC- GENERIC with NFS root stuff turned on > and tell us the output of the '.trap-registers' firmware > command after the crash? Rebooting with command: boot net Boot device: /pci@1f,0/pci@1,1/network@1,1 File and args: 21000 Console: OpenFirmware console FreeBSD/sparc64 loader bootpath="/pci@1f,0/pci@1,1/network@1,1" loaddev=net0: boot: ethernet address: 08:00:20:a0:20:e8 net_open: server addr: 192.67.166.79 net_open: server path: /space2/root/slinx net_open: boot file: /boot/kernel/kernel > \ \: unknown command /boot/kernel/kernel data=0x2cfb08+0xe0e98 syms=[0x8+0x42fd8+0x8+0x34c62] Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel]... nothing to autoload yet. jumping to kernel entry at 0x80038000. Fast Data Access MMU Miss ok .trap-registers %TL:1 %TT:68 %TPC:800d6f28 %TnPC:800d6f2c %TSTATE:1603 %CWP:3 %PSTATE:16 AG:0 IE:1 PRIV:1 AM:0 PEF:1 RED:0 MM:0 TLE:0 CLE:0 MG:0 IG:0 %ASI:0 %CCR:0 XCC:nzvc ICC:nzvc %TL:2 %TT:68 %TPC:f0000f40 %TnPC:f0000f44 %TSTATE:9958041404 %CWP:4 %PSTATE:414 AG:0 IE:0 PRIV:1 AM:0 PEF:1 RED:0 MM:0 TLE:0 CLE:0 MG:1 IG:0 %ASI:58 %CCR:99 XCC:NzvC ICC:NzvC %TL:3 %TT:1ff %TPC:fffffffffffffffc %TnPC:fffffffffffffffc %TSTATE:8058041400 %CWP:0 %PSTATE:414 AG:0 IE:0 PRIV:1 AM:0 PEF:1 RED:0 MM:0 TLE:0 CLE:0 MG:1 IG:0 %ASI:58 %CCR:80 XCC:Nzvc ICC:nzvc %TL:4 %TT:1ff %TPC:fffffffffffffffc %TnPC:fffffffffffffffc %TSTATE:9158041407 %CWP:7 %PSTATE:414 AG:0 IE:0 PRIV:1 AM:0 PEF:1 RED:0 MM:0 TLE:0 CLE:0 MG:1 IG:0 %ASI:58 %CCR:91 XCC:NzvC ICC:nzvC %TL:5 %TT:1ff %TPC:fffffffffffffffc %TnPC:fffffffffffffffc %TSTATE:0 %CWP:0 %PSTATE:0 AG:0 IE:0 PRIV:0 AM:0 PEF:0 RED:0 MM:0 TLE:0 CLE:0 MG:0 IG:0 %ASI:0 %CCR:0 XCC:nzvc ICC:nzvc -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 29 9:53:31 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id D408C37B41A for ; Fri, 29 Mar 2002 09:53:27 -0800 (PST) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id g2THrOf42375; Fri, 29 Mar 2002 09:53:24 -0800 (PST) (envelope-from mjacob@feral.com) Date: Fri, 29 Mar 2002 09:53:24 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Thomas Moestl Cc: freebsd-sparc@freebsd.org Subject: Re: okay, I'm stuck... In-Reply-To: <20020329134451.GB300@crow.dom2ip.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org also will be a kernel.bz2 in case you just want to boot the smaller one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 29 12:12:28 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id E5EFD37B404 for ; Fri, 29 Mar 2002 12:12:23 -0800 (PST) Received: (qmail 3237 invoked by uid 0); 29 Mar 2002 20:12:19 -0000 Received: from pd9e167a9.dip.t-dialin.net (HELO forge.local) (217.225.103.169) by mail.gmx.net (mp013-rz3) with SMTP; 29 Mar 2002 20:12:19 -0000 Received: from tmm by forge.local with local (Exim 3.34 #1) id 16r2jc-0002OA-00; Fri, 29 Mar 2002 21:12:28 +0100 Date: Fri, 29 Mar 2002 21:12:27 +0100 From: Thomas Moestl To: Matthew Jacob Cc: freebsd-sparc@freebsd.org Subject: Re: okay, I'm stuck... Message-ID: <20020329201227.GC300@crow.dom2ip.de> Mail-Followup-To: Matthew Jacob , freebsd-sparc@freebsd.org References: <20020329134451.GB300@crow.dom2ip.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 2002/03/29 at 09:52:05 -0800, Matthew Jacob wrote: > Rebooting with command: boot net > Boot device: /pci@1f,0/pci@1,1/network@1,1 File and args: > 21000 Console: OpenFirmware console > FreeBSD/sparc64 loader > bootpath="/pci@1f,0/pci@1,1/network@1,1" > loaddev=net0: > boot: ethernet address: 08:00:20:a0:20:e8 > net_open: server addr: 192.67.166.79 > net_open: server path: /space2/root/slinx > net_open: boot file: /boot/kernel/kernel > > \ > \: unknown command > > /boot/kernel/kernel data=0x2cfb08+0xe0e98 syms=[0x8+0x42fd8+0x8+0x34c62] > Hit [Enter] to boot immediately, or any other key for command prompt. > Booting [/boot/kernel/kernel]... > nothing to autoload yet. > jumping to kernel entry at 0x80038000. > Fast Data Access MMU Miss > ok .trap-registers > %TL:1 %TT:68 %TPC:800d6f28 %TnPC:800d6f2c > %TSTATE:1603 %CWP:3 > %PSTATE:16 AG:0 IE:1 PRIV:1 AM:0 PEF:1 RED:0 MM:0 TLE:0 CLE:0 MG:0 IG:0 > %ASI:0 %CCR:0 XCC:nzvc ICC:nzvc > > %TL:2 %TT:68 %TPC:f0000f40 %TnPC:f0000f44 > %TSTATE:9958041404 %CWP:4 > %PSTATE:414 AG:0 IE:0 PRIV:1 AM:0 PEF:1 RED:0 MM:0 TLE:0 CLE:0 MG:1 IG:0 > %ASI:58 %CCR:99 XCC:NzvC ICC:NzvC > > %TL:3 %TT:1ff %TPC:fffffffffffffffc %TnPC:fffffffffffffffc > %TSTATE:8058041400 %CWP:0 > %PSTATE:414 AG:0 IE:0 PRIV:1 AM:0 PEF:1 RED:0 MM:0 TLE:0 CLE:0 MG:1 IG:0 > %ASI:58 %CCR:80 XCC:Nzvc ICC:nzvc > > %TL:4 %TT:1ff %TPC:fffffffffffffffc %TnPC:fffffffffffffffc > %TSTATE:9158041407 %CWP:7 > %PSTATE:414 AG:0 IE:0 PRIV:1 AM:0 PEF:1 RED:0 MM:0 TLE:0 CLE:0 MG:1 IG:0 > %ASI:58 %CCR:91 XCC:NzvC ICC:nzvC > > %TL:5 %TT:1ff %TPC:fffffffffffffffc %TnPC:fffffffffffffffc > %TSTATE:0 %CWP:0 > %PSTATE:0 AG:0 IE:0 PRIV:0 AM:0 PEF:0 RED:0 MM:0 TLE:0 CLE:0 MG:0 IG:0 > %ASI:0 %CCR:0 XCC:nzvc ICC:nzvc OK, I think I've identified the problem. Leaving out some options/drivers to make the kernel smaller should work around it for now. I'm working on a real fix. - thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 29 12:15:24 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id C43C437B41A for ; Fri, 29 Mar 2002 12:15:22 -0800 (PST) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id g2TKFKf43494; Fri, 29 Mar 2002 12:15:20 -0800 (PST) (envelope-from mjacob@feral.com) Date: Fri, 29 Mar 2002 12:15:20 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Thomas Moestl Cc: freebsd-sparc@freebsd.org Subject: Re: okay, I'm stuck... In-Reply-To: <20020329201227.GC300@crow.dom2ip.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > OK, I think I've identified the problem. Leaving out some > options/drivers to make the kernel smaller should work around it for > now. I'm working on a real fix. "1-Adam-12, rolling, code 6...." thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 29 12:15:34 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from iron.alexin.ca (iron.alexin.ca [216.123.166.206]) by hub.freebsd.org (Postfix) with ESMTP id 47EC437B417 for ; Fri, 29 Mar 2002 12:15:32 -0800 (PST) Subject: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 29 Mar 2002 15:13:01 -0500 Disposition-Notification-To: "Steve Barkey" Message-ID: <6F23C7A733C4E94DB92C77EF1C6DA4D90DFD8D@iron.alexin.ca> content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Index: AcHXXpGVIlVx2dNDQai5g9OOTSfKvQ== From: "Steve Barkey" To: Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Heres a good question! I got the installation done. Everything's working pretty well with the exception of the odd DISK ERROR I/O - my hdd is fine, must be the softupdates? Any ideas? Also; Has anyone managed to get APACHE installed? What version what ./configure switches did you use? It would be great if someone wrote that up quick. Thanks! Steve B. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 29 14:21: 1 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 30A8C37B404 for ; Fri, 29 Mar 2002 14:20:58 -0800 (PST) Received: (qmail 3370 invoked by uid 0); 29 Mar 2002 22:20:51 -0000 Received: from pd9e167a9.dip.t-dialin.net (HELO forge.local) (217.225.103.169) by mail.gmx.net (mp016-rz3) with SMTP; 29 Mar 2002 22:20:51 -0000 Received: from tmm by forge.local with local (Exim 3.34 #1) id 16r4jz-0004ia-00; Fri, 29 Mar 2002 23:20:59 +0100 Date: Fri, 29 Mar 2002 23:20:59 +0100 From: Thomas Moestl To: Matthew Jacob Cc: freebsd-sparc@freebsd.org Subject: Re: okay, I'm stuck... Message-ID: <20020329222059.GD300@crow.dom2ip.de> Mail-Followup-To: Matthew Jacob , freebsd-sparc@freebsd.org References: <20020329201227.GC300@crow.dom2ip.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 2002/03/29 at 12:15:20 -0800, Matthew Jacob wrote: > > OK, I think I've identified the problem. Leaving out some > > options/drivers to make the kernel smaller should work around it for > > now. I'm working on a real fix. > > "1-Adam-12, rolling, code 6...." > > thanks! The problem should be fixed now. - thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 29 14:33:21 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id DF33437B405 for ; Fri, 29 Mar 2002 14:33:13 -0800 (PST) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id g2TMXAf48826; Fri, 29 Mar 2002 14:33:10 -0800 (PST) (envelope-from mjacob@feral.com) Date: Fri, 29 Mar 2002 14:33:10 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Thomas Moestl Cc: freebsd-sparc@freebsd.org Subject: Re: okay, I'm stuck... In-Reply-To: <20020329222059.GD300@crow.dom2ip.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Great. I'm also now getting much further now that I have a stripped down kernel. At least far enough now to see: isp0: port 0x800-0x8ff mem 0x4000-0x4fff irq 20 at device 2.0 on pci1 ... acd0: CDROM at ata3-master PIO4 isp0: Unhandled Response Type 0x0 isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 0 (next 1) nlooked 1 isp0: Unhandled Response Type 0x0 isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 1 (next 2) nlooked 1 isp0: Unhandled Response Type 0x0 isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 2 (next 3) nlooked 2 isp0: Unhandled Response Type 0x0 isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 3 (next 4) nlooked 3 isp0: Unhandled Response Type 0x0 isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 4 (next 5) nlooked 4 isp0: Unhandled Response Type 0x0 isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 5 (next 6) nlooked 1 isp0: Unhandled Response Type 0x0 isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 6 (next 7) nlooked 1 isp0: Unhandled Response Type 0x0 isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 8 (next 9) nlooked 1 isp0: Unhandled Response Type 0x0 isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 9 (next 10) nlooked 1 isp0: Unhandled Response Type 0x0 isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 10 (next 11) nlooked 2 isp0: Unhandled Response Type 0x0 isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 11 (next 12) nlooked 1 isp0: Unhandled Response Type 0x0 isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 12 (next 13) nlooked 1 (probe0:isp0:0:32:0): isp0: watchdog timeout for handle 0x1 isp0: Unhandled Response Type 0x0 isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 13 (next 14) nlooked 1 (probe1:isp0:0:33:0): isp0: watchdog timeout for handle 0x2 isp0: Unhandled Response Type 0x0 isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 14 (next 15) nlooked 1 (probe2:isp0:0:34:0): isp0: watchdog timeout for handle 0x3 isp0: Unhandled Response Type 0x0 isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 15 (next 16) nlooked 1 (probe3:isp0:0:35:0): isp0: watchdog timeout for handle 0x4 isp0: Unhandled Response Type 0x0 isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 16 (next 17) nlooked 1 (probe4:isp0:0:38:0): isp0: watchdog timeout for handle 0x5 isp0: Unhandled Response Type 0x0 isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 17 (next 18) nlooked 1 (probe5:isp0:0:45:0): isp0: watchdog timeout for handle 0x6 isp0: Unhandled Response Type 0x0 isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 18 (next 19) nlooked 1 ... which means I've probably got something wrong with my sync calls. -matt On Fri, 29 Mar 2002, Thomas Moestl wrote: > On Fri, 2002/03/29 at 12:15:20 -0800, Matthew Jacob wrote: > > > OK, I think I've identified the problem. Leaving out some > > > options/drivers to make the kernel smaller should work around it for > > > now. I'm working on a real fix. > > > > "1-Adam-12, rolling, code 6...." > > > > thanks! > > The problem should be fixed now. > > - thomas > > -- > Thomas Moestl http://www.tu-bs.de/~y0015675/ > http://people.FreeBSD.org/~tmm/ > PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 29 14:36:25 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id A014A37B419 for ; Fri, 29 Mar 2002 14:36:21 -0800 (PST) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id g2TMaIf48862; Fri, 29 Mar 2002 14:36:18 -0800 (PST) (envelope-from mjacob@feral.com) Date: Fri, 29 Mar 2002 14:36:18 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Thomas Moestl Cc: freebsd-sparc@freebsd.org Subject: Re: okay, I'm stuck... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 18 (next 19) nlooked 1 > ... > > which means I've probably got something wrong with my sync calls. > Oh, like, duh, uh, forgetting to port the NetBSD/OpenBSD code over, thus leaving me with: #if defined(__alpha__) #define MEMORYBARRIER(isp, type, offset, size) alpha_mb() #elif defined(__ia64__) #define MEMORYBARRIER(isp, type, offset, size) \ do { ia64_mf(); ia64_mf_a(); } while (0) #else #define MEMORYBARRIER(isp, type, offset, size) #endif *oops* -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 29 15: 7:43 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id C167537B404; Fri, 29 Mar 2002 15:07:35 -0800 (PST) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id A7C6C5F10; Sat, 30 Mar 2002 00:07:34 +0100 (CET) Date: Sat, 30 Mar 2002 00:07:34 +0100 From: Jesper Skriver To: Steve Barkey Cc: freebsd-sparc@freebsd.org, sos@FreeBSD.org Subject: Re: ATA problems on sparc64 (U5 at least) Message-ID: <20020330000734.C25447@FreeBSD.org> References: <6F23C7A733C4E94DB92C77EF1C6DA4D90DFD8D@iron.alexin.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <6F23C7A733C4E94DB92C77EF1C6DA4D90DFD8D@iron.alexin.ca>; from sbarkey@alexin.ca on Fri, Mar 29, 2002 at 03:13:01PM -0500 X-PGP-Fingerprint: 6B88 9CE8 66E9 E631 C9C5 5EB4 22AB F0EC F956 1C31 X-PGP-Public-Key: http://freesbee.wheel.dk/~jesper/gpgkey.pub Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Mar 29, 2002 at 03:13:01PM -0500, Steve Barkey wrote: > Heres a good question! > > I got the installation done. Everything's working pretty well with the > exception of the odd DISK ERROR I/O - my hdd is fine, must be the > softupdates? Any ideas? I see it on my U5 too, I think it must be a bug in the ATA driver with regard to either the ATA controller in these boxes, or to sparc64 in general. atapci0: port 0xc00020-0xc0002f,0xc00018-0xc0001b,0xc00010-0xc00017,0xc00008-0xc0000b,0xc00000-0xc00007 irq 32 at device 3.0 on pci2 ata2: at 0xc00000 on atapci0 ata3: at 0xc00010 on atapci0 ad0: 8693MB [17662/16/63] at ata2-master WDMA2 acd0: CDROM at ata3-master PIO4 ad0: READ command timeout tag=0 serv=0 - resetting ata2: resetting devices .. done ad0: READ command timeout tag=0 serv=0 - resetting ata2: resetting devices .. done ad0: READ command timeout tag=0 serv=0 - resetting ata2: resetting devices .. done ad0: READ command timeout tag=0 serv=0 - resetting ad0: trying fallback to PIO mode ata2: resetting devices .. done Hmm, havn't actually tried if it work after it reverted to PIO mode ... It actually seems to have helped, before it would hang hard everytime I untar'ed the ports .tgz file, now I can do it without the hang. root@sparc64# cat /boot/loader.conf hw.ata.ata_dma=0 Forces it to PIO mode for now ... ah no, the loader doesn't seem to be able to parse loader.conf Sun Ultra 5/10 UPA/PCI (UltraSPARC-IIi 400MHz), No Keyboard OpenBoot 3.25, 512 MB (50 ns) memory installed, Serial #16330074. Ethernet address 8:0:20:f9:2d:5a, Host ID: 80f92d5a. Rebooting with command: boot /pci@1f,0/pci@1,1/ide@3/disk@0,0:a Boot device: /pci@1f,0/pci@1,1/ide@3/disk@0,0:a File and args: >> FreeBSD/sparc64 boot block Boot path: /pci@1f,0/pci@1,1/ide@3/disk@0,0:a Boot loader: /boot/loader Console: OpenFirmware console disk0 is /pci@1f,0/pci@1,1/ide@3/disk@0 FreeBSD/sparc64 loader bootpath="/pci@1f,0/pci@1,1/ide@3/disk@0,0:a" loaddev=disk0s0a: > \ <<<<<<<<<< \: unknown command <<<<<<<<<< notice these \ <<<<<<<<<< /boot/kernel/kernel data=0x201c08+0xdb918 syms=[0x8+0x3c360+0x8+0x2fc8a] Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel]... nothing to autoload yet. jumping to kernel entry at 0x80030000. But it can still be set manually /boot/kernel/kernel data=0x201c08+0xdb918 syms=[0x8+0x3c360+0x8+0x2fc8a] Hit [Enter] to boot immediately, or any other key for command prompt. Type '?' for a list of commands, 'help' for more detailed help. OK set hw.ata.ata_dma=0 OK boot Does the trick, with this the box is stable again. > Also; Has anyone managed to get APACHE installed? What version what > ./configure switches did you use? It would be great if someone wrote > that up quick. havn't tried /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: FreeBSD committer @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 29 21:52:28 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mail15.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by hub.freebsd.org (Postfix) with ESMTP id 24C5F37B416 for ; Fri, 29 Mar 2002 21:52:26 -0800 (PST) Received: (qmail 2337 invoked from network); 30 Mar 2002 05:52:25 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 30 Mar 2002 05:52:25 -0000 Received: from laptop.baldwin.cx (john@laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g2U5rDv03153 for ; Sat, 30 Mar 2002 00:53:13 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sat, 30 Mar 2002 00:52:32 -0500 (EST) From: John Baldwin To: sparc@FreeBSD.org Subject: find doesn't compile with an obj directory Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org /arch/sparc64/hosted/bin/gcc -O -pipe -c /home/john/work/p4/sparc64/usr.bin/find/option.c /arch/sparc64/hosted/bin/gcc -O -pipe -c parsedate.c /home/john/work/p4/sparc64/usr.bin/find/parsedate.y:29:18: find.h: No such file or directory *** Error code 1 Stop in /home/john/work/p4/sparc64/usr.bin/find. I'm betting that adding -I${.CURDIR} to CFLAGS in find's Makefile so it can find src/usr.bin/find/find.h would work, but I was curious if anyone had a better solution? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 29 23:30: 8 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by hub.freebsd.org (Postfix) with SMTP id AF94137B417 for ; Fri, 29 Mar 2002 23:29:59 -0800 (PST) Received: (qmail 7976 invoked by uid 10); 30 Mar 2002 07:29:58 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.11.6/8.11.2) id g2U7Tdb77654 for freebsd-sparc@FreeBSD.ORG; Sat, 30 Mar 2002 08:29:39 +0100 (CET) (envelope-from ue) Date: Sat, 30 Mar 2002 08:29:39 +0100 From: Udo Erdelhoff To: freebsd-sparc@FreeBSD.ORG Subject: Re: loader-tftp? Message-ID: <20020330072939.GL51146@nathan.ruhr.de> Mail-Followup-To: freebsd-sparc@FreeBSD.ORG References: <20020328095142.GC51146@nathan.ruhr.de> <20020328131633.GA297@crow.dom2ip.de> <20020328202427.GF51146@nathan.ruhr.de> <20020328172647.A40695@locore.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020328172647.A40695@locore.ca> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Mar 28, 2002 at 05:26:47PM -0500, Jake Burkholder wrote: > That loader should work ok for loading the kernel using tftp. Use > boot -C or set boot_cdrom=yes to tell it to mount root from the > cd, I've installed a box like this before. I found a copy of loader-tftp in the meantime (on Thomas' page on people.freebsd.org) so I will be able try that as soon as I can put a non-Solaris box into that network. After reading the manpage, I have to conclude that the rpc.bootparamd of Solaris is too braindead to be used for booting a FreeBSD/sparc64 system over the network; and I do not want to install additional software (ISC-DHCP) on the boxes in that network. Fortunately, my Laptop runs FreeBSD just fine :-) BTW, you can add the Netra T1 100 to the list of supported systems, it is identical to the T1 105 except for the power supply (T1 100 is DC, T1 105 is AC). /s/Udo -- It's always a long day, 86400 doesn't fit into a short. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sat Mar 30 1: 1:47 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from freebsd.dk (fw-rl0.freebsd.dk [212.242.86.114]) by hub.freebsd.org (Postfix) with ESMTP id 3358637B400; Sat, 30 Mar 2002 01:01:43 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.11.6/8.11.6) id g2U91f898738; Sat, 30 Mar 2002 10:01:41 +0100 (CET) (envelope-from sos) From: Søren Schmidt Message-Id: <200203300901.g2U91f898738@freebsd.dk> Subject: Re: ATA problems on sparc64 (U5 at least) In-Reply-To: <20020330000734.C25447@FreeBSD.org> To: Jesper Skriver Date: Sat, 30 Mar 2002 10:01:40 +0100 (CET) Cc: Steve Barkey , freebsd-sparc@FreeBSD.org, sos@FreeBSD.org Reply-To: sos@freebsd.dk X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It seems Jesper Skriver wrote: > On Fri, Mar 29, 2002 at 03:13:01PM -0500, Steve Barkey wrote: > > Heres a good question! > > > > I got the installation done. Everything's working pretty well with the > > exception of the odd DISK ERROR I/O - my hdd is fine, must be the > > softupdates? Any ideas? > > I see it on my U5 too, I think it must be a bug in the ATA driver with > regard to either the ATA controller in these boxes, or to sparc64 in > general. > > atapci0: port 0xc00020-0xc0002f,0xc00018-0xc0001b,0xc00010-0xc00017,0xc00008-0xc0000b,0xc00000-0xc00007 irq 32 at device 3.0 on pci2 > ata2: at 0xc00000 on atapci0 > ata3: at 0xc00010 on atapci0 > ad0: 8693MB [17662/16/63] at ata2-master WDMA2 > acd0: CDROM at ata3-master PIO4 > ad0: READ command timeout tag=0 serv=0 - resetting > ata2: resetting devices .. done > ad0: READ command timeout tag=0 serv=0 - resetting > ata2: resetting devices .. done > ad0: READ command timeout tag=0 serv=0 - resetting > ata2: resetting devices .. done > ad0: READ command timeout tag=0 serv=0 - resetting > ad0: trying fallback to PIO mode > ata2: resetting devices .. done From when are the sources you used for this ? It should work or at least it did on the U5 I tried it on at work (that was the 0321 dist). However there are something else thats not right, I dont get the transferrates I should on my Netra (which has a ATA66 Acer chip), however the setup of the Acer chip is OK it seems, but I suspect interrupt delivery to be extremely slow... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sat Mar 30 4: 4: 4 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id D1E2437B41B; Sat, 30 Mar 2002 04:04:00 -0800 (PST) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id 698695F46; Sat, 30 Mar 2002 13:03:59 +0100 (CET) Date: Sat, 30 Mar 2002 13:03:59 +0100 From: Jesper Skriver To: =?iso-8859-1?Q?S=F8ren_Schmidt?= Cc: Steve Barkey , freebsd-sparc@FreeBSD.org, sos@FreeBSD.org Subject: Re: ATA problems on sparc64 (U5 at least) Message-ID: <20020330130358.A36415@skriver.dk> References: <20020330000734.C25447@FreeBSD.org> <200203300901.g2U91f898738@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <200203300901.g2U91f898738@freebsd.dk>; from sos@freebsd.dk on Sat, Mar 30, 2002 at 10:01:40AM +0100 X-PGP-Fingerprint: 6B88 9CE8 66E9 E631 C9C5 5EB4 22AB F0EC F956 1C31 X-PGP-Public-Key: http://freesbee.wheel.dk/~jesper/gpgkey.pub Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Mar 30, 2002 at 10:01:40AM +0100, Søren Schmidt wrote: > It seems Jesper Skriver wrote: > > > On Fri, Mar 29, 2002 at 03:13:01PM -0500, Steve Barkey wrote: > > > > > Heres a good question! > > > > > > I got the installation done. Everything's working pretty well > > > with the exception of the odd DISK ERROR I/O - my hdd is fine, > > > must be the softupdates? Any ideas? > > > > I see it on my U5 too, I think it must be a bug in the ATA driver > > with regard to either the ATA controller in these boxes, or to > > sparc64 in general. > > > > atapci0: port 0xc00020-0xc0002f,0xc00018-0xc0001b,0xc00010-0xc00017,0xc00008-0xc0000b,0xc00000-0xc00007 irq 32 at device 3.0 on pci2 > > ata2: at 0xc00000 on atapci0 > > ata3: at 0xc00010 on atapci0 > > ad0: 8693MB [17662/16/63] at ata2-master WDMA2 > > acd0: CDROM at ata3-master PIO4 > > ad0: READ command timeout tag=0 serv=0 - resetting > > ata2: resetting devices .. done > > ad0: READ command timeout tag=0 serv=0 - resetting > > ata2: resetting devices .. done > > ad0: READ command timeout tag=0 serv=0 - resetting > > ata2: resetting devices .. done > > ad0: READ command timeout tag=0 serv=0 - resetting > > ad0: trying fallback to PIO mode > > ata2: resetting devices .. done > > From when are the sources you used for this ? It should work or at > least it did on the U5 I tried it on at work (that was the 0321 dist). This is the 0320 distribution, but I can try building a new kernel from the source available at cvsup10 > However there are something else thats not right, I dont get the > transferrates I should on my Netra (which has a ATA66 Acer chip), > however the setup of the Acer chip is OK it seems, but I suspect > interrupt delivery to be extremely slow... /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: FreeBSD committer @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sat Mar 30 19: 9: 2 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 1FF4A37B400 for ; Sat, 30 Mar 2002 19:08:53 -0800 (PST) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id g2V38cf49946; Sat, 30 Mar 2002 19:08:42 -0800 (PST) (envelope-from mjacob@feral.com) Date: Sat, 30 Mar 2002 19:08:38 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Thomas Moestl Cc: freebsd-sparc@freebsd.org Subject: much, much better..... thanks! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org { I haven't seen any changes show up via cvsup, but by having a stripped down kernel, I was able to boot && run.. ][ Much, much, better.... I had to do some fairly massive cleanup of my bus_dma usage, but that was because I'd been lazy before hand... I'll see if I can't do the same for an SBus version sometime this upcoming week. This stuff will get checked into the main CVS repository for -current after a couple days of alpha && i386 testing- probably midweek. Lemme know if you want patches before then. ... Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #13: Sat Mar 30 18:51:31 PST 2002 mjacob@slinx:/usr/src/sys/sparc64/compile/SLINX Preloaded elf kernel "/boot/kernel/kernel" at 0x80310000. Timecounter "tick" frequency 300000000 Hz cpu0: Sun Microsystems UltraSparc-IIi Processor (300.00 MHZ CPU) nexus0: pcib0: on nexus0 pcib0: SUNW,sabre: impl 0, version 0: ign 7c0 bus range 0 to 2; PCI bus 0 DVMA map: 0xc0000000 to 0xdfffffff ... isp0: port 0x800-0x8ff mem 0x4000-0x4fff irq 20 at device 2.0 on pci1 isp0: Board Type 2200, Chip Revision 0x5, loaded F/W Revision 2.1.36 isp0: Firmware Attributes = 0x17 isp0: 985 max I/O commands supported isp0: NVRAM Port WWN 0x200100a080002301 isp0: NVRAM Node WWN 0x200000a080002301 isp0: NVRAM: maxfrmlen 1024 execthrottle 16 fwoptions 0x0 isp0: Setting ICB Node 0x200000a080002301 Port 0x200100a080002301 isp0: isp_fibre_init: fwoptions 0x100 ... isp0: LIP freeze simq isp0: LIP Received isp0: Loop UP isp0: Port Database Changed isp0: kthread checking FC state isp0: Firmware State Ready> isp0: Loop ID 0, AL_PA 0xef, Port ID 0xef, Loop State 0x2, Topology 'Private Loop' isp0: Target 0 (Loop 0x0) Port ID 0xef (role Initiator) Arrived Port WWN 0x200100a080002301 Node WWN 0x200000a080002301 isp0: Target 32 (Loop 0x20) Port ID 0xb2 (role Target) Arrived Port WWN 0x2100002037113f14 Node WWN 0x2000002037113f14 isp0: Target 33 (Loop 0x21) Port ID 0xb1 (role Target) Arrived Port WWN 0x21000020371140c0 Node WWN 0x20000020371140c0 isp0: Target 34 (Loop 0x22) Port ID 0xae (role Target) Arrived Port WWN 0x2100002037113fa3 Node WWN 0x2000002037113fa3 isp0: Target 35 (Loop 0x23) Port ID 0xad (role Target) Arrived Port WWN 0x2100002037113ec3 Node WWN 0x2000002037113ec3 isp0: Target 38 (Loop 0x26) Port ID 0xaa (role Target) Arrived Port WWN 0x21000020370828db Node WWN 0x20000020370828db isp0: Target 45 (Loop 0x2d) Port ID 0x9e (role Target) Arrived Port WWN 0x5080020000029501 Node WWN 0x5080020000029500 isp0: kthread up release simq ad0: 2014MB [4092/16/63] at ata2-master WDMA2 ad1: 3020MB [6136/16/63] at ata2-slave WDMA2 acd0: CDROM at ata3-master PIO4 isp0: (0.32.0): FIN dl20 resid 20 STS 0x2 SKEY 6 XS_ERR=0x0 isp0: (0.33.0): FIN dl20 resid 20 STS 0x2 SKEY 6 XS_ERR=0x0 isp0: (0.34.0): FIN dl20 resid 20 STS 0x2 SKEY 6 XS_ERR=0x0 isp0: (0.35.0): FIN dl20 resid 20 STS 0x2 SKEY 6 XS_ERR=0x0 isp0: (0.38.0): FIN dl20 resid 20 STS 0x2 SKEY 6 XS_ERR=0x0 pass5 at isp0 bus 0 target 45 lun 0 pass5: Fixed Enclosure Services SCSI-3 device pass5: 100.000MB/s transfers da0 at isp0 bus 0 target 32 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 100.000MB/s transfers, Tagged Queueing Enabled da0: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C) da1 at isp0 bus 0 target 33 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 100.000MB/s transfers, Tagged Queueing Enabled da1: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C) da2 at isp0 bus 0 target 34 lun 0 da2: Fixed Direct Access SCSI-2 device da2: 100.000MB/s transfers, Tagged Queueing Enabled da2: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C) da3 at isp0 bus 0 target 35 lun 0 da3: Fixed Direct Access SCSI-2 device da3: 100.000MB/s transfers, Tagged Queueing Enabled da3: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C) da4 at isp0 bus 0 target 38 lun 0 da4: Fixed Direct Access SCSI-2 device da4: 100.000MB/s transfers, Tagged Queueing Enabled da4: 8625MB (17664229 512 byte sectors: 255H 63S/T 1099C) -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sat Mar 30 20: 2:38 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by hub.freebsd.org (Postfix) with ESMTP id CC04A37B416 for ; Sat, 30 Mar 2002 20:02:31 -0800 (PST) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id g2V4Dlg74628; Sat, 30 Mar 2002 23:13:47 -0500 (EST) (envelope-from jake) Date: Sat, 30 Mar 2002 23:13:46 -0500 From: Jake Burkholder To: Matthew Jacob Cc: Thomas Moestl , freebsd-sparc@FreeBSD.ORG Subject: Re: much, much better..... thanks! Message-ID: <20020330231346.J40695@locore.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mjacob@feral.com on Sat, Mar 30, 2002 at 07:08:38PM -0800 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Apparently, On Sat, Mar 30, 2002 at 07:08:38PM -0800, Matthew Jacob said words to the effect of; > > { I haven't seen any changes show up via cvsup, but by having a stripped > down kernel, I was able to boot && run.. ][ > > Much, much, better.... I had to do some fairly massive cleanup of my bus_dma > usage, but that was because I'd been lazy before hand... I'll see if I can't > do the same for an SBus version sometime this upcoming week. > > This stuff will get checked into the main CVS repository for -current after a > couple days of alpha && i386 testing- probably midweek. Lemme know if you want > patches before then. Wow, that's great. I'd like to get these in p4 so I can put update the kernel for the DP1 release. You can submit them yourself if you want, or send me a patch. David is anxious for the sbus support now to get his u1 booting :) Sorry about the trouble booting :-/ Jake > > ... > Copyright (c) 1992-2002 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 5.0-CURRENT #13: Sat Mar 30 18:51:31 PST 2002 > mjacob@slinx:/usr/src/sys/sparc64/compile/SLINX > Preloaded elf kernel "/boot/kernel/kernel" at 0x80310000. > Timecounter "tick" frequency 300000000 Hz > cpu0: Sun Microsystems UltraSparc-IIi Processor (300.00 MHZ CPU) > nexus0: > pcib0: on nexus0 > pcib0: SUNW,sabre: impl 0, version 0: ign 7c0 bus range 0 to 2; PCI bus 0 > DVMA map: 0xc0000000 to 0xdfffffff > ... > isp0: port 0x800-0x8ff mem 0x4000-0x4fff irq > 20 at device 2.0 on pci1 > isp0: Board Type 2200, Chip Revision 0x5, loaded F/W Revision 2.1.36 > isp0: Firmware Attributes = 0x17 > isp0: 985 max I/O commands supported > isp0: NVRAM Port WWN 0x200100a080002301 > isp0: NVRAM Node WWN 0x200000a080002301 > isp0: NVRAM: maxfrmlen 1024 execthrottle 16 fwoptions 0x0 > isp0: Setting ICB Node 0x200000a080002301 Port 0x200100a080002301 > isp0: isp_fibre_init: fwoptions 0x100 > ... > isp0: LIP freeze simq > isp0: LIP Received > isp0: Loop UP > isp0: Port Database Changed > isp0: kthread checking FC state > isp0: Firmware State Ready> > isp0: Loop ID 0, AL_PA 0xef, Port ID 0xef, Loop State 0x2, Topology 'Private > Loop' > isp0: Target 0 (Loop 0x0) Port ID 0xef (role Initiator) Arrived > Port WWN 0x200100a080002301 > Node WWN 0x200000a080002301 > isp0: Target 32 (Loop 0x20) Port ID 0xb2 (role Target) Arrived > Port WWN 0x2100002037113f14 > Node WWN 0x2000002037113f14 > isp0: Target 33 (Loop 0x21) Port ID 0xb1 (role Target) Arrived > Port WWN 0x21000020371140c0 > Node WWN 0x20000020371140c0 > isp0: Target 34 (Loop 0x22) Port ID 0xae (role Target) Arrived > Port WWN 0x2100002037113fa3 > Node WWN 0x2000002037113fa3 > isp0: Target 35 (Loop 0x23) Port ID 0xad (role Target) Arrived > Port WWN 0x2100002037113ec3 > Node WWN 0x2000002037113ec3 > isp0: Target 38 (Loop 0x26) Port ID 0xaa (role Target) Arrived > Port WWN 0x21000020370828db > Node WWN 0x20000020370828db > isp0: Target 45 (Loop 0x2d) Port ID 0x9e (role Target) Arrived > Port WWN 0x5080020000029501 > Node WWN 0x5080020000029500 > isp0: kthread up release simq > ad0: 2014MB [4092/16/63] at ata2-master WDMA2 > ad1: 3020MB [6136/16/63] at ata2-slave WDMA2 > acd0: CDROM at ata3-master PIO4 > isp0: (0.32.0): FIN dl20 resid 20 STS 0x2 SKEY 6 XS_ERR=0x0 > isp0: (0.33.0): FIN dl20 resid 20 STS 0x2 SKEY 6 XS_ERR=0x0 > isp0: (0.34.0): FIN dl20 resid 20 STS 0x2 SKEY 6 XS_ERR=0x0 > isp0: (0.35.0): FIN dl20 resid 20 STS 0x2 SKEY 6 XS_ERR=0x0 > isp0: (0.38.0): FIN dl20 resid 20 STS 0x2 SKEY 6 XS_ERR=0x0 > pass5 at isp0 bus 0 target 45 lun 0 > pass5: Fixed Enclosure Services SCSI-3 device > pass5: 100.000MB/s transfers > da0 at isp0 bus 0 target 32 lun 0 > da0: Fixed Direct Access SCSI-2 device > da0: 100.000MB/s transfers, Tagged Queueing Enabled > da0: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C) > da1 at isp0 bus 0 target 33 lun 0 > da1: Fixed Direct Access SCSI-2 device > da1: 100.000MB/s transfers, Tagged Queueing Enabled > da1: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C) > da2 at isp0 bus 0 target 34 lun 0 > da2: Fixed Direct Access SCSI-2 device > da2: 100.000MB/s transfers, Tagged Queueing Enabled > da2: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C) > da3 at isp0 bus 0 target 35 lun 0 > da3: Fixed Direct Access SCSI-2 device > da3: 100.000MB/s transfers, Tagged Queueing Enabled > da3: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C) > da4 at isp0 bus 0 target 38 lun 0 > da4: Fixed Direct Access SCSI-2 device > da4: 100.000MB/s transfers, Tagged Queueing Enabled > da4: 8625MB (17664229 512 byte sectors: 255H 63S/T 1099C) > > > -matt > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-sparc" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message