From owner-freebsd-sparc Mon Sep 2 2:34: 8 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42B1437B400 for ; Mon, 2 Sep 2002 02:34:06 -0700 (PDT) Received: from thea.blinkenlights.nl (thea.blinkenlights.nl [62.58.162.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5EB243E65 for ; Mon, 2 Sep 2002 02:34:05 -0700 (PDT) (envelope-from sten@blinkenlights.nl) Received: by thea.blinkenlights.nl (Postfix, from userid 101) id 99A9639305; Mon, 2 Sep 2002 11:33:51 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by thea.blinkenlights.nl (Postfix) with ESMTP id 8A02AD59C for ; Mon, 2 Sep 2002 11:33:51 +0200 (CEST) Date: Mon, 2 Sep 2002 11:33:51 +0200 (CEST) From: Sten To: freebsd-sparc@FreeBSD.ORG Subject: Instability 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 have been having quite severe stability problems with kernels source starting about a week ago, I have replaced the hardware ( Ultra 60 ) with another which didn't help. The easiest way of reproducing it for me is rsyncing /usr/src from a remote machine. I'll try to get a trace. Just wondering if other ppl have been experiencing this. -- Sten Spans "What does one do with ones money, when there is no more empty rackspace ?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Sep 2 2:37:34 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A823C37B400 for ; Mon, 2 Sep 2002 02:37:31 -0700 (PDT) Received: from neutrino.cableinet.net (neutrino.cableinet.net [194.117.142.58]) by mx1.FreeBSD.org (Postfix) with SMTP id 8EE6A43E4A for ; Mon, 2 Sep 2002 02:37:30 -0700 (PDT) (envelope-from jmann@blueyonder.co.uk) Received: (qmail 16603 invoked by uid 1000); 2 Sep 2002 09:37:28 -0000 Date: Mon, 2 Sep 2002 10:37:28 +0100 From: Jason Mann To: freebsd-sparc@freebsd.org Subject: Re: can't pkg_add Message-ID: <20020902093728.GA16578@blueyonder.co.uk> Mail-Followup-To: freebsd-sparc@freebsd.org References: <20020827152648.GA19247@blueyonder.co.uk> <3D6CA442.9090107@materna.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D6CA442.9090107@materna.de> User-Agent: Mutt/1.4i 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 Hi folks, Well, I rebuilt my system after using anoncvs to grab the sources on Friday. Apart from a problem building tar, which was fixed by manually deleting a directory in the source tree, it went flawlessly. My man problem is now fixed. Man pages display nicely, but pkg_add is still being a bitch. I now get the following: xenon# echo $PACKAGESITE ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/sparc64/packages-current/Latest/ xenon# pkg_add -r -v perl looking up ftp.uk.freebsd.org connecting to ftp.uk.freebsd.org:21 Error: FTP Unable to get ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/sparc64/packages-current/Latest/perl.tbz: Connection reset by peer pkg_add: unable to fetch 'ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/sparc64/packages-current/Latest/perl.tbz' by URL pkg_add: 1 package addition(s) failed xenon# pkg_add -r -v perl.tgz looking up ftp.uk.freebsd.org connecting to ftp.uk.freebsd.org:21 Error: FTP Unable to get ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/sparc64/packages-current/Latest/perl.tgz: Connection reset by peer pkg_add: unable to fetch 'ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/sparc64/packages-current/Latest/perl.tgz' by URL pkg_add: 1 package addition(s) failed Any ideas? Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Sep 2 3:14:45 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8354937B400 for ; Mon, 2 Sep 2002 03:14:43 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-37.dsl.lsan03.pacbell.net [64.169.104.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id E00A343E6A for ; Mon, 2 Sep 2002 03:14:42 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4486866B8A; Mon, 2 Sep 2002 03:14:38 -0700 (PDT) Date: Mon, 2 Sep 2002 03:14:38 -0700 From: Kris Kennaway To: Jason Mann Cc: freebsd-sparc@freebsd.org Subject: Re: can't pkg_add Message-ID: <20020902101437.GA45794@xor.obsecurity.org> References: <20020827152648.GA19247@blueyonder.co.uk> <3D6CA442.9090107@materna.de> <20020902093728.GA16578@blueyonder.co.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline In-Reply-To: <20020902093728.GA16578@blueyonder.co.uk> User-Agent: Mutt/1.4i 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 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Sep 02, 2002 at 10:37:28AM +0100, Jason Mann wrote: > My man problem is now fixed. Man pages display nicely, but pkg_add is still > being a bitch. Packages are not regularly built for sparc64 because we do not have the build resources for a package cluster. I'll see about recompressing the (very old) packages on the ftp site when I get time. Kris --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9czoNWry0BWjoQKURAq/kAJwN5959NCYExI6QmGwoJK17Jfx7RgCgrrgB xsp7DVNnrhQdUEObaQ4qVk4= =5SPX -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Sep 2 11:47:44 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6365137B400 for ; Mon, 2 Sep 2002 11:47:42 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 339ED43E72 for ; Mon, 2 Sep 2002 11:47:40 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.5) with ESMTP id g82IsP8a088824; Mon, 2 Sep 2002 14:54:25 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.5/Submit) id g82IsPJC088823; Mon, 2 Sep 2002 14:54:25 -0400 (EDT) Date: Mon, 2 Sep 2002 14:54:24 -0400 From: Jake Burkholder To: Sten Cc: freebsd-sparc@FreeBSD.ORG Subject: Re: Instability Message-ID: <20020902145424.I67527@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 sten@blinkenlights.nl on Mon, Sep 02, 2002 at 11:33:51AM +0200 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, Sep 02, 2002 at 11:33:51AM +0200, Sten said words to the effect of; > > I have been having quite severe stability problems > with kernels source starting about a week ago, > I have replaced the hardware ( Ultra 60 ) with > another which didn't help. > > The easiest way of reproducing it for me is rsyncing > /usr/src from a remote machine. I'll try to get a > trace. > > Just wondering if other ppl have been experiencing this. Hmm, I haven't noticed anything on my ultra 60, can you elaborate? Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Sep 2 12:51: 4 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BAFE37B400 for ; Mon, 2 Sep 2002 12:51:01 -0700 (PDT) Received: from newtrinity.default-network.net (newtrinity.default-network.net [62.159.128.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D9A243E3B for ; Mon, 2 Sep 2002 12:50:46 -0700 (PDT) (envelope-from corex@newtrinity.default-network.net) Received: from newtrinity.default-network.net (markus@localhost [127.0.0.1]) by newtrinity.default-network.net (8.12.3/8.12.3/DEFAULT-NETWORK.NET) with ESMTP id g82Job4H075010; Mon, 2 Sep 2002 21:50:37 +0200 (CEST) (envelope-from corex@newtrinity.default-network.net) Received: (from corex@localhost) by newtrinity.default-network.net (8.12.3/8.12.3/Submit) id g82JoXiJ075009; Mon, 2 Sep 2002 21:50:33 +0200 (CEST) (envelope-from corex) Date: Mon, 2 Sep 2002 21:50:33 +0200 From: marius@alchemy.franken.de To: Jake Burkholder Cc: Sten , freebsd-sparc@FreeBSD.ORG Subject: Re: Instability Message-ID: <20020902215033.A16493@newtrinity.default-network.net> References: <20020902145424.I67527@locore.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020902145424.I67527@locore.ca>; from jake@locore.ca on Mon, Sep 02, 2002 at 02:54:24PM -0400 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, Sep 02, 2002 at 02:54:24PM -0400, Jake Burkholder wrote: > Apparently, On Mon, Sep 02, 2002 at 11:33:51AM +0200, > Sten said words to the effect of; > > > > > I have been having quite severe stability problems > > with kernels source starting about a week ago, > > I have replaced the hardware ( Ultra 60 ) with > > another which didn't help. > > > > The easiest way of reproducing it for me is rsyncing > > /usr/src from a remote machine. I'll try to get a > > trace. > > > > Just wondering if other ppl have been experiencing this. > > Hmm, I haven't noticed anything on my ultra 60, can you elaborate? > may be the same or another problem, since the recent "Removed support for in-kernel signal code"-changes i get the following panic (copied by hand; no serial console at the moment) on an u60: recursed on non-recursive lock (sleep mutex) process lock@/usr/src/sys/sparc64/sparc64/machdep.c:380 first aquired @/usr/src/sys/kern/subr_trap.c:232 panic:recurse Debugger("panic") Stopped at Debugger+0x1c: ta %xcc,1 may not be limited to u60 hardware, haven't upgraded other ultrasparc hardware to that source-level, yet. most easiest way for me to trigger the panic is to run something under screen, e.g. a `cd / && find .` will do. let me know if i can/shall provide further information. btw, there's a typo in the comment above line 380 in sparc64 machdep.c, "trampoline" is missing the 'p'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Sep 2 12:57:39 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D731237B400 for ; Mon, 2 Sep 2002 12:57:35 -0700 (PDT) Received: from thea.blinkenlights.nl (thea.blinkenlights.nl [62.58.162.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2960443E4A for ; Mon, 2 Sep 2002 12:57:35 -0700 (PDT) (envelope-from sten@blinkenlights.nl) Received: by thea.blinkenlights.nl (Postfix, from userid 101) id 7D78C39305; Mon, 2 Sep 2002 21:57:21 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by thea.blinkenlights.nl (Postfix) with ESMTP id 79961D59C; Mon, 2 Sep 2002 21:57:21 +0200 (CEST) Date: Mon, 2 Sep 2002 21:57:21 +0200 (CEST) From: Sten To: Jake Burkholder Cc: freebsd-sparc@FreeBSD.ORG Subject: Re: Instability In-Reply-To: <20020902145424.I67527@locore.ca> 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 On Mon, 2 Sep 2002, Jake Burkholder wrote: > Apparently, On Mon, Sep 02, 2002 at 11:33:51AM +0200, > Sten said words to the effect of; > > > > > I have been having quite severe stability problems > > with kernels source starting about a week ago, > > I have replaced the hardware ( Ultra 60 ) with > > another which didn't help. > > > > The easiest way of reproducing it for me is rsyncing > > /usr/src from a remote machine. I'll try to get a > > trace. > > > > Just wondering if other ppl have been experiencing this. > > Hmm, I haven't noticed anything on my ultra 60, can you elaborate? Sure :). A kernel from friday woud drop to ddb with the sun standard mmu miss and something about unaligned access, a kernel with todays sources with a pretty stripped down config just freezes when doing buildworlds. I'll try produce a usable debugging trace tomorrow. The reason I asked is because the machine has been quite stable, I couldnt kill it easily atleast :). So this relative instability ( aka the machine would die within 2 minutes ) was somewhat of an upleasant surprise. Kudos for the hard work by the way. I have an ultra60 as a spare, would there helpful for freebsd development if I placed it online on a fast link ? -- Sten Spans "What does one do with ones money, when there is no more empty rackspace ?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Sep 2 16:43:12 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0595237B400 for ; Mon, 2 Sep 2002 16:43:09 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA1DC43E65 for ; Mon, 2 Sep 2002 16:43:07 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.5) with ESMTP id g82Nmj8a090326; Mon, 2 Sep 2002 19:48:46 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.5/Submit) id g82NmjUg090325; Mon, 2 Sep 2002 19:48:45 -0400 (EDT) Date: Mon, 2 Sep 2002 19:48:45 -0400 From: Jake Burkholder To: marius@alchemy.franken.de Cc: Sten , freebsd-sparc@FreeBSD.ORG Subject: Re: Instability Message-ID: <20020902194845.J67527@locore.ca> References: <20020902145424.I67527@locore.ca> <20020902215033.A16493@newtrinity.default-network.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020902215033.A16493@newtrinity.default-network.net>; from marius@alchemy.franken.de on Mon, Sep 02, 2002 at 09:50:33PM +0200 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, Sep 02, 2002 at 09:50:33PM +0200, marius@alchemy.franken.de said words to the effect of; > On Mon, Sep 02, 2002 at 02:54:24PM -0400, Jake Burkholder wrote: > > Apparently, On Mon, Sep 02, 2002 at 11:33:51AM +0200, > > Sten said words to the effect of; > > > > > > > > I have been having quite severe stability problems > > > with kernels source starting about a week ago, > > > I have replaced the hardware ( Ultra 60 ) with > > > another which didn't help. > > > > > > The easiest way of reproducing it for me is rsyncing > > > /usr/src from a remote machine. I'll try to get a > > > trace. > > > > > > Just wondering if other ppl have been experiencing this. > > > > Hmm, I haven't noticed anything on my ultra 60, can you elaborate? > > > > may be the same or another problem, since the recent "Removed support for > in-kernel signal code"-changes i get the following panic (copied by hand; > no serial console at the moment) on an u60: > recursed on non-recursive lock (sleep mutex) process lock@/usr/src/sys/sparc64/sparc64/machdep.c:380 > first aquired @/usr/src/sys/kern/subr_trap.c:232 > panic:recurse > Debugger("panic") > Stopped at Debugger+0x1c: ta %xcc,1 > > may not be limited to u60 hardware, haven't upgraded other ultrasparc > hardware to that source-level, yet. most easiest way for me to trigger > the panic is to run something under screen, e.g. a `cd / && find .` will > do. let me know if i can/shall provide further information. Did you install screen from a package? I thought that the latest package run (which was a while ago) was after I moved the signal trampoline into libc, but I guess not. I have a fix which restores binary compatibility, you can either wait for that and do a buildworld or rebuild all your installed packages from ports. Sorry about that :-/ Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Sep 2 17:21:37 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EB6437B400 for ; Mon, 2 Sep 2002 17:21:35 -0700 (PDT) Received: from newtrinity.default-network.net (newtrinity.default-network.net [62.159.128.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8555B43E42 for ; Mon, 2 Sep 2002 17:21:34 -0700 (PDT) (envelope-from corex@newtrinity.default-network.net) Received: from newtrinity.default-network.net (markus@localhost [127.0.0.1]) by newtrinity.default-network.net (8.12.3/8.12.3/DEFAULT-NETWORK.NET) with ESMTP id g830LW4H078112; Tue, 3 Sep 2002 02:21:32 +0200 (CEST) (envelope-from corex@newtrinity.default-network.net) Received: (from corex@localhost) by newtrinity.default-network.net (8.12.3/8.12.3/Submit) id g830LWHB078111; Tue, 3 Sep 2002 02:21:32 +0200 (CEST) (envelope-from corex) Date: Tue, 3 Sep 2002 02:21:32 +0200 From: corex To: Jake Burkholder Cc: marius@alchemy.franken.de, freebsd-sparc@FreeBSD.ORG Subject: Re: Instability Message-ID: <20020903022132.B16493@newtrinity.default-network.net> References: <20020902145424.I67527@locore.ca> <20020902215033.A16493@newtrinity.default-network.net> <20020902194845.J67527@locore.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020902194845.J67527@locore.ca>; from jake@locore.ca on Mon, Sep 02, 2002 at 07:48:45PM -0400 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, Sep 02, 2002 at 07:48:45PM -0400, Jake Burkholder wrote: > > > > may not be limited to u60 hardware, haven't upgraded other ultrasparc > > hardware to that source-level, yet. most easiest way for me to trigger > > the panic is to run something under screen, e.g. a `cd / && find .` will > > do. let me know if i can/shall provide further information. > > Did you install screen from a package? I thought that the latest package > run (which was a while ago) was after I moved the signal trampoline into > libc, but I guess not. I have a fix which restores binary compatibility, > you can either wait for that and do a buildworld or rebuild all your > installed packages from ports. > > Sorry about that :-/ > yes, the installed screen is a package from ftp.freebsd.org as the port refused to build the time i set up that box iirc. it's still lying around and it's a .tgz and therefore a bit older hence it would be a .tbz i guess. however, running something under screen (no instant panic btw., e.g. find runs for a while and then the system panics midway) is just a way to force the panic. the first time it happend the day before yesterday (i think) after upgrading kernel+userland after a cvs update; after the final reboot i logged in from another machine via ssh and *boom* got that panic nearly instantly. same happend again today after upgrading to sources including gcc3.2. nothing from packges should have ran at that time (just screen and perl installed on that u60). if it survives the boot and the first login via ssh it seems to be stable unless i run screen... knowing nothing about fbsd-kernel-mutex-stuff are you sure the code is right ? i mean the PROC_LOCK() in line 380 in machdep.c is the only one not following a PROC_UNLOCK() in sendsig(); all the others are suceeding a PROC_UNLOCK()...just i wild guess... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Sep 3 12:48:55 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7165337B400 for ; Tue, 3 Sep 2002 12:48:52 -0700 (PDT) Received: from thea.blinkenlights.nl (thea.blinkenlights.nl [62.58.162.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDAD643E75 for ; Tue, 3 Sep 2002 12:48:51 -0700 (PDT) (envelope-from sten@blinkenlights.nl) Received: by thea.blinkenlights.nl (Postfix, from userid 101) id E15CF39305; Tue, 3 Sep 2002 21:48:15 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by thea.blinkenlights.nl (Postfix) with ESMTP id DD789D59C; Tue, 3 Sep 2002 21:48:15 +0200 (CEST) Date: Tue, 3 Sep 2002 21:48:15 +0200 (CEST) From: Sten To: Jake Burkholder Cc: marius@alchemy.franken.de, Subject: Re: Instability In-Reply-To: <20020902194845.J67527@locore.ca> 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 On Mon, 2 Sep 2002, Jake Burkholder wrote: > Apparently, On Mon, Sep 02, 2002 at 09:50:33PM +0200, > marius@alchemy.franken.de said words to the effect of; > > > may not be limited to u60 hardware, haven't upgraded other ultrasparc > > hardware to that source-level, yet. most easiest way for me to trigger > > the panic is to run something under screen, e.g. a `cd / && find .` will > > do. let me know if i can/shall provide further information. > > Did you install screen from a package? I thought that the latest package > run (which was a while ago) was after I moved the signal trampoline into > libc, but I guess not. I have a fix which restores binary compatibility, > you can either wait for that and do a buildworld or rebuild all your > installed packages from ports. > Well after a couple of buildkernels with gcc 3.2.1, new source and a new screen things seem to be stable again, I guess it must've been the blue moon, which allowed me to crash the box within 2 minutes of uptime :). The funny thing is that even ncftp started to work, but the lftp ( c++ ) port broke. And lftp did work a while ago with an older gcc from ports. Current always manages to keep you excited :). -- Sten Spans "What does one do with ones money, when there is no more empty rackspace ?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Sep 4 5:36:52 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4223B37B400 for ; Wed, 4 Sep 2002 05:36:41 -0700 (PDT) Received: from ida.interface-business.de (ida.interface-business.de [193.101.57.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id D371543E42 for ; Wed, 4 Sep 2002 05:36:39 -0700 (PDT) (envelope-from j@ida.interface-business.de) Received: from ida.interface-business.de (localhost [127.0.0.1]) by ida.interface-business.de (8.12.5/8.12.5/ifb) with ESMTP id g84Cacc6097604; Wed, 4 Sep 2002 14:36:38 +0200 (MET DST) (envelope-from j@ida.interface-business.de) Received: (from j@localhost) by ida.interface-business.de (8.12.5/8.12.5/Submit) id g84CabJS097603; Wed, 4 Sep 2002 14:36:37 +0200 (MET DST) (envelope-from j) Date: Wed, 4 Sep 2002 14:36:37 +0200 From: Joerg Wunsch To: freebsd-sparc@freebsd.org Subject: Sun AXi boot success Message-ID: <20020904143637.F96461@ida.interface-business.de> Reply-To: Joerg Wunsch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Phone: +49-351-31809-14 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Organization: interface systems GmbH, Dresden 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'm currently not yet subscribed to this list, so please keep me Cc'ed.] Just out of curiosity, i downloaded Jake's ISO image, and gave it a try on a basically already retired Sun AXi based workstation here. It worked! The Sun AXi is an OEM mainboard once produced by SME, with the idea in mind that PC resellers could package this into a PC/ATX form factor case, and ship reasonably cheap UltraSPARC-powered machines. Years ago, our company bought such a machine just for evaluation. I don't know what happend to the Sun AXi line afterwards, and unfortunately currently can't seem to find the (quite fine!) hardware manual provided by Sun either. The machine is a PCI-based one with an on-board dual-channel Symbios Logic SCSI controller (IMHO a 53c876), and a 335 MHz UltraSPARC IIi CPU. The VGA seen below is not on-board, it's been installed into a PCI slot. Here's the boot messages from the CD boot (haven't yet found a disk i could spare for it to do a complete installation). The label on the installed Solaris 8 (maybe Sol 9, i don't know right now) disk is however not recognized. The date obtained from the RTC seems to be wrong, too. Is the cd9660:cd0 root FS expected to be entered manually? Here's the boot messages for the record. SPARCengine(tm)Ultra(tm) AXi (UltraSPARC-IIi 335MHz), No Keyboard OpenBoot 3.10.4 , 256 MB memory installed, Serial #23881. Ethernet address 0:40:61:0:5d:49, Host ID: 80005d49. Boot device: disk File and args: ~%b ok probe-scsi-all /pci@1f,0/pci@1/scsi@1,1 /pci@1f,0/pci@1/scsi@1 Target 0 Unit 0 Disk IBM DDRS-39130W S97B Target 6 Unit 0 Removable Read Only device PIONEER CD-ROM DR-U06S 1.05 ok boot cdrom Boot device: /pci@1f,0/pci@1/scsi@1/disk@6,0:f File and args: >> FreeBSD/sparc64 boot block Boot path: /pci@1f,0/pci@1/scsi@1/disk@6,0:f Boot loader: /boot/loader Console: OpenFirmware console disk0 is /pci@1f,0/pci@1/scsi@1/disk@6 FreeBSD/sparc64 loader bootpath="/pci@1f,0/pci@1/scsi@1/disk@6,0:f" loaddev=disk0s0a: > \ \: unknown command | /boot/kernel/kernel data=0x2f7e08+0xec338 syms=[0x8+0x435c0+0x8+0x3527b] 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 0xc0038000. 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 #0: Mon Jun 24 05:46:27 GMT 2002 jake@u60.locore.ca:/usr/obj/usr/current/src/sys/GENERIC Preloaded elf kernel "/boot/kernel/kernel" at 0xc0460000. Timecounter "tick" frequency 334730031 Hz cpu0: Sun Microsystems UltraSparc-IIi Processor (334.73 MHZ CPU) nexus0: pcib0: on nexus0 pcib0: SUNW,sabre: impl 0, version 0: ign 7c0 DVMA map: 0xc0000000 to 0xdfffffff PCI-PCI bridge at 0/1/1: setting bus #s to 0/1/1 pcib0: ofw_pci_init: descending to subordinate PCI bus device 1/1/0: latency timer 0 -> 82 pcib0: ofw_pci_init: no interrupt mapping found for 1/1/0 (preset 0) device 1/1/1: latency timer 0 -> 82 pcib0: ofw_pci_init: mapping intr for 1/1/1 to 33 (preset was 0) device 1/4/0: latency timer 0 -> 66 pcib0: ofw_pci_init: mapping intr for 1/4/0 to 24 (preset was 209) PCI-PCI bridge at 0/1/0: setting bus #s to 0/2/2 pcib0: ofw_pci_init: descending to subordinate PCI bus device 2/1/0: latency timer 0 -> 140 pcib0: ofw_pci_init: mapping intr for 2/1/0 to 32 (preset was 0) device 2/1/1: latency timer 0 -> 140 pcib0: ofw_pci_init: mapping intr for 2/1/1 to 32 (preset was 0) pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 sym0: <875> port 0x400-0x4ff mem 0x2000-0x2fff,0x1000-0x10ff irq 32 at device 1.0 on pci1 sym0: No NVRAM, ID 7, Fast-20, SE, parity checking sym1: <875> port 0x800-0x8ff mem 0x4000-0x4fff,0x3000-0x30ff irq 32 at device 1.1 on pci1 sym1: No NVRAM, ID 7, Fast-20, SE, parity checking pcib2: at device 1.1 on pci0 pci2: on pcib2 ebus0: revision 0x01 ebus0: mem 0xf1000000-0xf17fffff,0xf0000000-0xf0ffffff at device 1.0 on pci2 ebus0: addr 0x140072f000-0x140072f003,0x140072c000-0x140072c003,0x140072a000-0x140072a003,0x1400728000-0x1400728003,0x1400726000-0x1400726003 (no driver attached) ebus0: addr 0x1400724000-0x1400724003 irq 37 (no driver attached) ebus0: addr 0x1400504000-0x1400504002 (no driver attached) ebus0: addr 0x1400400000-0x140040007f irq 43 (no driver attached) ebus0: addr 0x14003803f8-0x14003803ff irq 41 (no driver attached) ebus0: addr 0x14003602f8-0x14003602ff irq 42 (no driver attached) ebus0: addr 0x1400700000-0x140070000f,0x140030015c-0x140030015d,0x1400340278-0x1400340287 irq 34 (no driver attached) ebus0: addr 0x1400720000-0x1400720003,0x1400706000-0x140070600f,0x14003203f0-0x14003203f7 irq 39 (no driver attached) eeprom0: addr 0x1400000000-0x1400001fff on ebus0 eeprom0: model mk48t59 eeprom0: hostid 80005d49 ebus0: addr 0x1000000000-0x10000fffff (no driver attached) ebus0: addr 0x1400722000-0x1400722003 (no driver attached) hme0: mem 0x40008000-0x4000ffff irq 33 at device 1.1 on pci2 hme0: Ethernet address: 00:40:61:00:5d:49 miibus0: on hme0 nsphy0: on miibus0 nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci2: at device 4.0 (no driver attached) Timecounters tick every 10.000 msec Waiting 15 seconds for SCSI devices to settle cd0 at sym0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 19.230MB/s transfers (19.230MHz, offset 16) cd0: cd present [618952 x 512 byte records] da0 at sym0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 8715MB (17850000 512 byte sectors: 255H 63S/T 1111C) Manual root filesystem specification: : Mount using filesystem eg. ufs:da0a ? List valid disk boot devices Abort manual input mountroot> ? Possibly valid devices for 'ufs' root: "console" "ctty" "mem" "log" "da" "cd" "FD" "pass" "pci" "ofw" "xpt" "ata" "net" Manual root filesystem specification: : Mount using filesystem eg. ufs:da0a ? List valid disk boot devices Abort manual input mountroot> cd9660:cd0 Mounting root from cd9660:cd0 setrootbyname failed cd9660: RockRidge Extension Invalid time in real time clock. Check and reset the date immediately! Entropy harvesting: interrupts ethernet point_to_point. Automatic boot in progress... +++ mount_md of /var md1: Malloc disk /dev/md1c: 32.0MB (65536 sectors) block size 16384, fragment size 2048 using 4 cylinder groups of 8.02MB, 513 blks, 1152 inodes. super-block backups (for fsck -b #) at: 32, 16448, 32864, 49280 +++ 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/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 /dev/md2c: 64.0MB (131072 sectors) block size 16384, fragment size 2048 using 4 cylinder groups of 16.02MB, 1025 blks, 2176 inodes. super-block backups (for fsck -b #) at: 32, 32832, 65632, 98432 Doing initial network setup: hostname. lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 inet 127.0.0.1 netmask 0xff000000 Additional routing options:. Routing daemons:. Additional daemons: syslogdJan 1 00:00:41 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-submit sendmail-clientmqueuecan not chdir(/var/spool/clientmqueue/): No such file or directory Jan 1 00:00:49 sm-msp-queue[110]: NOQUEUE: SYSERR(root): can not chdir(/var/spool/clientmqueue/): No such file or directory . cp: /etc/motd: Read-only file system chmod: /etc/motd: Read-only file system Initial rc.sparc64 initialization:. FreeBSD/sparc64 (Amnesiac) (ofwcons) login: root Jan 1 00:00:57 login: ROOT LOGIN (root) ON ofwcons 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 ?.?.? (UNKNOWN) Welcome to FreeBSD! Before seeking technical support, please use the following resources: o Security advisories and updated errata information for all releases are at http://www.FreeBSD.org/releases/ - always consult the ERRATA section for your release first as it's updated frequently. o The Handbook and FAQ documents are at http://www.FreeBSD.org/ and, along with the mailing lists, can be searched by going to http://www.FreeBSD.org/search/. If the doc distribution has been installed, they're also available formatted in /usr/share/doc. If you still have a question or problem, please take the output of `uname -a', along with any relevant error messages, and email it as a question to the questions@FreeBSD.org mailing list. If you are unfamiliar with FreeBSD's directory layout, please refer to the hier(7) man page. If you are not familiar with man pages, type `man man'. You may also use sysinstall(8) to re-enter the installation and configuration utility. Edit /etc/motd to change this login announcement. # df -k Filesystem 1K-blocks Used Avail Capacity Mounted on cd0 309472 309472 0 100% / devfs 1 1 0 100% /dev /dev/md1c 32046 110 29374 0% /var /dev/md2c 64302 4 59154 0% /tmp # disklabel da0 disklabel: ioctl DIOCGDINFO: Invalid argument # disklabel -r da0 disklabel: bad pack magic number (label is damaged, or pack is unlabeled) # uname -a FreeBSD 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Jun 24 05:46:27 GMT 2002 jake@u60.locore.ca:/usr/obj/usr/current/src/sys/GENERIC sparc64 # camcontrol devlist at scbus0 target 0 lun 0 (pass0,da0) at scbus0 target 6 lun 0 (pass1,cd0) # ifconfig -a hme0: flags=8802 mtu 1500 ether 00:40:61:00:5d:49 media: Ethernet autoselect lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 inet 127.0.0.1 netmask 0xff000000 ppp0: flags=8010 mtu 1500 # ifconfig hme0 193.101.57.113 netmask 0xffffff80 # ping 193.101.57.9 PING 193.101.57.9 (193.101.57.9): 48 data bytes 64 bytes from 193.101.57.9: icmp_seq=0 ttl=64 time=45.383 ms 64 bytes from 193.101.57.9: icmp_seq=1 ttl=64 time=0.250 ms 64 bytes from 193.101.57.9: icmp_seq=2 ttl=64 time=0.253 ms ^C --- 193.101.57.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.250/15.295/45.383/21.275 ms # -- J"org Wunsch Unix support engineer joerg_wunsch@interface-systems.de http://www.interface-systems.de/~j/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Sep 4 9:20:39 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C13E37B408 for ; Wed, 4 Sep 2002 09:20:22 -0700 (PDT) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA5BC43E4A for ; Wed, 4 Sep 2002 09:20:21 -0700 (PDT) (envelope-from mbsd@pacbell.net) Received: from atlas ([64.160.45.6]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0H1X00JL19DWEJ@mta7.pltn13.pbi.net> for freebsd-sparc@freebsd.org; Wed, 04 Sep 2002 09:20:20 -0700 (PDT) Date: Wed, 04 Sep 2002 09:20:24 -0700 (PDT) From: Mikko Tyolajarvi Subject: Re: Sun AXi boot success In-reply-to: <20020904143637.F96461@ida.interface-business.de> X-X-Sender: mikko@atlas.home To: Joerg Wunsch Cc: freebsd-sparc@freebsd.org Message-id: <20020904090938.R69871-100000@atlas.home> MIME-version: 1.0 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 On Wed, 4 Sep 2002, Joerg Wunsch wrote: > [I'm currently not yet subscribed to this list, so please keep me > Cc'ed.] > > Just out of curiosity, i downloaded Jake's ISO image, and gave it a > try on a basically already retired Sun AXi based workstation here. > It worked! Yup. Works fine. Got one here too. > The Sun AXi is an OEM mainboard once produced by SME, with the idea in > mind that PC resellers could package this into a PC/ATX form factor > case, and ship reasonably cheap UltraSPARC-powered machines. Years > ago, our company bought such a machine just for evaluation. I don't > know what happend to the Sun AXi line afterwards, and unfortunately > currently can't seem to find the (quite fine!) hardware manual > provided by Sun either. Google -> "SparcEngine AXi OEM Technical Manual". First hit is: . Scroll down to the AXi (below all the Netras) and get the PDF. > The machine is a PCI-based one with an on-board dual-channel Symbios > Logic SCSI controller (IMHO a 53c876), and a 335 MHz UltraSPARC IIi > CPU. The VGA seen below is not on-board, it's been installed into a > PCI slot. Mine is 440MHz. Actually, I have two, but I fried the on-board scsi on the slower (360MHz) one, so now it is a door stop (with 512M memory). I don't suppose anybody has a sparc bootable (openfirware) scsi card laying around? $.02, /Mikko Mikko Tyolajarvi___________________________________________mikkot@pacbell.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Sep 4 12:17: 8 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AA2737B400 for ; Wed, 4 Sep 2002 12:17:05 -0700 (PDT) Received: from ida.interface-business.de (ida.interface-business.de [193.101.57.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id F138843E75 for ; Wed, 4 Sep 2002 12:17:03 -0700 (PDT) (envelope-from j@ida.interface-business.de) Received: from ida.interface-business.de (localhost [127.0.0.1]) by ida.interface-business.de (8.12.5/8.12.5/ifb) with ESMTP id g84JH2c6007127; Wed, 4 Sep 2002 21:17:02 +0200 (MET DST) (envelope-from j@ida.interface-business.de) Received: (from j@localhost) by ida.interface-business.de (8.12.5/8.12.5/Submit) id g84JH2Mi007126; Wed, 4 Sep 2002 21:17:02 +0200 (MET DST) (envelope-from j) Date: Wed, 4 Sep 2002 21:17:01 +0200 From: Joerg Wunsch To: Mikko Tyolajarvi Cc: freebsd-sparc@freebsd.org Subject: Re: Sun AXi boot success Message-ID: <20020904211701.A7085@ida.interface-business.de> Reply-To: Joerg Wunsch References: <20020904143637.F96461@ida.interface-business.de> <20020904090938.R69871-100000@atlas.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020904090938.R69871-100000@atlas.home>; from mikkot@pacbell.net on Wed, Sep 04, 2002 at 09:20:24AM -0700 X-Phone: +49-351-31809-14 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Organization: interface systems GmbH, Dresden 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 As Mikko Tyolajarvi wrote: > Google -> "SparcEngine AXi OEM Technical Manual". First hit is: > . Yep, i known one can get it online. It's only that i once printed it, but probably aren't going to reprint those n-hundred pages again without making a reasonable attempt to dig up the old copy here first. ;-) > Mine is 440MHz. Actually, I have two, but I fried the on-board scsi on > the slower (360MHz) one, so now it is a door stop (with 512M memory). > I don't suppose anybody has a sparc bootable (openfirware) scsi card > laying around? Do you really need it? I haven't yet tried with the AXi, but with other Suns, and always found that the treat that you need a Sun- approved SCSI card is just marketing hype. Openboot can handle the Symbios Logic controllers pretty well by itself. (Maybe the AXi would need an Openboot upgrade first, which will become really hard if you don't have a running disk attached to it...) I've been testing this both ways, by plugging a 53c875-based PC-`junkware' card into some Sun, as well by testing a Sun-shipped one (with the Openboot extension PROM) into a PC. In the latter case, obviously the PC still had the old SDMS BIOS extension, thus could even use that card as a (fairly expensive :) boot controller. Using the Tekram controller in the Sun worked fine though, too. (I forgot which Sun it was, but it should work for all the newer ones. IIRC mine was an Ultra 5 or 10.) I guess matters are different for an Adaptec-based SCSI controller though. Then, there's of course also the option to replace the chip on the AXi board, but that's a bit more risky. You need a bit of experience in soldering that large QFP chips. Basically, it works best using a heat gun from the hardware (the `true' hardware, i mean :) shop, something you would normally use to burn off old paint. But you gotta be careful to not burn your PCB with it, and to minimize the heat-generated mechanical stress. Anyway, i once successfully resoldered an old IBM 220's PCB using this method where the board had become flakey. If you plan doing this, just get an old PC mainboard somewhere, and practice a little unsoldering and resoldering the various chips on it. ;-) Btw., replacing BGA chips is quite more adventurous, but people managed to do even this using hobbyist methods. -- J"org Wunsch Unix support engineer joerg_wunsch@interface-systems.de http://www.interface-systems.de/~j/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Sep 4 13:55:37 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2118A37B400 for ; Wed, 4 Sep 2002 13:55:36 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id A87D243E42 for ; Wed, 4 Sep 2002 13:55:35 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g84KtYfO024893; Wed, 4 Sep 2002 13:55:34 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g84KtXDp024892; Wed, 4 Sep 2002 13:55:33 -0700 (PDT) Date: Wed, 4 Sep 2002 13:55:33 -0700 From: "David O'Brien" To: Joerg Wunsch Cc: Mikko Tyolajarvi , freebsd-sparc@freebsd.org Subject: Re: Sun AXi boot success Message-ID: <20020904205533.GA24859@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20020904143637.F96461@ida.interface-business.de> <20020904090938.R69871-100000@atlas.home> <20020904211701.A7085@ida.interface-business.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020904211701.A7085@ida.interface-business.de> User-Agent: Mutt/1.4i 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 Wed, Sep 04, 2002 at 09:17:01PM +0200, Joerg Wunsch wrote: > Do you really need it? I haven't yet tried with the AXi, but with > other Suns, and always found that the treat that you need a Sun- > approved SCSI card is just marketing hype. Openboot can handle the > Symbios Logic controllers pretty well by itself. (Maybe the AXi > would need an Openboot upgrade first, which will become really > hard if you don't have a running disk attached to it...) I have *never* seen this work on PCI-based Suns. I have only ever been able to get SCSI controllers with OB FW to "probe-scsi-all" or to boot from them. Are you sure you've done this on PCI-based Suns? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Sep 4 23:34:46 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4952137B400 for ; Wed, 4 Sep 2002 23:34:45 -0700 (PDT) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5409543E4A for ; Wed, 4 Sep 2002 23:34:44 -0700 (PDT) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id JAA131342 for ; Thu, 5 Sep 2002 09:34:42 +0300 Date: Thu, 5 Sep 2002 09:34:42 +0300 (WET) From: Evren Yurtesen To: freebsd-sparc@Freebsd.org Subject: x support 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 hello, I looked from mailing list and couldnt find anybody talking about how to install xfree86 to sparc64 port, is that even possible? any pointers or keywords for my search? thanks Evren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Sep 5 1:19:25 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A96737B400; Thu, 5 Sep 2002 01:19:22 -0700 (PDT) Received: from ida.interface-business.de (ida.interface-business.de [193.101.57.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7215A43E6A; Thu, 5 Sep 2002 01:19:21 -0700 (PDT) (envelope-from j@ida.interface-business.de) Received: from ida.interface-business.de (localhost [127.0.0.1]) by ida.interface-business.de (8.12.5/8.12.5/ifb) with ESMTP id g858JJc6009864; Thu, 5 Sep 2002 10:19:19 +0200 (MET DST) (envelope-from j@ida.interface-business.de) Received: (from j@localhost) by ida.interface-business.de (8.12.5/8.12.5/Submit) id g858JIJQ009863; Thu, 5 Sep 2002 10:19:18 +0200 (MET DST) (envelope-from j) Date: Thu, 5 Sep 2002 10:19:18 +0200 From: Joerg Wunsch To: "David O'Brien" Cc: Mikko Tyolajarvi , freebsd-sparc@freebsd.org Subject: Re: Sun AXi boot success Message-ID: <20020905101918.B9738@ida.interface-business.de> Reply-To: Joerg Wunsch References: <20020904143637.F96461@ida.interface-business.de> <20020904090938.R69871-100000@atlas.home> <20020904211701.A7085@ida.interface-business.de> <20020904205533.GA24859@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020904205533.GA24859@dragon.nuxi.com>; from obrien@freebsd.org on Wed, Sep 04, 2002 at 01:55:33PM -0700 X-Phone: +49-351-31809-14 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Organization: interface systems GmbH, Dresden 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 As David O'Brien wrote: (Booting from a SCSI controller that hasn't an Openboot PROM.) > I have *never* seen this work on PCI-based Suns. I have only ever been > able to get SCSI controllers with OB FW to "probe-scsi-all" or to boot > from them. > > Are you sure you've done this on PCI-based Suns? Sure. How would you expect me to try a Tekram controller in an SBus-only Sun? :-) As i said, i've at least seen it work on an U5/U10, though i can remember that some OBP upgrade was needed due to some bug. My first test was one of the first of those U10 machines, and we supplied a SCSI controller to a customer so he could connect his tape drive. Thus booting off the card wasn't a requirement, and i only tried it out ouf curiosity. Now i remember again the bug, that old firmware wasn't really able to boot off a CD-ROM, although probe-scsi-all could see all the attached drives. Later on i tried it again on an U5, where it worked flawlessly as described. In particular for machines like the AXi that have an onboard Symbios Logic, i don't see why a plugged-in Symbios Logic card shouldn't work: the onboard controller could only boot using the supplied OBP anyway, so there's no reason why a plugged-in card should not work. One thing though is that OBP (and Solaris, for that matter) only support a small subset of the Symbios Logic chips, compared to our sym driver. The 53c875 belongs to it (and the '876 is just two '875s), IMHO the 53c895, and probably one of the newer chips. In particular, the '810s are IMHO completely unsupported. -- J"org Wunsch Unix support engineer joerg_wunsch@interface-systems.de http://www.interface-systems.de/~j/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Sep 5 1:43: 5 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8F1637B400 for ; Thu, 5 Sep 2002 01:43:02 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 516BF43E4A for ; Thu, 5 Sep 2002 01:43:02 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B258766C4E; Thu, 5 Sep 2002 01:42:55 -0700 (PDT) Date: Thu, 5 Sep 2002 01:42:55 -0700 From: Kris Kennaway To: Evren Yurtesen Cc: freebsd-sparc@Freebsd.org Subject: Re: x support Message-ID: <20020905084255.GA40953@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LZvS9be/3tNcYl/X" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i 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 --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Sep 05, 2002 at 09:34:42AM +0300, Evren Yurtesen wrote: > hello, > I looked from mailing list and couldnt find anybody talking about how to > install xfree86 to sparc64 port, is that even possible? No, not yet. Kris --LZvS9be/3tNcYl/X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9dxkOWry0BWjoQKURAi/PAJ0TNPFqQqaAmLTZbrkzyaSkf/TV4ACg+71Q EHxbDXeCHWuM+AXtvf5AnUA= =6GlW -----END PGP SIGNATURE----- --LZvS9be/3tNcYl/X-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Sep 5 1:46:44 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14A2C37B400 for ; Thu, 5 Sep 2002 01:46:40 -0700 (PDT) Received: from cc-gw.1anetworks.net (cc-gw.1anetworks.net [193.243.179.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 2380143E4A for ; Thu, 5 Sep 2002 01:46:39 -0700 (PDT) (envelope-from brian@ukip.com) Received: from BRI (bri.1anetworks.net [212.36.98.200] (may be forged)) by parma.1anetworks.net (8.9.3+Sun/8.9.3) with SMTP id JAA11434 for ; Thu, 5 Sep 2002 09:46:36 +0100 (BST) From: "Bri" To: Subject: Make buildworld problem Date: Thu, 5 Sep 2002 09:40:13 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- cd /GXP120/src; TOOLS_PREFIX=/usr/obj/GXP120/src/sparc64 MAKEOBJDIRPREFIX=/usr/o bj/GXP120/src/sparc64 DESTDIR= INSTALL="sh /GXP120/src/tools/install.sh" make -f Makefile.inc1 -DBOOTSTRAPPING -DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -DNO_CPU_CFLAGS -DNO_WERROR -DNO_FORTRAN -DNO_GDB cross-tools make: no target to make. "/GXP120/src/Makefile.inc1", line 140: warning: "make -f /dev/null -m /GXP120/sr c/share/mk CPUTYPE=ultrasparc -V CPUTYPE" returned non-zero status echo "===> usr.sbin/elf2aout"; cd /GXP120/src/usr.sbin/elf2aout; make DIRPRFX= usr.sbin/elf2aout/ obj; make DIRPRFX=usr.sbin/elf2aout/ depend; make DIRPRFX=u sr.sbin/elf2aout/ all; make DIRPRFX=usr.sbin/elf2aout/ DESTDIR=/usr/obj/GXP120/ src/sparc64 install ===> usr.sbin/elf2aout /usr/obj/GXP120/src/sparc64/GXP120/src/usr.sbin/elf2aout created for /GXP120/src /usr.sbin/elf2aout rm -f .depend CC='/arch/sparc64/hosted/bin/gcc' mkdep -f pend -a -I/GXP120/src/usr.sbin/ elf2aout/../crunch/crunchide -D__FBSDID=__RCSID /GXP120/src/usr.sbin/elf2aout/e lf2aout.c echo elf2aout: /usr/lib/libc.a >> .depend /arch/sparc64/hosted/bin/gcc -O -pipe -I/GXP120/src/usr.sbin/elf2aout/../cru nch/ crunchide -D__FBSDID=__RCSID -c /GXP120/src/usr.sbin/elf2aout/elf2aout.c /arch/sparc64/hosted/bin/gcc -O -pipe -I/GXP120/src/usr.sbin/elf2aout/../cru nch/ crunchide -D__FBSDID=__RCSID -static -o elf2aout elf2aout.o elf2aout.o: In function `main': elf2aout.o(.text+0x18c): undefined reference to `__bswap16' elf2aout.o(.text+0x1e8): undefined reference to `__bswap16' elf2aout.o(.text+0x224): undefined reference to `__bswap64' elf2aout.o(.text+0x23c): undefined reference to `__bswap64' elf2aout.o(.text+0x254): undefined reference to `__bswap16' elf2aout.o(.text+0x2a0): undefined reference to `__bswap32' elf2aout.o(.text+0x30c): undefined reference to `__bswap64' elf2aout.o(.text+0x350): undefined reference to `__bswap64' elf2aout.o(.text+0x394): undefined reference to `__bswap64' elf2aout.o(.text+0x3cc): undefined reference to `__bswap32' elf2aout.o(.text+0x3e4): undefined reference to `__bswap32' elf2aout.o(.text+0x3fc): undefined reference to `__bswap32' elf2aout.o(.text+0x414): undefined reference to `__bswap32' *** Error code 1 Stop in /GXP120/src/usr.sbin/elf2aout. *** Error code 1 Stop in /GXP120/src. *** Error code 1 Stop in /GXP120/src. *** Error code 1 Stop in /GXP120/src. % I get this when performing a make buildworld any idea on what cause this. Stage 1 and 2 go fine but this doesn't look so happy. Bri, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Sep 5 10: 7:26 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77D7D37B4AB for ; Thu, 5 Sep 2002 10:07:03 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D77F43E6E for ; Thu, 5 Sep 2002 10:07:02 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.5) with ESMTP id g85HEt8a004488; Thu, 5 Sep 2002 13:14:55 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.5/Submit) id g85HEsQu004487; Thu, 5 Sep 2002 13:14:54 -0400 (EDT) Date: Thu, 5 Sep 2002 13:14:54 -0400 From: Jake Burkholder To: Bri Cc: freebsd-sparc@FreeBSD.ORG Subject: Re: Make buildworld problem Message-ID: <20020905131454.T67527@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 brian@ukip.com on Thu, Sep 05, 2002 at 09:40:13AM +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 You don't give any details about the system you are building on. Jake Apparently, On Thu, Sep 05, 2002 at 09:40:13AM +0100, Bri said words to the effect of; > -------------------------------------------------------------- > >>> stage 3: cross tools > -------------------------------------------------------------- > cd /GXP120/src; TOOLS_PREFIX=/usr/obj/GXP120/src/sparc64 > MAKEOBJDIRPREFIX=/usr/o > bj/GXP120/src/sparc64 DESTDIR= INSTALL="sh /GXP120/src/tools/install.sh" > make > -f > Makefile.inc1 -DBOOTSTRAPPING -DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE > -DNOSHARED -DNO_CPU_CFLAGS -DNO_WERROR -DNO_FORTRAN -DNO_GDB cross-tools > make: no target to make. > "/GXP120/src/Makefile.inc1", line 140: warning: "make -f /dev/null -m > /GXP120/sr > c/share/mk CPUTYPE=ultrasparc -V CPUTYPE" returned non-zero status > echo "===> usr.sbin/elf2aout"; cd /GXP120/src/usr.sbin/elf2aout; make > DIRPRFX= > usr.sbin/elf2aout/ obj; make DIRPRFX=usr.sbin/elf2aout/ depend; make > DIRPRFX=u > sr.sbin/elf2aout/ all; make DIRPRFX=usr.sbin/elf2aout/ > DESTDIR=/usr/obj/GXP120/ > src/sparc64 install > ===> usr.sbin/elf2aout > /usr/obj/GXP120/src/sparc64/GXP120/src/usr.sbin/elf2aout created for > /GXP120/src > /usr.sbin/elf2aout > rm -f .depend > CC='/arch/sparc64/hosted/bin/gcc' mkdep -f > pend -a -I/GXP120/src/usr.sbin/ > elf2aout/../crunch/crunchide -D__FBSDID=__RCSID > /GXP120/src/usr.sbin/elf2aout/e > lf2aout.c > echo elf2aout: /usr/lib/libc.a >> .depend > /arch/sparc64/hosted/bin/gcc -O -pipe -I/GXP120/src/usr.sbin/elf2aout/../cru > nch/ > crunchide -D__FBSDID=__RCSID -c /GXP120/src/usr.sbin/elf2aout/elf2aout.c > /arch/sparc64/hosted/bin/gcc -O -pipe -I/GXP120/src/usr.sbin/elf2aout/../cru > nch/ > crunchide -D__FBSDID=__RCSID -static -o elf2aout elf2aout.o > elf2aout.o: In function `main': > elf2aout.o(.text+0x18c): undefined reference to `__bswap16' > elf2aout.o(.text+0x1e8): undefined reference to `__bswap16' > elf2aout.o(.text+0x224): undefined reference to `__bswap64' > elf2aout.o(.text+0x23c): undefined reference to `__bswap64' > elf2aout.o(.text+0x254): undefined reference to `__bswap16' > elf2aout.o(.text+0x2a0): undefined reference to `__bswap32' > elf2aout.o(.text+0x30c): undefined reference to `__bswap64' > elf2aout.o(.text+0x350): undefined reference to `__bswap64' > elf2aout.o(.text+0x394): undefined reference to `__bswap64' > elf2aout.o(.text+0x3cc): undefined reference to `__bswap32' > elf2aout.o(.text+0x3e4): undefined reference to `__bswap32' > elf2aout.o(.text+0x3fc): undefined reference to `__bswap32' > elf2aout.o(.text+0x414): undefined reference to `__bswap32' > *** Error code 1 > > Stop in /GXP120/src/usr.sbin/elf2aout. > *** Error code 1 > > Stop in /GXP120/src. > *** Error code 1 > > Stop in /GXP120/src. > *** Error code 1 > > Stop in /GXP120/src. > % > > > I get this when performing a make buildworld any idea on what cause this. > > Stage 1 and 2 go fine but this doesn't look so happy. > > Bri, > > > 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 From owner-freebsd-sparc Thu Sep 5 18:46:23 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1497037B400 for ; Thu, 5 Sep 2002 18:46:21 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3FDA43E3B for ; Thu, 5 Sep 2002 18:46:20 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id BBFB52A7D6; Thu, 5 Sep 2002 18:46:20 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Joerg Wunsch Cc: freebsd-sparc@freebsd.org Subject: Re: Sun AXi boot success In-Reply-To: <20020904143637.F96461@ida.interface-business.de> Date: Thu, 05 Sep 2002 18:46:20 -0700 From: Peter Wemm Message-Id: <20020906014620.BBFB52A7D6@canning.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 Joerg Wunsch wrote: > [I'm currently not yet subscribed to this list, so please keep me > Cc'ed.] > > Just out of curiosity, i downloaded Jake's ISO image, and gave it a > try on a basically already retired Sun AXi based workstation here. > It worked! > > The Sun AXi is an OEM mainboard once produced by SME, with the idea in > mind that PC resellers could package this into a PC/ATX form factor > case, and ship reasonably cheap UltraSPARC-powered machines. FWIW, panther.freebsd.org is one of these. The motherboard in that machine has got a panther logo and name on it, which is where the name comes from. SPARCengine(tm)Ultra(tm) AXi (UltraSPARC-IIi 300MHz), No Keyboard OpenBoot 3.10.4 SME, 512 MB memory installed, Serial #8934868. Ethernet address 8:0:20:88:55:d4, Host ID: 808855d4. 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 Fri Sep 6 4:23:14 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEEF037B400 for ; Fri, 6 Sep 2002 04:23:08 -0700 (PDT) Received: from cc-gw.1anetworks.net (cc-gw.1anetworks.net [193.243.179.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 9395B43E65 for ; Fri, 6 Sep 2002 04:23:07 -0700 (PDT) (envelope-from brian@ukip.com) Received: from BRI (bri.1anetworks.net [212.36.98.200] (may be forged)) by parma.1anetworks.net (8.9.3+Sun/8.9.3) with SMTP id MAA18600 for ; Fri, 6 Sep 2002 12:23:05 +0100 (BST) From: "Bri" To: Subject: FW: Make buildworld problem Date: Fri, 6 Sep 2002 12:16:33 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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'm building on a Sun Ultra 5 with 512MB or RAM 1x9GB Seagate Drive and a 120GB IBM. I've got the sources of current from ftp.freebsd.org from yesterday and I was using the sparc64-20020408.iso which i installed using the instructions from bmah's site and later I got the 20020624 distrib tar file and unpacked it from the root directory to update it to the lastest binaries. I've got the sources in /root/src and src is a symlink to /GXP120/src and thats where I've gone so far. I was doing a make buildworld from /root/src and stage 1 & 2 go fine and then it breaks on stage 3. any ideas Bri, -----Original Message----- From: owner-freebsd-sparc@FreeBSD.ORG [mailto:owner-freebsd-sparc@FreeBSD.ORG]On Behalf Of Jake Burkholder Sent: 05 September 2002 18:15 To: Bri Cc: freebsd-sparc@FreeBSD.ORG Subject: Re: Make buildworld problem You don't give any details about the system you are building on. Jake Apparently, On Thu, Sep 05, 2002 at 09:40:13AM +0100, Bri said words to the effect of; > -------------------------------------------------------------- > >>> stage 3: cross tools > -------------------------------------------------------------- > cd /GXP120/src; TOOLS_PREFIX=/usr/obj/GXP120/src/sparc64 > MAKEOBJDIRPREFIX=/usr/o > bj/GXP120/src/sparc64 DESTDIR= INSTALL="sh /GXP120/src/tools/install.sh" > make > -f > Makefile.inc1 -DBOOTSTRAPPING -DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE > -DNOSHARED -DNO_CPU_CFLAGS -DNO_WERROR -DNO_FORTRAN -DNO_GDB cross-tools > make: no target to make. > "/GXP120/src/Makefile.inc1", line 140: warning: "make -f /dev/null -m > /GXP120/sr > c/share/mk CPUTYPE=ultrasparc -V CPUTYPE" returned non-zero status > echo "===> usr.sbin/elf2aout"; cd /GXP120/src/usr.sbin/elf2aout; make > DIRPRFX= > usr.sbin/elf2aout/ obj; make DIRPRFX=usr.sbin/elf2aout/ depend; make > DIRPRFX=u > sr.sbin/elf2aout/ all; make DIRPRFX=usr.sbin/elf2aout/ > DESTDIR=/usr/obj/GXP120/ > src/sparc64 install > ===> usr.sbin/elf2aout > /usr/obj/GXP120/src/sparc64/GXP120/src/usr.sbin/elf2aout created for > /GXP120/src > /usr.sbin/elf2aout > rm -f .depend > CC='/arch/sparc64/hosted/bin/gcc' mkdep -f > pend -a -I/GXP120/src/usr.sbin/ > elf2aout/../crunch/crunchide -D__FBSDID=__RCSID > /GXP120/src/usr.sbin/elf2aout/e > lf2aout.c > echo elf2aout: /usr/lib/libc.a >> .depend > /arch/sparc64/hosted/bin/gcc -O -pipe -I/GXP120/src/usr.sbin/elf2aout/../cru > nch/ > crunchide -D__FBSDID=__RCSID -c /GXP120/src/usr.sbin/elf2aout/elf2aout.c > /arch/sparc64/hosted/bin/gcc -O -pipe -I/GXP120/src/usr.sbin/elf2aout/../cru > nch/ > crunchide -D__FBSDID=__RCSID -static -o elf2aout elf2aout.o > elf2aout.o: In function `main': > elf2aout.o(.text+0x18c): undefined reference to `__bswap16' > elf2aout.o(.text+0x1e8): undefined reference to `__bswap16' > elf2aout.o(.text+0x224): undefined reference to `__bswap64' > elf2aout.o(.text+0x23c): undefined reference to `__bswap64' > elf2aout.o(.text+0x254): undefined reference to `__bswap16' > elf2aout.o(.text+0x2a0): undefined reference to `__bswap32' > elf2aout.o(.text+0x30c): undefined reference to `__bswap64' > elf2aout.o(.text+0x350): undefined reference to `__bswap64' > elf2aout.o(.text+0x394): undefined reference to `__bswap64' > elf2aout.o(.text+0x3cc): undefined reference to `__bswap32' > elf2aout.o(.text+0x3e4): undefined reference to `__bswap32' > elf2aout.o(.text+0x3fc): undefined reference to `__bswap32' > elf2aout.o(.text+0x414): undefined reference to `__bswap32' > *** Error code 1 > > Stop in /GXP120/src/usr.sbin/elf2aout. > *** Error code 1 > > Stop in /GXP120/src. > *** Error code 1 > > Stop in /GXP120/src. > *** Error code 1 > > Stop in /GXP120/src. > % > > > I get this when performing a make buildworld any idea on what cause this. > > Stage 1 and 2 go fine but this doesn't look so happy. > > Bri, > > > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Sep 6 8: 7:19 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A9BA37B400 for ; Fri, 6 Sep 2002 08:07:17 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id B91F543E6E for ; Fri, 6 Sep 2002 08:07:15 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.5) with ESMTP id g86FFQ8a009234; Fri, 6 Sep 2002 11:15:26 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.5/Submit) id g86FFQ5r009233; Fri, 6 Sep 2002 11:15:26 -0400 (EDT) Date: Fri, 6 Sep 2002 11:15:26 -0400 From: Jake Burkholder To: Bri Cc: freebsd-sparc@FreeBSD.ORG Subject: Re: FW: Make buildworld problem Message-ID: <20020906111526.B5313@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 brian@ukip.com on Fri, Sep 06, 2002 at 12:16:33PM +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 Fri, Sep 06, 2002 at 12:16:33PM +0100, Bri said words to the effect of; > I'm building on a Sun Ultra 5 with 512MB or RAM 1x9GB Seagate Drive and a > 120GB IBM. > > I've got the sources of current from ftp.freebsd.org from yesterday and I > was using the sparc64-20020408.iso which i installed using the instructions > from bmah's site and later I got the 20020624 distrib tar file and unpacked > it from the root directory to update it to the lastest binaries. > > I've got the sources in /root/src and src is a symlink to /GXP120/src and > thats where I've gone so far. I was doing a make buildworld from /root/src > and stage 1 & 2 go fine and then it breaks on stage 3. > > any ideas > > Bri, I don't understand where you got the sources, from the dp1 snapshot? You should get up to date from anoncvs or using cvsup on another machine. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message