From owner-freebsd-sparc Sun Mar 17 12:40: 7 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 8ABF137B400; Sun, 17 Mar 2002 12:39:59 -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 <20020317203959.MPBS2626.rwcrmhc51.attbi.com@peter3.wemm.org>; Sun, 17 Mar 2002 20:39:59 +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 g2HKdws57062; Sun, 17 Mar 2002 12:39:58 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (Postfix) with ESMTP id AA810390B; Sun, 17 Mar 2002 12:39:58 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: obrien@FreeBSD.ORG Cc: sparc64@FreeBSD.ORG Subject: Re: Binutils diff needed In-Reply-To: <20020314235003.A86056@dragon.nuxi.com> Date: Sun, 17 Mar 2002 12:39:58 -0800 From: Peter Wemm Message-Id: <20020317203958.AA810390B@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 "David O'Brien" wrote: > You will need to apply this diff to your Bintutils contrib directory > until the 2.12.0-RELEASE upgrade. After applying this, you should be > able to build a native binutils from /usr/src. BTW; did you see what they did for ia64? peter@overcee[12:28pm]~src/contrib/binutils/ld/emulparams-110> l elf64_ia64* 1 -rw-r--r-- 1 peter src 845 Mar 9 13:19 elf64_ia64.sh 1 -rw-r--r-- 1 peter src 72 Feb 21 20:18 elf64_ia64_fbsd.sh peter@overcee[12:28pm]~src/contrib/binutils/ld/emulparams-111> cat elf64_ia64_fbsd.sh . ${srcdir}/emulparams/elf64_ia64.sh . ${srcdir}/emulparams/elf_fbsd.sh peter@overcee[12:29pm]~src/contrib/binutils/ld/emulparams-112> cat elf_fbsd.sh ELF_INTERPRETER_NAME=\"/usr/libexec/ld-elf.so.1\" peter@overcee[12:29pm]~src/contrib/binutils/ld/emulparams-113> However, and elf32.em overrides what bfd puts in the .interp section: emultempl/elf32.em: if test x"${ELF_INTERPRETER_NAME+set}" = xset; then emultempl/elf32.em: sinterp->contents = ${ELF_INTERPRETER_NAME}; ... if (sinterp != NULL) { sinterp->contents = ${ELF_INTERPRETER_NAME}; sinterp->_raw_size = strlen (sinterp->contents) + 1; } elf32.em is used for both 32 and 64 bit elf. I'm not saying what you did was wrong, but I am wondering out loud why the existing mechanisms are not working. I noticed that there is an elf64_sparc_fbsd.sh as well as elf64_sparc.sh, which does the same thing as on ia64. Maybe the bmake glue isn't picking up the emulparms/*_fbsd.sh versions? I know the ia64 gcc sets -dynamic-interpreter on the command line so I suspect that if ld is misconfigured on ia64, it would be hidden by this. > > Index: elf64-sparc.c > =================================================================== > RCS file: /home/ncvs/src/contrib/binutils/bfd/elf64-sparc.c,v > retrieving revision 1.1.1.7 > diff -u -r1.1.1.7 elf64-sparc.c > --- elf64-sparc.c 22 Feb 2002 04:16:32 -0000 1.1.1.7 > +++ elf64-sparc.c 25 Feb 2002 07:50:00 -0000 > @@ -866,7 +866,7 @@ > #define LARGE_PLT_THRESHOLD 32768 > #define GOT_RESERVED_ENTRIES 1 > > -#define ELF_DYNAMIC_INTERPRETER "/usr/lib/sparcv9/ld.so.1" > +#define ELF_DYNAMIC_INTERPRETER "/usr/libexec/ld-elf.so.1" > > /* Fill in the .plt section. */ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-sparc" in the body of the message > 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 Sun Mar 17 13:20:38 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 406C937B405 for ; Sun, 17 Mar 2002 13:20:34 -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 g2HLKYlv013215; Sun, 17 Mar 2002 13:20:34 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2HLJJUm013196; Sun, 17 Mar 2002 13:19:19 -0800 (PST) Date: Sun, 17 Mar 2002 13:19:19 -0800 From: "David O'Brien" To: Peter Wemm Cc: sparc64@FreeBSD.ORG Subject: Re: Binutils diff needed Message-ID: <20020317131919.A13118@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20020314235003.A86056@dragon.nuxi.com> <20020317203958.AA810390B@overcee.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020317203958.AA810390B@overcee.wemm.org>; from peter@wemm.org on Sun, Mar 17, 2002 at 12:39:58PM -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 17, 2002 at 12:39:58PM -0800, Peter Wemm wrote: > > BTW; did you see what they did for ia64? > peter@overcee[12:28pm]~src/contrib/binutils/ld/emulparams-110> l elf64_ia64* > 1 -rw-r--r-- 1 peter src 845 Mar 9 13:19 elf64_ia64.sh > 1 -rw-r--r-- 1 peter src 72 Feb 21 20:18 elf64_ia64_fbsd.sh > > peter@overcee[12:28pm]~src/contrib/binutils/ld/emulparams-111> cat elf64_ia64_fbsd.sh > . ${srcdir}/emulparams/elf64_ia64.sh > . ${srcdir}/emulparams/elf_fbsd.sh Actually, the "they" is me. :-) I only added it to the FSF tree a few weeks ago. > Maybe the bmake glue isn't picking up the emulparms/*_fbsd.sh versions? It is not [yet]. I have a patch in my tree to use the new emulations I added to the FSF tree. However it is not complete due to a snag I hit. I am waiting until I import 2.12.0 release, to finish it and make the cut over to the fbsd_* emulations. > I know the ia64 gcc sets -dynamic-interpreter on the command > line so I suspect that if ld is misconfigured on ia64, it would be hidden > by this. Yes, all GCC target configs set -dynamic-interpreter (IMO it should not unless it is known the default emulation or the -m specified one is wrong). Many targets also set the emulation with `-m'. The new emulations are needed so that one can use naked `ld' w/o having to specify -dynamic-interpreter. Up until now, we have taken files off the FSF vendor branch just to make the ELF_DYNAMIC_INTERPRETER change in src/contrib/binutils/bfd. I lost the battle to have ELF_DYNAMIC_INTERPRETER wrapped in #ifndef's, so that defining them in the bmaked files would be possible. I cannot tell from your email; are you happy with the new way, or you dis like it? -- -- 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 18 5: 7:25 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mailhost1.dircon.co.uk (mailhost1.dircon.co.uk [194.112.32.65]) by hub.freebsd.org (Postfix) with ESMTP id 4C89D37B435 for ; Mon, 18 Mar 2002 05:07:17 -0800 (PST) Received: from desk43.ch.dircon.net (desk43.ch.netscalibur.co.uk [195.157.3.43]) by mailhost1.dircon.co.uk (Postfix) with ESMTP id 0F31B57B69 for ; Mon, 18 Mar 2002 13:07:11 +0000 (GMT) From: "Mark Blackman" To: freebsd-sparc@freebsd.org Subject: building sparc64 bits. Date: Mon, 18 Mar 2002 13:07:33 +0000 Message-Id: <20020318130711.0F31B57B69@mailhost1.dircon.co.uk> 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 There's a couple of general points I'm not clear on with respect to building code on the sparc64 port. A) Does it do self-hosted buildworlds yet, and if not, as I suspect, how close are they? B) Is the current recommended practice to do all building on some handy i386 platform with cross-platform compilation capability and NFS/tftp/ftp the bits over to the sparc64 machine as required? Cheers, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Mar 18 18:59:22 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 36F1937B402 for ; Mon, 18 Mar 2002 18:59:17 -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 g2J2xHlv018341; Mon, 18 Mar 2002 18:59:17 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2J2w1d8018323; Mon, 18 Mar 2002 18:58:01 -0800 (PST) Date: Mon, 18 Mar 2002 18:58:01 -0800 From: "David O'Brien" To: Mark Blackman Cc: freebsd-sparc@freebsd.org Subject: Re: building sparc64 bits. Message-ID: <20020318185801.C18154@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20020318130711.0F31B57B69@mailhost1.dircon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020318130711.0F31B57B69@mailhost1.dircon.co.uk>; from mark.blackman@netscalibur.co.uk on Mon, Mar 18, 2002 at 01:07:33PM +0000 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 18, 2002 at 01:07:33PM +0000, Mark Blackman wrote: > There's a couple of general points I'm not clear on with > respect to building code on the sparc64 port. > > A) Does it do self-hosted buildworlds yet, and if not, as I suspect, > how close are they? No. Depends on when I finish off what is needed. Not being fully self-hosting is no excuse for either (1) not trying FreeBSD on the platform; or (2) actually using the platform for development. > B) Is the current recommended practice to do all building on some > handy i386 platform with cross-platform compilation capability > and NFS/tftp/ftp the bits over to the sparc64 machine as required? No. We have a hosted (runs on Sparc64, generates binaries for Sparc64) toolchain, just not a native one that can be used in `make world'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Mar 19 1:13:14 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mailhost1.dircon.co.uk (mailhost1.dircon.co.uk [194.112.32.65]) by hub.freebsd.org (Postfix) with ESMTP id 3039B37B428; Tue, 19 Mar 2002 01:13:02 -0800 (PST) Received: from localhost (desk43.ch.netscalibur.co.uk [195.157.3.43]) by mailhost1.dircon.co.uk (Postfix) with ESMTP id 2058A579A7; Tue, 19 Mar 2002 09:13:01 +0000 (GMT) From: "Mark Blackman" To: obrien@freebsd.org Cc: freebsd-sparc@freebsd.org Subject: Re: building sparc64 bits. In-Reply-To: Message from "David O'Brien" of "Mon, 18 Mar 2002 18:58:01 PST." <20020318185801.C18154@dragon.nuxi.com> Date: Tue, 19 Mar 2002 09:13:25 +0000 Message-Id: <20020319091301.2058A579A7@mailhost1.dircon.co.uk> 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 > > There's a couple of general points I'm not clear on with > > respect to building code on the sparc64 port. > > > > A) Does it do self-hosted buildworlds yet, and if not, as I suspect, > > how close are they? > > No. Depends on when I finish off what is needed. > Not being fully self-hosting is no excuse for either (1) not trying > FreeBSD on the platform; or (2) actually using the platform for > development. I couldn't agree more, having posted a dmesg.boot to the list last week for a Netra T1/105. I was getting confused between what I saw on the mailing list and what I was able to achieve on my own machine. For instance, the perl-5.7.1 build will not even finish the Configure step due to some hang in the step related to dynamic loader functions. I'm trying to calibrate my expectations, so that I can start testing/patching at a reasonable level. > > B) Is the current recommended practice to do all building on some > > handy i386 platform with cross-platform compilation capability > > and NFS/tftp/ftp the bits over to the sparc64 machine as required? > > No. We have a hosted (runs on Sparc64, generates binaries for Sparc64) > toolchain, just not a native one that can be used in `make world'. This part is where I'm in trouble. I've downloaded the new hosted compiler tarball http://people.freebsd.org/~obrien/sparc64/hosted-gcc_20020314.tar.bz2 but its missing a complementary 'as' assembler. Which 'as' do I use? The one in native-uberbaum that came from the whole http://people.freebsd.org/~jake/sparc64/distrib-20020310.tar.bz2 tarball? (which is the distrib I'm running on) Or one that I've built myself from some branch of the -CURRENT source tree? Does http://people.freebsd.org/~jake/sparc64/distrib-20020310.tar.bz2 include the hosted toolchain you posted as http://people.freebsd.org/~obrien/sparc64/native-uberbaum_20020224.tar.bz2? enquiring minds want to know.. I see there is now a 20020317 distrib and src under ~jake/sparc64, so I may have a play with those. Cheers, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Mar 19 8: 7: 2 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 93CFB37B41B; Tue, 19 Mar 2002 08:06:22 -0800 (PST) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id g2JGEK190471; Tue, 19 Mar 2002 11:14:20 -0500 (EST) (envelope-from jake) Date: Tue, 19 Mar 2002 11:14:19 -0500 From: Jake Burkholder To: Mark Blackman Cc: obrien@FreeBSD.ORG, freebsd-sparc@FreeBSD.ORG Subject: Re: building sparc64 bits. Message-ID: <20020319111419.A90182@locore.ca> References: <20020319091301.2058A579A7@mailhost1.dircon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020319091301.2058A579A7@mailhost1.dircon.co.uk>; from mark.blackman@netscalibur.co.uk on Tue, Mar 19, 2002 at 09:13:25AM +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 Apparently, On Tue, Mar 19, 2002 at 09:13:25AM +0000, Mark Blackman said words to the effect of; > > > There's a couple of general points I'm not clear on with > > > respect to building code on the sparc64 port. > > > > > > A) Does it do self-hosted buildworlds yet, and if not, as I suspect, > > > how close are they? > > > > No. Depends on when I finish off what is needed. > > Not being fully self-hosting is no excuse for either (1) not trying > > FreeBSD on the platform; or (2) actually using the platform for > > development. > > I couldn't agree more, having posted a dmesg.boot to the > list last week for a Netra T1/105. I was getting confused > between what I saw on the mailing list and what I was able > to achieve on my own machine. For instance, the perl-5.7.1 > build will not even finish the Configure step > due to some hang in the step related to dynamic loader functions. > I'm trying to calibrate my expectations, so that I can > start testing/patching at a reasonable level. > > > > B) Is the current recommended practice to do all building on some > > > handy i386 platform with cross-platform compilation capability > > > and NFS/tftp/ftp the bits over to the sparc64 machine as required? > > > > No. We have a hosted (runs on Sparc64, generates binaries for Sparc64) > > toolchain, just not a native one that can be used in `make world'. > > This part is where I'm in trouble. I've downloaded the new > hosted compiler tarball > > http://people.freebsd.org/~obrien/sparc64/hosted-gcc_20020314.tar.bz2 > > but its missing a complementary 'as' assembler. Which 'as' do I use? > The one in native-uberbaum that came from the whole > http://people.freebsd.org/~jake/sparc64/distrib-20020310.tar.bz2 > tarball? (which is the distrib I'm running on) > > Or one that I've built myself from some branch of the > -CURRENT source tree? > > Does http://people.freebsd.org/~jake/sparc64/distrib-20020310.tar.bz2 > include the hosted toolchain you posted as > http://people.freebsd.org/~obrien/sparc64/native-uberbaum_20020224.tar.bz2? > > enquiring minds want to know.. > > I see there is now a 20020317 distrib and src under ~jake/sparc64, so I > may have a play with those. This has the assembler from /usr/src but there's still a problem with the c startup libs. I'll fix this tonight and post a new tarball. Dynamic binaries will work but static ones don't link. There's also a problem with making bootable isos which has popped up since the last one, hopefully we can get that sorted out today and I'll have an iso similar to the last one with this snapshot on it. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Mar 19 8:27:20 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 9E69A37B41B for ; Tue, 19 Mar 2002 08:27:09 -0800 (PST) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id g2JGZCc90682 for freebsd-sparc@freebsd.org; Tue, 19 Mar 2002 11:35:12 -0500 (EST) (envelope-from jake) Date: Tue, 19 Mar 2002 11:35:12 -0500 From: Jake Burkholder To: freebsd-sparc@freebsd.org Subject: FYI: 4 gig quad cpu e420r Message-ID: <20020319113511.C90182@locore.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 Thanks to Jan Chrillesen I now have access to a quad cpu e420r with 4gigs of ram. Wow :) 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 450071421 Hz cpu0: Sun Microsystems UltraSparc-II Processor (450.07 MHZ CPU) cpu1: Sun Microsystems UltraSparc-II Processor (450.07 MHZ CPU) cpu2: Sun Microsystems UltraSparc-II Processor (450.07 MHZ CPU) cpu3: Sun Microsystems UltraSparc-II Processor (450.07 MHZ CPU) FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs 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: 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 irq 37 (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: hostid 0 ebus0: addr 0x1000000000-0x10000fffff (no driver attached) hme0: mem 0x8000-0xffff irq 33 at device 1.1 on pci0 hme0: Ethernet address: 00:00:80:1a:c8:88 miibus0: on hme0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto sym0: <875> port 0x400-0x4ff mem 0x12000-0x12fff,0x10000-0x100ff irq 32 at device 3.0 on pci0 sym0: No NVRAM, ID 7, Fast-20, SE, parity checking sym1: <875> port 0x800-0x8ff mem 0x16000-0x16fff,0x14000-0x140ff irq 38 at device 3.1 on pci0 sym1: No NVRAM, ID 7, Fast-20, SE, parity checking pcib1: on nexus0 pcib1: SUNW,psycho: impl 0, version 4: ign 7c0 bus range 128 to 128; PCI bus 128 pci1: on pcib1 Waiting 2 seconds for SCSI devices to settle SMP: AP CPU #3 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #1 Launched! 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 [266312 x 512 byte records] da0 at sym0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 40.000MB/s transfers (20.000MHz, offset 16, 16bit), Tagged Queueing Enabled da0: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) Mounting root from ufs:/dev/da0a Swap zone entries reduced from 512927 to 341951. Invalid time in real time clock. Check and reset the date immediately! Entropy harvesting: interrupts ethernet point_to_point. swapon: adding /dev/da0b as swap device Automatic boot in progress... /dev/da0a: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/da0a: clean, 92565 free (29 frags, 11567 blocks, 0.0% fragmentation) /dev/da0e: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/da0e: clean, 124440 free (16 frags, 15553 blocks, 0.0% fragmentation) /dev/da0f: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/da0f: clean, 12921558 free (350 frags, 1615151 blocks, 0.0% fragmentation) Doing initial network setup: hostname. hme0: flags=8843 mtu 1500 inet 10.0.0.1 netmask 0xfffffff0 broadcast 62.243.73.191 ether 00:00:80:1a:c8:88 media: Ethernet autoselect (100baseTX ) status: active lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 add net default: gateway 10.0.0.2 Additional routing options:. Routing daemons:. Additional daemons: syslogdJan 1 01:29:55 sunthing syslogd: kernel boot file is /kernel . Doing additional network setup: rpcbindJan 1 01:29:56 sunthing rpcbind: cannot create socket for udp6 Jan 1 01:29:56 sunthing rpcbind: cannot create socket for tcp6 . Starting final network daemons: Warning: nfs server failed NFS access cache time=2 rpc.statd rpc.lockd. ELF ldconfig path: /usr/lib /usr/lib/compat Starting standard daemons: cron sshd sendmail-submit sendmail-clientmqueue. 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:. Thu Jan 1 01:30:13 GMT 1970 FreeBSD/sparc64 (localhost.my.domain) (ofwcons) login: jake Password: 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 (GENERIC) #5: Mon Mar 18 02:31:18 GMT 2002 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. > cd / > ls COPYRIGHT dev mnt sys arch entropy proc tmp bin etc root usr boot home sbin var > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Mar 19 9:13:26 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 E304337B416 for ; Tue, 19 Mar 2002 09:13:23 -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 g2JHDOlv072602; Tue, 19 Mar 2002 09:13:24 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2JHC5gJ072591; Tue, 19 Mar 2002 09:12:05 -0800 (PST) Date: Tue, 19 Mar 2002 09:12:05 -0800 From: "David O'Brien" To: Mark Blackman Cc: freebsd-sparc@freebsd.org Subject: Re: building sparc64 bits. Message-ID: <20020319091205.B77319@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20020319091301.2058A579A7@mailhost1.dircon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020319091301.2058A579A7@mailhost1.dircon.co.uk>; from mark.blackman@netscalibur.co.uk on Tue, Mar 19, 2002 at 09:13:25AM +0000 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 Tue, Mar 19, 2002 at 09:13:25AM +0000, Mark Blackman wrote: > http://people.freebsd.org/~obrien/sparc64/hosted-gcc_20020314.tar.bz2 > > but its missing a complementary 'as' assembler. Which 'as' do I use? One built from /usr/src/gnu/usr.bin/binutils. Since you are asking this, I guess you installed an eariler snapshot. I guess I should have thought to tell people that already had a working system to build a new binutils from /usr/src before installing the 20020314 compiler. Are you able to revert back to what ever toolchain you were using, build binutils from /usr/src, and then return to the 20020314 compiler? If you want to try to get things working w/o doing that, see the "winter" tarball in http://people.freebsd.org/~obrien/sparc64. Untar that, then: cd /usr/src/gnu/usr.bin/binutils env PATH=/usr/libexec/elf:$PATH make obj env PATH=/usr/libexec/elf:$PATH make all install cd /usr/src/usr.bin/objformat env PATH=/usr/libexec/elf:$PATH make obj env PATH=/usr/libexec/elf:$PATH make all install and you should have a properly installed binutils (as,ld,etc). -- -- 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 Tue Mar 19 9:14:38 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 A6C6037B402 for ; Tue, 19 Mar 2002 09:14:35 -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 g2JHEalv072672; Tue, 19 Mar 2002 09:14:36 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2JHDLO9072601; Tue, 19 Mar 2002 09:13:21 -0800 (PST) Date: Tue, 19 Mar 2002 09:13:21 -0800 From: "David O'Brien" To: Mark Blackman , freebsd-sparc@FreeBSD.ORG Subject: Re: building sparc64 bits. Message-ID: <20020319091321.C77319@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20020319091301.2058A579A7@mailhost1.dircon.co.uk> <20020319111419.A90182@locore.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020319111419.A90182@locore.ca>; from jake@locore.ca on Tue, Mar 19, 2002 at 11:14:19AM -0500 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 Tue, Mar 19, 2002 at 11:14:19AM -0500, Jake Burkholder wrote: > > I see there is now a 20020317 distrib and src under ~jake/sparc64, so I > > may have a play with those. > > This has the assembler from /usr/src but there's still a problem with > the c startup libs. If you already have an installation, you will be OK -- as you have the required /usr/lib/crt{begin,end}.o and the 20020314 compiler points to these. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Mar 19 9:21:44 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 00BFF37B42B for ; Tue, 19 Mar 2002 09:21:22 -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 g2JHLK25076476; Tue, 19 Mar 2002 12:21:20 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20020319113511.C90182@locore.ca> References: <20020319113511.C90182@locore.ca> Date: Tue, 19 Mar 2002 12:21:19 -0500 To: Jake Burkholder , freebsd-sparc@FreeBSD.ORG From: Garance A Drosihn Subject: Re: FYI: 4 gig quad cpu e420r 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 11:35 AM -0500 3/19/02, Jake Burkholder wrote: >Thanks to Jan Chrillesen I now have access to a >quad cpu e420r with 4gigs of ram. Wow :) > >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 450071421 Hz >cpu0: Sun Microsystems UltraSparc-II Processor (450.07 MHZ CPU) >cpu1: Sun Microsystems UltraSparc-II Processor (450.07 MHZ CPU) >cpu2: Sun Microsystems UltraSparc-II Processor (450.07 MHZ CPU) >cpu3: Sun Microsystems UltraSparc-II Processor (450.07 MHZ CPU) >FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs Wow. Now THAT is a nice desktop system! :-) -- 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 Tue Mar 19 11:13:44 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 0DE6137B400 for ; Tue, 19 Mar 2002 11:13:40 -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 g2JJDdf06175 for ; Tue, 19 Mar 2002 11:13:39 -0800 (PST) (envelope-from mjacob@feral.com) Date: Tue, 19 Mar 2002 11:13:38 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: freebsd-sparc@freebsd.org Subject: FWIW, pmap panic 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 did a ps: login: panic: pmap_prefault: non current pmap Debugger("panic") Stopped at Debugger+0x1c: ta %xcc, 1 db> t panic() at panic+0x98 pmap_prefault() at pmap_prefault+0x30 vm_fault1() at vm_fault1+0xc20 vm_fault() at vm_fault+0x34 proc_rwmem() at proc_rwmem+0xe4 procfs_doprocmem() at procfs_doprocmem+0x34 pfs_read() at pfs_read+0x108 vn_read() at vn_read+0x168 dofileread() at dofileread+0x60 read() at read+0x58 syscall() at syscall+0x264 -- syscall (3, FreeBSD ELF, read) %o7=0x1053c4 -- userland() at 0x109ea8 user trace: trap %o7=0x1053c4 pc 0x109ea8, sp 0x7fdffffdb61 pc 0x104f1c, sp 0x7fdffffe021 pc 0x105220, sp 0x7fdffffe101 pc 0x103034, sp 0x7fdffffe1e1 pc 0x1030fc, sp 0x7fdffffe2a1 pc 0x102ad0, sp 0x7fdffffe361 pc 0x1001ec, sp 0x7fdfffff0c1 pc 0, sp 0x7fdfffff181 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Mar 19 12:29:26 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 A23E637B818 for ; Tue, 19 Mar 2002 12:27:25 -0800 (PST) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id g2JKZLb91836; Tue, 19 Mar 2002 15:35:21 -0500 (EST) (envelope-from jake) Date: Tue, 19 Mar 2002 15:35:19 -0500 From: Jake Burkholder To: Matthew Jacob Cc: freebsd-sparc@FreeBSD.ORG Subject: Re: FWIW, pmap panic Message-ID: <20020319153519.D90182@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 Tue, Mar 19, 2002 at 11:13:38AM -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 Tue, Mar 19, 2002 at 11:13:38AM -0800, Matthew Jacob said words to the effect of; > > did a ps: > > login: panic: pmap_prefault: non current pmap > Debugger("panic") > Stopped at Debugger+0x1c: ta %xcc, 1 > db> t > panic() at panic+0x98 > pmap_prefault() at pmap_prefault+0x30 > vm_fault1() at vm_fault1+0xc20 > vm_fault() at vm_fault+0x34 > proc_rwmem() at proc_rwmem+0xe4 > procfs_doprocmem() at procfs_doprocmem+0x34 > pfs_read() at pfs_read+0x108 > vn_read() at vn_read+0x168 > dofileread() at dofileread+0x60 > read() at read+0x58 > syscall() at syscall+0x264 > -- syscall (3, FreeBSD ELF, read) %o7=0x1053c4 -- > userland() at 0x109ea8 > user trace: trap %o7=0x1053c4 > pc 0x109ea8, sp 0x7fdffffdb61 > pc 0x104f1c, sp 0x7fdffffe021 > pc 0x105220, sp 0x7fdffffe101 > pc 0x103034, sp 0x7fdffffe1e1 > pc 0x1030fc, sp 0x7fdffffe2a1 > pc 0x102ad0, sp 0x7fdffffe361 > pc 0x1001ec, sp 0x7fdfffff0c1 > pc 0, sp 0x7fdfffff181 This is easy to fix, thanks for the report. This is from running /bin/ps? > > > > 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 Tue Mar 19 12:31: 6 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 14AF237B829 for ; Tue, 19 Mar 2002 12:28:02 -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 g2JKRxf24699; Tue, 19 Mar 2002 12:27:59 -0800 (PST) (envelope-from mjacob@feral.com) Date: Tue, 19 Mar 2002 12:27:59 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Jake Burkholder Cc: freebsd-sparc@FreeBSD.ORG Subject: Re: FWIW, pmap panic In-Reply-To: <20020319153519.D90182@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 Tue, 19 Mar 2002, Jake Burkholder wrote: > Apparently, On Tue, Mar 19, 2002 at 11:13:38AM -0800, > Matthew Jacob said words to the effect of; > > > > > did a ps: > > > > login: panic: pmap_prefault: non current pmap > > Debugger("panic") > > Stopped at Debugger+0x1c: ta %xcc, 1 > > db> t > > panic() at panic+0x98 > > pmap_prefault() at pmap_prefault+0x30 > > vm_fault1() at vm_fault1+0xc20 > > vm_fault() at vm_fault+0x34 > > proc_rwmem() at proc_rwmem+0xe4 > > procfs_doprocmem() at procfs_doprocmem+0x34 > > pfs_read() at pfs_read+0x108 > > vn_read() at vn_read+0x168 > > dofileread() at dofileread+0x60 > > read() at read+0x58 > > syscall() at syscall+0x264 > > -- syscall (3, FreeBSD ELF, read) %o7=0x1053c4 -- > > userland() at 0x109ea8 > > user trace: trap %o7=0x1053c4 > > pc 0x109ea8, sp 0x7fdffffdb61 > > pc 0x104f1c, sp 0x7fdffffe021 > > pc 0x105220, sp 0x7fdffffe101 > > pc 0x103034, sp 0x7fdffffe1e1 > > pc 0x1030fc, sp 0x7fdffffe2a1 > > pc 0x102ad0, sp 0x7fdffffe361 > > pc 0x1001ec, sp 0x7fdfffff0c1 > > pc 0, sp 0x7fdfffff181 > > This is easy to fix, thanks for the report. This is from running /bin/ps? Yes. I was compiling in one xterm/rlogin and did a ps from another xterm/rlogin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Mar 20 10:15:14 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id 523A437B416; Wed, 20 Mar 2002 10:15:08 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 2DE13AE24F; Wed, 20 Mar 2002 10:15:08 -0800 (PST) Date: Wed, 20 Mar 2002 10:15:08 -0800 From: Alfred Perlstein To: alpha@freebsd.org, sparc64@freebsd.org Subject: (forw) per-arch __P removal done, please test review. Message-ID: <20020320181508.GG455@elvis.mu.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 ----- Forwarded message from Alfred Perlstein ----- From: Alfred Perlstein To: arch@freebsd.org Cc: alpha@freebsd.org, sparc64@freebsd.org, powerpc@freebsd.org, ia64@freebsd.org Subject: per-arch __P removal done, please test review. Date: Wed, 20 Mar 2002 10:14:07 -0800 Message-ID: <20020320181407.GF455@elvis.mu.org> User-Agent: Mutt/1.3.27i I've taken the time to do the grunt work of __P removal for several arches, please take the time to test and let me know if I can commit the deltas: http://www.mu.org/~bright/__P/ I've got alpha, sparc64, powerpc and ia64 done. thanks, -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/ ----- End forwarded message ----- -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Mar 20 10:26:56 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 F3F2F37B419; Wed, 20 Mar 2002 10:26:47 -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 g2KIQkf38037; Wed, 20 Mar 2002 10:26:46 -0800 (PST) (envelope-from mjacob@feral.com) Date: Wed, 20 Mar 2002 10:26:46 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Alfred Perlstein Cc: alpha@FreeBSD.ORG, sparc64@FreeBSD.ORG Subject: Re: (forw) per-arch __P removal done, please test review. In-Reply-To: <20020320181508.GG455@elvis.mu.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 FWIW, alpha looks okay 2 me. On Wed, 20 Mar 2002, Alfred Perlstein wrote: > ----- Forwarded message from Alfred Perlstein ----- > > From: Alfred Perlstein > To: arch@freebsd.org > Cc: alpha@freebsd.org, sparc64@freebsd.org, powerpc@freebsd.org, > ia64@freebsd.org > Subject: per-arch __P removal done, please test review. > Date: Wed, 20 Mar 2002 10:14:07 -0800 > Message-ID: <20020320181407.GF455@elvis.mu.org> > User-Agent: Mutt/1.3.27i > > I've taken the time to do the grunt work of __P removal for several > arches, please take the time to test and let me know if I can commit > the deltas: > > http://www.mu.org/~bright/__P/ > > I've got alpha, sparc64, powerpc and ia64 done. > > thanks, > -- > -Alfred Perlstein [alfred@freebsd.org] > 'Instead of asking why a piece of software is using "1970s technology," > start asking why software is ignoring 30 years of accumulated wisdom.' > Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/ > > ----- End forwarded message ----- > > -- > -Alfred Perlstein [alfred@freebsd.org] > 'Instead of asking why a piece of software is using "1970s technology," > start asking why software is ignoring 30 years of accumulated wisdom.' > Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-alpha" 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 Wed Mar 20 11:30:27 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by hub.freebsd.org (Postfix) with ESMTP id E8BF037B492 for ; Wed, 20 Mar 2002 11:30:14 -0800 (PST) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id g2KJUCT15211 for ; Wed, 20 Mar 2002 14:30:12 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Wed, 20 Mar 2002 14:30:12 -0500 (EST) From: Jeff Roberson To: sparc64@freebsd.org Subject: UMA Sparc64 patch. Message-ID: <20020320142643.O41335-100000@mail.chesapeake.net> 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 In order to complete the change over from vm_zone to uma I need to remove all references to it and its depreciated API. I have a patch available at http://www.chesapeake.net/~jroberson/sparc64uma.diff that does this for sparc64 MD code. Could some one apply and test this? If it compiles it will almost definately work. Let me know if there are any warnings etc? Thanks! Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Mar 20 12:47: 7 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from tolstoy.mpd.ca (tolstoy.mpd.ca [206.123.11.200]) by hub.freebsd.org (Postfix) with ESMTP id 23AD937B400 for ; Wed, 20 Mar 2002 12:47:00 -0800 (PST) Received: (from wlloyd@localhost) by tolstoy.mpd.ca (8.9.3/8.9.3) id WAA22055; Mon, 18 Mar 2002 22:48:56 -0500 (EST) Date: Mon, 18 Mar 2002 22:48:56 -0500 From: William Lloyd To: freebsd-sparc@freebsd.org Subject: Ultra1 200E Message-ID: <20020318224856.D21940@tolstoy.mpd.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i 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 just booted my Ultra1 200E with the latest kernel and userland. I'm totally impressed. Other than a bit of fooling around it worked no problem. I'm using the console as there is no serial driver and disk is NFS as there is no SCSI support. There is a little weirdness with the console that when I'm typing if I type at a regular speed characters get lost. If I type 1 char ever 1/2 second or so there is no problem. Apprears to be related to key repeating, that doesn't seem to work either. Hold any key down and it only shows once. If anyone would like access to the machine or would like me to test anything I'm more than willing. I wish I could contribute in a more meaningfull way but my knowledge of all things kernel is 0. Here is a cut and paste from dmesg -bill UpCstray vector interrupt 2033 opyright (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 #3: Thu Mar 7 01:42:46 EST 2002 jake@k7.locore.ca:/usr/p4/sparc64/sys/sparc64/compile/GENERIC Preloaded elf kernel "/kernel" at 0x802aa000. Timecounter "tick" frequency 199991125 Hz cpu0: Sun Microsystems UltraSparc-I Processor (199.99 MHZ CPU) nexus0: sbus0: clock 25.000 MHz DVMA map: ff800000 to ffffffff initialializing counter-timer Timecounter "counter-timer" frequency 1000000 Hz sbus0: on nexus0 sbus0: , type (unknown) (no driver attached) sbus0: , type (unknown) (no driver attached) sbus0: , type (unknown) (no driver attached) sbus0: , type block (no driver attached) eeprom0: mem 0x1200000-0x1201fff on sbus0 eeprom0: model mk48t59 eeprom0: hostid 80a0a1b6 sbus0: , type serial (no driver attached) sbus0: , type serial (no driver attached) sbus0: , type (unknown) (no driver attached) sbus0: , type (unknown) (no driver attached) sbus0: , type scsi (no driver attached) hme0: mem 0x8c07000-0x8c0701f,0x8c06000-0x8c07fff,0x8c04000-0x8c05fff,0x8c02000-0x8c03fff,0x8c00000-0x8c00107 irq 2017 on sbus0 hme0: Ethernet address: 08:00:20:a0:a1:b6 miibus0: on hme0 nsphy0: on miibus0 nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto sbus0: , type (unknown) (no driver attached) nexus0: , type display (no driver attached) bootpc_init: wired to interface 'hme0' Sending DHCP Discover packet from interface hme0 (08:00:20:a0:a1:b6) Received DHCP Offer packet on hme0 from 192.168.100.1 (accepted) (no root path) Sending DHCP Request packet from interface hme0 (08:00:20:a0:a1:b6) Received DHCP Ack packet on hme0 from 192.168.100.1 (accepted) (got root path) hme0 at 192.168.100.3 server 192.168.100.1 boot file /kernel subnet mask 255.255.255.0 router 192.168.100.254 rootfs 192.168.100.1:/mnt1/usr hostname bohr Adjusted interface hme0 Mounting root from nfs:192.168.100.1:/mnt1/usr setrootbyname failed NFS ROOT: 192.168.100.1:/mnt1/usr Invalid time in real time clock. Check and reset the date immediately! Invalid time in real time clock. Check and reset the date immediately! md1: Malloc disk md2: Malloc disk -- William Lloyd mailto:wlloyd@mpd.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Mar 20 13:55:35 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 91EFB37B404 for ; Wed, 20 Mar 2002 13:55:31 -0800 (PST) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id g2KM3sp98829; Wed, 20 Mar 2002 17:03:54 -0500 (EST) (envelope-from jake) Date: Wed, 20 Mar 2002 17:03:54 -0500 From: Jake Burkholder To: William Lloyd Cc: freebsd-sparc@FreeBSD.ORG Subject: Re: Ultra1 200E Message-ID: <20020320170353.H90182@locore.ca> References: <20020318224856.D21940@tolstoy.mpd.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020318224856.D21940@tolstoy.mpd.ca>; from wlloyd@tolstoy.mpd.ca on Mon, Mar 18, 2002 at 10:48:56PM -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 18, 2002 at 10:48:56PM -0500, William Lloyd said words to the effect of; > I just booted my Ultra1 200E with the latest kernel and userland. > > I'm totally impressed. Other than a bit of fooling around it worked no > problem. > > I'm using the console as there is no serial driver and disk is NFS as > there is no SCSI support. > > There is a little weirdness with the console that when I'm typing if I > type at a regular speed characters get lost. If I type 1 char ever 1/2 > second or so there is no problem. Apprears to be related to key repeating, > that doesn't seem to work either. Hold any key down and it only shows > once. > > If anyone would like access to the machine or would like me to test anything > I'm more than willing. I wish I could contribute in a more meaningfull > way but my knowledge of all things kernel is 0. > > Here is a cut and paste from dmesg Cool! The serial console actually will work, we use the openfirmware console support so anything that gets you an ok prompt will work for a console, its just not that great. Ths hardware doc is ambiguous in this regard. Configuring a network card and logging in remotley is much more usable. Thanks, Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Mar 20 15: 9:13 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from cmr0.ash.ops.us.uu.net (cmr0.ash.ops.us.uu.net [198.5.241.38]) by hub.freebsd.org (Postfix) with ESMTP id CF98B37B420 for ; Wed, 20 Mar 2002 15:08:50 -0800 (PST) Received: from bismarck.corp.us.uu.net by cmr0.ash.ops.us.uu.net with ESMTP (peer crosschecked as: bismarck.corp.us.uu.net [153.39.93.152]) id QQmhbg04619 for ; Wed, 20 Mar 2002 23:08:49 GMT Received: from shepherd by bismarck.corp.us.uu.net with SMTP (peer crosschecked as: shepherd.corp.us.uu.net [153.39.147.85]) id QQmhbg03404 for ; Thu, 21 Mar 2002 04:08:35 +0500 (GMT) Message-ID: <00b601c1d064$28864640$55932799@corp.us.uu.net> From: "Victor Pate" To: Subject: subscribe Date: Wed, 20 Mar 2002 18:08:33 -0500 Organization: WorldCom MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 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 subscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Mar 20 15:47:22 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 A585F37B417 for ; Wed, 20 Mar 2002 15:47:01 -0800 (PST) Received: (qmail 22864 invoked by uid 0); 20 Mar 2002 23:46:59 -0000 Received: from p5086ed3d.dip.t-dialin.net (HELO forge.local) (80.134.237.61) by mail.gmx.net (mp011-rz3) with SMTP; 20 Mar 2002 23:46:59 -0000 Received: from tmm by forge.local with local (Exim 3.34 #1) id 16npnP-0001E9-00; Thu, 21 Mar 2002 00:47:07 +0100 Date: Thu, 21 Mar 2002 00:47:07 +0100 From: Thomas Moestl To: Alfred Perlstein Cc: alpha@freebsd.org, sparc64@freebsd.org Subject: Re: (forw) per-arch __P removal done, please test review. Message-ID: <20020320234707.GA298@crow.dom2ip.de> Mail-Followup-To: Alfred Perlstein , alpha@freebsd.org, sparc64@freebsd.org References: <20020320181508.GG455@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020320181508.GG455@elvis.mu.org> 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 Wed, 2002/03/20 at 10:15:08 -0800, Alfred Perlstein wrote: > I've taken the time to do the grunt work of __P removal for several > arches, please take the time to test and let me know if I can commit > the deltas: > > http://www.mu.org/~bright/__P/ The sparc64 part looks good to me, please commit it, except for the changes to profile.h (which looks completely different in p4 and is also de-__Ped there) and bus.h (which has most of the prototypes removed in p4, as well as other changes). The p4 changes to those files will be committed soon, and doing the de-__Ping now would just cause unnecessary conflicts. Thanks, - 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 21 8:29:36 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id DF0D137B404 for ; Thu, 21 Mar 2002 08:29:32 -0800 (PST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g2LGTJp1001103 for ; Thu, 21 Mar 2002 17:29:20 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: sparc@freebsd.org Subject: Resetting LOM password ? From: Poul-Henning Kamp Date: Thu, 21 Mar 2002 17:29:19 +0100 Message-ID: <1102.1016728159@critter.freebsd.dk> 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 a Netra X1 machine here, which is destined to go up to sos@ so he can do his ATA magic with it. Only problem is that there is a LOM password on it which nobody knows anymore. Anyone know how to reset it ? some jumper magic maybe ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 21 9:15:37 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 4B25837B404; Thu, 21 Mar 2002 09:15:34 -0800 (PST) Received: from localhost (joeo@localhost) by asmodean.nks.net (8.9.3/8.9.3) with ESMTP id MAA05896; Thu, 21 Mar 2002 12:16:21 -0500 Date: Thu, 21 Mar 2002 12:16:21 -0500 (EST) From: X-Sender: To: Poul-Henning Kamp Cc: Subject: Re: Resetting LOM password ? In-Reply-To: <1102.1016728159@critter.freebsd.dk> 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 Still got root on the box? http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-5980-10.pdf has details on the solaris tools for manipulating the lom (sounds dirty). If you don't have root I can ask around... On Thu, 21 Mar 2002, Poul-Henning Kamp wrote: > > I have a Netra X1 machine here, which is destined to go up > to sos@ so he can do his ATA magic with it. > > Only problem is that there is a LOM password on it which > nobody knows anymore. > > Anyone know how to reset it ? some jumper magic maybe ? > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 21 9:19:37 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id C22F437B41A for ; Thu, 21 Mar 2002 09:19:34 -0800 (PST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g2LHJ9p1001719; Thu, 21 Mar 2002 18:19:15 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: joeo@cracktown.com Cc: sparc@FreeBSD.ORG Subject: Re: Resetting LOM password ? In-Reply-To: Your message of "Thu, 21 Mar 2002 12:16:21 EST." Date: Thu, 21 Mar 2002 18:19:09 +0100 Message-ID: <1718.1016731149@critter.freebsd.dk> From: Poul-Henning Kamp 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 message , joeo @cracktown.com writes: >Still got root on the box? > >http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-5980-10.pdf > >has details on the solaris tools for manipulating the lom (sounds dirty). > >If you don't have root I can ask around... ENOROOT This is a box which came from a bankrupt ISP in Denmark and we have no passwords :-( -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 21 9:30: 6 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 7CF1737B404 for ; Thu, 21 Mar 2002 09:30:03 -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: Booting. Disposition-Notification-To: "Steve Barkey" X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Thu, 21 Mar 2002 12:28:35 -0500 Message-ID: <6F23C7A733C4E94DB92C77EF1C6DA4D90DFD46@iron.alexin.ca> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Booting. Thread-Index: AcHQ/g4LIYNACrIHSSSS51KVXkWsxA== 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 Greetings all! I am trying to boot from the 20020320.iso cdrom. I verified the md5, everything should be perfect. When I run: ok boot cdrom I get: Boot Device: /pci@1f,0/pci@1,1/ide@3/cdrom@2,0:f File and args: Short disk read The file just loaded does not appear to be executable. ok Any ideas, I want to contribute to this project, but I cant even get started! Please help me, help you. 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 Thu Mar 21 9:50:54 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from spaztic.blearg.org (spaztic.blearg.org [204.152.115.6]) by hub.freebsd.org (Postfix) with ESMTP id 1B54837B400 for ; Thu, 21 Mar 2002 09:50:49 -0800 (PST) Received: (from biswick@localhost) by spaztic.blearg.org (8.8.8/8.8.8) id MAA14023 for sparc@FreeBSD.ORG; Thu, 21 Mar 2002 12:50:48 -0500 (EST) (envelope-from biswick) Message-ID: <20020321125047.C4112@blearg.org> Date: Thu, 21 Mar 2002 12:50:47 -0500 From: Chad Hall To: sparc@FreeBSD.ORG Subject: Re: Resetting LOM password ? References: <1718.1016731149@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <1718.1016731149@critter.freebsd.dk>; from Poul-Henning Kamp on Thu, Mar 21, 2002 at 06:19:09PM +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 From what I remember of LOM, you can still get the cd to boot. At least 2.6 has a bootable filesystem on the installation CD. Mount /etc and change the password. If not, you can always swap drives. I don't have much experience with Netras (and LOM), so apologies if this information is incorrect. I have done exactly the above with a couple 450s and a 3500 for password recovery. I am trying to free up a lower-end ultra, what is the state of IDE right now? I've only got one SCSI (other than a 4m SS5), and I think it's going to have to stay in production. I haven't been keeping up with the list as well as I should have, I could probably answer my own question if I had. Chad. On Thu, Mar 21, 2002 at 06:19:09PM +0100, Poul-Henning Kamp wrote: > In message , joeo > @cracktown.com writes: > >Still got root on the box? > > > >http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-5980-10.pdf > > > >has details on the solaris tools for manipulating the lom (sounds dirty). > > > >If you don't have root I can ask around... > > ENOROOT > > This is a box which came from a bankrupt ISP in Denmark and we have > no passwords :-( > > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 > phk@FreeBSD.ORG | TCP/IP since RFC 956 > FreeBSD committer | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-sparc" in the body of the message -- Chad Hall - - biswick@blearg.org The Unofficial .signature Of The 2002 Winter Olympics In Salt Lake City To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 21 10: 2:37 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 EAB4437B417 for ; Thu, 21 Mar 2002 10:02:28 -0800 (PST) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id g2LIAjw03876; Thu, 21 Mar 2002 13:10:45 -0500 (EST) (envelope-from jake) Date: Thu, 21 Mar 2002 13:10:44 -0500 From: Jake Burkholder To: Steve Barkey Cc: freebsd-sparc@FreeBSD.ORG Subject: Re: Booting. Message-ID: <20020321131044.K90182@locore.ca> References: <6F23C7A733C4E94DB92C77EF1C6DA4D90DFD46@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: <6F23C7A733C4E94DB92C77EF1C6DA4D90DFD46@iron.alexin.ca>; from sbarkey@alexin.ca on Thu, Mar 21, 2002 at 12:28:35PM -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 Thu, Mar 21, 2002 at 12:28:35PM -0500, Steve Barkey said words to the effect of; > Greetings all! > > I am trying to boot from the 20020320.iso cdrom. I verified the md5, > everything should be perfect. > > When I run: > ok boot cdrom > I get: > Boot Device: /pci@1f,0/pci@1,1/ide@3/cdrom@2,0:f File and args: > Short disk read > The file just loaded does not appear to be executable. > ok > > Any ideas, I want to contribute to this project, but I cant even get > started! Please help me, help you. You might have got it while I was uploading, please verify the md5. There's still a problem with the iso that's there (it will boot isngle user which can be used to install if you know what you're doing). I'm uploading one that should be fixed now, please wait until I say its ready. 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 21 10:18: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 8487637B404 for ; Thu, 21 Mar 2002 10:18:30 -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: Booting. Disposition-Notification-To: "Steve Barkey" X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Thu, 21 Mar 2002 13:17:02 -0500 Message-ID: <6F23C7A733C4E94DB92C77EF1C6DA4D94440@iron.alexin.ca> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Booting. Thread-Index: AcHRAmOSxQsUjW5rROGzbdG0PYIzsAAAIBrg From: "Steve Barkey" To: "Jake Burkholder" , 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 am trying to boot from the 20020320.iso cdrom. I=20 > verified the md5,=20 > > everything should be perfect. > > ...... > >=20 > > Jake: > You might have got it while I was uploading, please verify=20 > the md5. There's still a problem with the iso that's there=20 > (it will boot isngle user which can be used to install if you=20 > know what you're doing). I'm uploading one that should be=20 > fixed now, please wait until I say its ready. >=20 > Jake It was uploaded yesterday was it not? I just got it 2 hours ago, I mentioned in the first message: I verified the md5 sum. (0d65a655a...) Hmm.. Still stuck, I burned another copy still the same thing. I am very excited to get this running! =20 Questions: Should I try the 20020303.iso? Why is it 1/3 the size? Why is the 20020320.iso size 630432kb and the bz2 file only 135mb. I looked at the 20020320 CD on my doze box - the /boot/loader file is 102,184 bytes. Is that right? I will try the new file when ready. 20020321.iso.bz2? Sorry for the fragmented post, :p Thanks again! Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 21 10:32: 8 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (Postfix) with ESMTP id 20BA337B404 for ; Thu, 21 Mar 2002 10:32:05 -0800 (PST) Received: from iaces.com (ptroot.iaces.com [204.147.87.124]) by iaces.com (8.11.6/8.11.6) with ESMTP id g2LIVxs07889; Thu, 21 Mar 2002 12:31:59 -0600 (CST) (envelope-from proot@iaces.com) Message-ID: <3C9A2713.6000308@iaces.com> Date: Thu, 21 Mar 2002 12:31:47 -0600 From: Paul Root User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Poul-Henning Kamp Cc: joeo@cracktown.com, sparc@FreeBSD.ORG Subject: Re: Resetting LOM password ? References: <1718.1016731149@critter.freebsd.dk> Content-Type: text/plain; charset=us-ascii; format=flowed 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 Swap disks and then do the procedure. Poul-Henning Kamp wrote: > In message , joeo > @cracktown.com writes: > >>Still got root on the box? >> >>http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-5980-10.pdf >> >>has details on the solaris tools for manipulating the lom (sounds dirty). >> >>If you don't have root I can ask around... >> > > ENOROOT > > This is a box which came from a bankrupt ISP in Denmark and we have > no passwords :-( > > -- Paul T. Root E/Mail: proot@iaces.com 600 Stinson Blvd, Fl 1S PAG: +1 (877) 693-7155 Minneapolis, MN 55413 WRK: +1 (612) 664-3385 NIC: PTR FAX: +1 (612) 664-4779 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 21 10:47:23 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from excalibur.skynet.be (excalibur.skynet.be [195.238.3.135]) by hub.freebsd.org (Postfix) with ESMTP id 44CA037B42B for ; Thu, 21 Mar 2002 10:47:01 -0800 (PST) Received: from skynet.be (adsl-43821.turboline.skynet.be [217.136.43.45]) by excalibur.skynet.be (8.11.6/8.11.6/Skynet-OUT-2.16) with ESMTP id g2LIixD08606 for ; Thu, 21 Mar 2002 19:44:59 +0100 (MET) (envelope-from ) Message-ID: <3C9A0E95.15DEC33B@skynet.be> Date: Thu, 21 Mar 2002 17:47:17 +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: sparc@FreeBSD.ORG Subject: Re: Resetting LOM password ? References: <1718.1016731149@critter.freebsd.dk> <3C9A2713.6000308@iaces.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 Paul Root wrote: > > Swap disks and then do the procedure. I read something on a Sun-related newsgroup about someone bending out a pin on an EEPROM, and then powercycling the machine, as a last resort. This was critisized by some other guy, since it broke 3 out of 4 chips or so, and a trick was explained. A screwdriver was used to short-circuit the chip while powering up. I mention this because I remember something about it, and sincerely hope it will not be necesary! On the Sun-related Usenet groups there is a couple of guys who know the exact procedure. Atle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 21 10:54:50 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id A0D3E37B419 for ; Thu, 21 Mar 2002 10:54:45 -0800 (PST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g2LIsVp1002899; Thu, 21 Mar 2002 19:54:31 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Paul Root Cc: joeo@cracktown.com, sparc@FreeBSD.ORG Subject: Re: Resetting LOM password ? In-Reply-To: Your message of "Thu, 21 Mar 2002 12:31:47 CST." <3C9A2713.6000308@iaces.com> Date: Thu, 21 Mar 2002 19:54:31 +0100 Message-ID: <2898.1016736871@critter.freebsd.dk> From: Poul-Henning Kamp 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 message <3C9A2713.6000308@iaces.com>, Paul Root writes: >Swap disks and then do the procedure. I have no IDE disks with solaris installed :-( Besides, I don't see anything relating to modifying the LOM passwords in that doc, did I overlook it ? Poul-Henning > >Poul-Henning Kamp wrote: > >> In message , joeo >> @cracktown.com writes: >> >>>Still got root on the box? >>> >>>http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-5980-10.pdf >>> >>>has details on the solaris tools for manipulating the lom (sounds dirty). >>> >>>If you don't have root I can ask around... >>> >> >> ENOROOT >> >> This is a box which came from a bankrupt ISP in Denmark and we have >> no passwords :-( >> >> > > >-- >Paul T. Root E/Mail: proot@iaces.com >600 Stinson Blvd, Fl 1S PAG: +1 (877) 693-7155 >Minneapolis, MN 55413 WRK: +1 (612) 664-3385 >NIC: PTR FAX: +1 (612) 664-4779 > > > -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 21 11: 1:48 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1]) by hub.freebsd.org (Postfix) with ESMTP id CF71637B400 for ; Thu, 21 Mar 2002 11:01:42 -0800 (PST) Received: from sunfin.Finland.Sun.COM ([129.159.101.10]) by mercury.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id LAA22600; Thu, 21 Mar 2002 11:01:33 -0800 (PST) Received: from ultrahot.Finland.Sun.COM (ultrahot [129.159.101.87]) by sunfin.Finland.Sun.COM (8.10.2+Sun/8.10.2/ENSMAIL,v2.2) with ESMTP id g2LJ1V000993; Thu, 21 Mar 2002 21:01:31 +0200 (EET) Received: (from tomppa@localhost) by ultrahot.Finland.Sun.COM (8.11.6+Sun/8.11.6) id g2LJ1UA16136; Thu, 21 Mar 2002 21:01:30 +0200 (EET) From: Tomi Vainio - Sun Finland - MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15514.11786.245793.398458@gargle.gargle.HOWL> Date: Thu, 21 Mar 2002 21:01:30 +0200 To: Poul-Henning Kamp Cc: sparc@FreeBSD.ORG Subject: Re: Resetting LOM password ? In-Reply-To: <2898.1016736871@critter.freebsd.dk> References: <3C9A2713.6000308@iaces.com> <2898.1016736871@critter.freebsd.dk> X-Mailer: VM 7.00 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Reply-To: Tomi.Vainio@Sun.COM 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 Poul-Henning Kamp writes: > > I have no IDE disks with solaris installed :-( > > Besides, I don't see anything relating to modifying the LOM passwords > in that doc, did I overlook it ? > This is what found from sunsolve Tomppa ---clip clip--- o If you still remember the root password and IP address of the machine and it is configured to allow root login from non-system consoles. 1. Apply power to the system. 2. In order to get the system to boot, use the power switch on the rear of the machine to start the automatic boot process. 3. Once the system has had a few minutes to boot to UNIX, telnet or rlogin to the system as the root user from another machine on the network. 4. Once logged in, edit the /platform/sun4u/kernel/drv/lom.conf file and modify the line that reads 'serial_security=1' to read 'serial_security=0'. Write the modified file and then reboot the machine - issue an 'init 6' or 'reboot' command. 5. As the system boots it will examine this file as part of the boot process and will disbale the security passwords setup in the LOM processor, allowing access to the LOM without passwords. 6. On the LOM/Console port, issue the '#.' escape sequence to access the LOM, and use the 'usershow' command to list the users that have been configured. 7. Use the 'userdel' command to delete the users and their passwords. 8. The system is now configured without serial security, to issue the 'console' command to get back to the system console. 9. Edit the /platform/sun4u/kernel/drv/lom.conf file and modify the line that reads 'serial_security=0' to read 'serial_security=1' to re-enable the security checks following the next system reboot. o If you cannot remember the system root password, or the system is not configured to allow root logons from non-system consoles, or you do not know the IP address of the machine, you must use another machine to overcome the problem. Locate another X1 that does not have the security problem above, you will need to make some modifications to this machines setup and then remove the boot drive from this machine and temporarily place it in the problem machine. 1. Having located another X1, make sure that the following configurations are correct : + The root password is known. + The machine is configured to allow root login from non-system consoles. Edit the /etc/default/login file on the machine and insert a '#' at the start of the line that reads 'CONSOLE=/dev/console'. + Edit the /platform/sun4u/kernel/drv/lom.conf file and modify the line that reads 'serial_security=1' to read 'serial_security=0'. 2. Power down this machine using 'init 5'. 3. Remove the top cover of the machine and remove the Boot disk drive. 4. Remove the boot disk drive from the problem machine. 5. Replace it with the boot disk you prepared in the other machine. 6. Boot the machine and follow the process above from step 6. 7. Once the LOM passwds have been removed at the beginning you may shut the system down and replace the original disk drive. -- SUN Microsystems Oy PL 112, Lars Sonckin kaari 12, 02601 ESPOO, Finland Tomi Vainio (System Support Engineer) +358 9 52556300 hotline email: Tomi.Vainio@Sun.COM +358 9 52556252 fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 21 11: 9:31 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 85CE037B400 for ; Thu, 21 Mar 2002 11:08:40 -0800 (PST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g2LJ8Sp1003037; Thu, 21 Mar 2002 20:08:29 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Tomi.Vainio@Sun.COM Cc: sparc@FreeBSD.ORG Subject: Re: Resetting LOM password ? In-Reply-To: Your message of "Thu, 21 Mar 2002 21:01:30 +0200." <15514.11786.245793.398458@gargle.gargle.HOWL> Date: Thu, 21 Mar 2002 20:08:28 +0100 Message-ID: <3036.1016737708@critter.freebsd.dk> From: Poul-Henning Kamp 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 Tomi, Thanks a lot! I was sure there would be some kind of procedure. My only problem now is that I have no root login and no other X1 to trade disk with :-( I was sort of hoping there would be a reset-jumper for this, but I guess I'm not that lucky. I'll try to see what I can come up with based on what this document outlines. Again, thanks a lot! Poul-Henning In message <15514.11786.245793.398458@gargle.gargle.HOWL>, Tomi Vainio - Sun Fi nland - writes: >Poul-Henning Kamp writes: > > > > I have no IDE disks with solaris installed :-( > > > > Besides, I don't see anything relating to modifying the LOM passwords > > in that doc, did I overlook it ? > > >This is what found from sunsolve > > Tomppa > >---clip clip--- > o If you still remember the root password and IP address of the > machine and it is configured to allow root login from non-system > consoles. > > 1. Apply power to the system. > 2. In order to get the system to boot, use the power switch on > the rear of the machine to start the automatic boot process. > 3. Once the system has had a few minutes to boot to UNIX, telnet > or rlogin to the system as the root user from another machine > on the network. > 4. Once logged in, edit the /platform/sun4u/kernel/drv/lom.conf > file and modify the line that reads 'serial_security=1' to > read 'serial_security=0'. Write the modified file and then > reboot the machine - issue an 'init 6' or 'reboot' command. > 5. As the system boots it will examine this file as part of the > boot process and will disbale the security passwords setup in > the LOM processor, allowing access to the LOM without > passwords. > 6. On the LOM/Console port, issue the '#.' escape sequence to > access the LOM, and use the 'usershow' command to list the > users that have been configured. > 7. Use the 'userdel' command to delete the users and their > passwords. > 8. The system is now configured without serial security, to > issue the 'console' command to get back to the system > console. > 9. Edit the /platform/sun4u/kernel/drv/lom.conf file and modify > the line that reads 'serial_security=0' to read > 'serial_security=1' to re-enable the security checks > following the next system reboot. > > o If you cannot remember the system root password, or the system is > not configured to allow root logons from non-system consoles, or > you do not know the IP address of the machine, you must use > another machine to overcome the problem. Locate another X1 that > does not have the security problem above, you will need to make > some modifications to this machines setup and then remove the boot > drive from this machine and temporarily place it in the problem > machine. > > 1. Having located another X1, make sure that the following > configurations are correct : > + The root password is known. > + The machine is configured to allow root login from > non-system consoles. Edit the /etc/default/login file on > the machine and insert a '#' at the start of the line > that reads 'CONSOLE=/dev/console'. > + Edit the /platform/sun4u/kernel/drv/lom.conf file and > modify the line that reads 'serial_security=1' to read > 'serial_security=0'. > 2. Power down this machine using 'init 5'. > 3. Remove the top cover of the machine and remove the Boot disk > drive. > 4. Remove the boot disk drive from the problem machine. > 5. Replace it with the boot disk you prepared in the other > machine. > 6. Boot the machine and follow the process above from step 6. > 7. Once the LOM passwds have been removed at the beginning you may > shut the system down and replace the original disk drive. > >-- >SUN Microsystems Oy PL 112, Lars Sonckin kaari 12, 02601 ESPOO, Finland >Tomi Vainio (System Support Engineer) +358 9 52556300 hotline >email: Tomi.Vainio@Sun.COM +358 9 52556252 fax > -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 21 11:12:37 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 DF58337B400 for ; Thu, 21 Mar 2002 11:12:28 -0800 (PST) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id g2LJLAJ04259; Thu, 21 Mar 2002 14:21:10 -0500 (EST) (envelope-from jake) Date: Thu, 21 Mar 2002 14:21:09 -0500 From: Jake Burkholder To: Steve Barkey Cc: freebsd-sparc@freebsd.org Subject: Re: Booting. Message-ID: <20020321142109.L90182@locore.ca> References: <6F23C7A733C4E94DB92C77EF1C6DA4D94440@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: <6F23C7A733C4E94DB92C77EF1C6DA4D94440@iron.alexin.ca>; from sbarkey@alexin.ca on Thu, Mar 21, 2002 at 01:17:02PM -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 Thu, Mar 21, 2002 at 01:17:02PM -0500, Steve Barkey said words to the effect of; > > > ...... > > > I am trying to boot from the 20020320.iso cdrom. I > > verified the md5, > > > everything should be perfect. > > > ...... > > > > > > Jake: > > You might have got it while I was uploading, please verify > > the md5. There's still a problem with the iso that's there > > (it will boot isngle user which can be used to install if you > > know what you're doing). I'm uploading one that should be > > fixed now, please wait until I say its ready. > > > > Jake > > It was uploaded yesterday was it not? I just got it 2 hours ago, > I mentioned in the first message: I verified the md5 sum. (0d65a655a...) Oh, ok, sorry. Hmm, bad burn? > > Hmm.. Still stuck, I burned another copy still the same thing. > I am very excited to get this running! > > Questions: > > Should I try the 20020303.iso? The new one has a bunch of issues fixed and should work on more machines. > > Why is it 1/3 the size? Because everything on the iso is uncompressed, it also contains a source tarball (albeit a now stale one). > > Why is the 20020320.iso size 630432kb and the bz2 file only 135mb. See above, its all uncompressed on the iso. > > I looked at the 20020320 CD on my doze box - the /boot/loader file is > 102,184 bytes. Is that right? Looks ok. > > I will try the new file when ready. 20020321.iso.bz2? Yes, this is up now. I've had a report that all the bugs I was trying to get worked out are fixed -- it should boot multi user from the cd. 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 21 11:19:47 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 B09CA37B417 for ; Thu, 21 Mar 2002 11:19:43 -0800 (PST) Received: (qmail 4907 invoked by uid 10); 21 Mar 2002 19:19:42 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.11.6/8.11.2) id g2LJHg725586 for sparc@FreeBSD.ORG; Thu, 21 Mar 2002 20:17:42 +0100 (CET) (envelope-from ue) Date: Thu, 21 Mar 2002 20:17:42 +0100 From: Udo Erdelhoff To: sparc@FreeBSD.ORG Subject: Re: Resetting LOM password ? Message-ID: <20020321191742.GL7195@nathan.ruhr.de> Mail-Followup-To: sparc@FreeBSD.ORG References: <15514.11786.245793.398458@gargle.gargle.HOWL> <3036.1016737708@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3036.1016737708@critter.freebsd.dk> 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 21, 2002 at 08:08:28PM +0100, Poul-Henning Kamp wrote: > My only problem now is that I have no root login and no other > X1 to trade disk with :-( Hmm, can you boot into single-user mode? What happens if you boot the box into multi-user and send a break over the console? /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 21 11:55:27 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 8B17E37B404 for ; Thu, 21 Mar 2002 11:55:22 -0800 (PST) Received: from localhost (joeo@localhost) by asmodean.nks.net (8.9.3/8.9.3) with ESMTP id OAA06809; Thu, 21 Mar 2002 14:56:02 -0500 Date: Thu, 21 Mar 2002 14:56:02 -0500 (EST) From: X-Sender: To: Poul-Henning Kamp Cc: Subject: Re: Resetting LOM password ? In-Reply-To: <2898.1016736871@critter.freebsd.dk> 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 Appendix A has a set complete list of lom device driver configuration parameters; "serial_security=" is the parameter. The conf file is /platform/sun4u/kernel/drv/lom.conf, which means it's actually a solaris boot time configuration not something the usermode tools know about... Still, you don't have root on the box... Can you get an openboot prompt? You should be able to netboot the box if so. I asked the e10k certified guy I know about recovering the lom password without root, and his response was "wow, thats the first I've heard of anybody configuring a lom password". I'll look through sunsolve... but I've never found an answer to any problem there... You might be able to ask over on the netbsd-sparc/netbsd-sparc64 lists... On Thu, 21 Mar 2002, Poul-Henning Kamp wrote: > In message <3C9A2713.6000308@iaces.com>, Paul Root writes: > > >Swap disks and then do the procedure. > > I have no IDE disks with solaris installed :-( > > Besides, I don't see anything relating to modifying the LOM passwords > in that doc, did I overlook it ? > > Poul-Henning > > > > > > > >Poul-Henning Kamp wrote: > > > >> In message , joeo > >> @cracktown.com writes: > >> > >>>Still got root on the box? > >>> > >>>http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-5980-10.pdf > >>> > >>>has details on the solaris tools for manipulating the lom (sounds dirty). > >>> > >>>If you don't have root I can ask around... > >>> > >> > >> ENOROOT > >> > >> This is a box which came from a bankrupt ISP in Denmark and we have > >> no passwords :-( > >> > >> > > > > > >-- > >Paul T. Root E/Mail: proot@iaces.com > >600 Stinson Blvd, Fl 1S PAG: +1 (877) 693-7155 > >Minneapolis, MN 55413 WRK: +1 (612) 664-3385 > >NIC: PTR FAX: +1 (612) 664-4779 > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 21 11:58:48 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 092D037B404 for ; Thu, 21 Mar 2002 11:58:45 -0800 (PST) content-class: urn:content-classes:message Subject: RE: Booting. MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Disposition-Notification-To: "Steve Barkey" X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Thu, 21 Mar 2002 14:57:18 -0500 Message-ID: <6F23C7A733C4E94DB92C77EF1C6DA4D90DFD49@iron.alexin.ca> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Booting. Thread-Index: AcHRDCcpXb6EhPoDTDCMsCNyFuIW/AABlNVQ 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 > > > > I will try the new file when ready. 20020321.iso.bz2? >=20 > Yes, this is up now. I've had a report that all the bugs I=20 > was trying to get worked out are fixed -- it should boot=20 > multi user from the cd. >=20 > Jake OH MAN Very annoying - I verified md5, burned properly with: burncd -s 16 data sparc64....iso fixate Exact Same error!! I am on using a Ultra 5 workstation There is a way to boot off a floppy right? Then load the cdrom? Where is the how-tos for that? Thanks 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 21 12:27:43 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 32C2737B41A for ; Thu, 21 Mar 2002 12:27:39 -0800 (PST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g2LKROp1003813; Thu, 21 Mar 2002 21:27:25 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: joeo@cracktown.com Cc: sparc@FreeBSD.ORG Subject: Re: Resetting LOM password ? In-Reply-To: Your message of "Thu, 21 Mar 2002 14:56:02 EST." Date: Thu, 21 Mar 2002 21:27:24 +0100 Message-ID: <3812.1016742444@critter.freebsd.dk> From: Poul-Henning Kamp 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 message , joeo @cracktown.com writes: > >Appendix A has a set complete list of lom device driver configuration >parameters; "serial_security=" is the parameter. > >The conf file is /platform/sun4u/kernel/drv/lom.conf, which means it's >actually a solaris boot time configuration not something the usermode >tools know about... > >Still, you don't have root on the box... I guess what I need at this time is for some friendly person to make a disk image I can put on the ata disk, which has the setting set correctly :-( -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 21 16:44:17 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 EEF9937B400 for ; Thu, 21 Mar 2002 16:44:12 -0800 (PST) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id g2M0qs005857 for freebsd-sparc@freebsd.org; Thu, 21 Mar 2002 19:52:54 -0500 (EST) (envelope-from jake) Date: Thu, 21 Mar 2002 19:52:54 -0500 From: Jake Burkholder To: freebsd-sparc@freebsd.org Subject: DP1 release candidate 1 Message-ID: <20020321195254.N90182@locore.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 uploaded a new iso image and distribution tarball. I also put up a tar of a source tree I checked out of perforce with cvsup. This is already rather stale but it was requested by a few people. Best to untar it and then export it over nfs and update it with cvsup on another machine, or keep the source on another machine exported to your sparc. The toolchain has been setup so that it will Just Work for building most things in the tree, the make.conf has the right CC= for it. It should also work to build ports, I've built a few things with it. To use gcc directly you need to put /arch/sparc64/hosted/bin in your path. Make buildworld will not complete due to the compiler in the tree not being ready; use the usual procedure for building outside of buildworld (make obj; make depend; make all; make install). I recommend installing this from scratch if you installed from a previous ISO or tarball, this will ensure that there is no cruft lying around. It should work fine to untar it on top of an existing system, but you're kind of on your own if you do this :) In case you didn't see the announcement on other mailing lists, there will be a developer preview release of 5.0-CURRENT on (or around) April 1st, called DP1. This will include sparc64 bits in such form that we have available, and the tarball and iso I just put up are probably it. Think of this as release candidate 1. The kernel that's included in the tarball is known to have some problems, but it should work ok on most machines. I will probably reroll the bits once more before the official DP1 to update the kernel and in case any changes to the userland are needed. Once again you can get this stuff here: http://people.freebsd.org/~jake/sparc64/ Thanks for your patience. 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 21 19:15:18 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 0DD8137B41B for ; Thu, 21 Mar 2002 19:15:15 -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 g2M3FELf008156 for ; Thu, 21 Mar 2002 19:15:14 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2M3Dxe6008131 for freebsd-sparc@freebsd.org; Thu, 21 Mar 2002 19:13:59 -0800 (PST) Date: Thu, 21 Mar 2002 19:13:58 -0800 From: "David O'Brien" To: freebsd-sparc@freebsd.org Subject: Re: DP1 release candidate 1 Message-ID: <20020321191358.A1617@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20020321195254.N90182@locore.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020321195254.N90182@locore.ca>; from jake@locore.ca on Thu, Mar 21, 2002 at 07:52:54PM -0500 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 21, 2002 at 07:52:54PM -0500, Jake Burkholder wrote: > being ready; use the usual procedure for building outside of buildworld > (make obj; make depend; make all; make install). This is a little bit more able to deal with changes in the src tree: ( cd include ; make obj ; make all install ) make obj ; make depend ( cd lib ; make all install ) make most install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Mar 21 19:17:41 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 11CAE37B404 for ; Thu, 21 Mar 2002 19:17:39 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with esmtp (Exim 3.34 #1) id 16oFYg-0006yK-00 for freebsd-sparc@freebsd.org; Thu, 21 Mar 2002 19:17:38 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Thu, 21 Mar 2002 21:17:35 -0600 Subject: Call for packages From: Ade Lovett To: Message-ID: 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 All, Thanks to jake, tmm, et al, it appears that we now have a very solid basis of a sparc64 ports. [fx: wild cheers and enthusiasm] However, a DP1 release just wouldn't be RIGHT without at least a few port packages to go along with it. So.. To that end.. Please mail me (ade@) your list of top-20 must-have ports that you would like to see packages for alongside DP1. This ABSOLUTELY, DEFINITIVELY EXCLUDES X11 and anything that depends on it. Please. I have a single-cpu 270MHz U5. With 128MB of RAM. With a 6Gb IDE drive. With a CMD controller. :) Entries no later than 0000 CST (0600 GMT) Tuesday, 25th March, giving me about a week (I think), to collate the entries, and start building and patching. Thanks, -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 22 1: 8:33 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from malonne.lifl.fr (malonne.lifl.fr [134.206.10.29]) by hub.freebsd.org (Postfix) with ESMTP id DA65A37B417 for ; Fri, 22 Mar 2002 01:08:29 -0800 (PST) Received: from pandoer.lifl.fr (pandoer.lifl.fr [134.206.10.226]) by malonne.lifl.fr (8.9.3/jtpda-5.3.3) with ESMTP id KAA25894 ; Fri, 22 Mar 2002 10:08:23 +0100 (MET) Received: from (degrande@localhost) by pandoer.lifl.fr (8.9.1b+Sun/jtpda-5.3.3) id JAA27532 ; Fri, 22 Mar 2002 09:57:28 +0100 (MET) Date: Fri, 22 Mar 2002 09:57:28 +0100 From: Degrande_Samuel To: Poul-Henning Kamp Cc: Tomi.Vainio@sun.com, sparc@freebsd.org Subject: Re: Resetting LOM password ? Message-ID: <20020322095728.C27457@lifl.fr> References: <15514.11786.245793.398458@gargle.gargle.HOWL> <3036.1016737708@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <3036.1016737708@critter.freebsd.dk>; from "Poul-Henning Kamp" on 21 Mar 02 20:08:28 +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 According to Poul-Henning Kamp (Thu, 21 Mar 2002 20:08:28 +0100): > > Hi Tomi, > > Thanks a lot! I was sure there would be some kind of procedure. > > My only problem now is that I have no root login and no other > X1 to trade disk with :-( Hmmmm. There's something I don't understand... The only thing to do is to change the content of the lom.conf file, and then to reboot the X1, right ? Then, why not mount the disk on a Linux box ? Is there any problem to do so ? -- Samuel Degrande LIFL - UPRESA 8022 CNRS - Bat M3 Phone: (33)3.20.43.47.38 USTL - Universite de Lille 1 Fax: (33)3.20.43.65.66 59655 VILLENEUVE D'ASCQ CEDEX - FRANCE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 22 1:22:30 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 5D09C37B429 for ; Fri, 22 Mar 2002 01:22:11 -0800 (PST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g2M9Lvp1016466; Fri, 22 Mar 2002 10:21:57 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Degrande_Samuel Cc: Tomi.Vainio@sun.com, sparc@freebsd.org Subject: Re: Resetting LOM password ? In-Reply-To: Your message of "Fri, 22 Mar 2002 09:57:28 +0100." <20020322095728.C27457@lifl.fr> Date: Fri, 22 Mar 2002 10:21:57 +0100 Message-ID: <16465.1016788917@critter.freebsd.dk> From: Poul-Henning Kamp 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 message <20020322095728.C27457@lifl.fr>, Degrande_Samuel writes: >According to Poul-Henning Kamp (Thu, 21 Mar 2002 20:08:28 +0100): >> >> Hi Tomi, >> >> Thanks a lot! I was sure there would be some kind of procedure. >> >> My only problem now is that I have no root login and no other >> X1 to trade disk with :-( > >Hmmmm. There's something I don't understand... >The only thing to do is to change the content of the lom.conf file, >and then to reboot the X1, right ? >Then, why not mount the disk on a Linux box ? Is there any problem to do so ? Well, I don't have a Linux box, and the other sparc64 I have access to is SCSI only so I cannot mount the ATA disk in it. This is just a concerted conspiracy of incompatibility. But no worries, now that I know what the procedure is, I can work towards it :-) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 22 13:21:38 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 60C6037B41A for ; Fri, 22 Mar 2002 13:21:35 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.6) id g2MLLWa88390; Fri, 22 Mar 2002 16:21:32 -0500 (EST) (envelope-from wollman) Date: Fri, 22 Mar 2002 16:21:32 -0500 (EST) From: Garrett Wollman Message-Id: <200203222121.g2MLLWa88390@khavrinen.lcs.mit.edu> To: ade@supernews.net Subject: Re: Call for packages In-Reply-To: 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 , aDe writes: >Entries no later than 0000 CST (0600 GMT) Tuesday, 25th March, giving me >about a week (I think), to collate the entries, and start building and >patching. Please take some time to run the test suites of the various ports. This has helped me to find a number of bugs in the SPARC port, including a few general bugs that seem to only hit there. I've been building mostly shells, development tools, and suchlike. I have been able to package: autoconf-2.52_2.tgz gmake-3.79.1.tgz autoconf213-2.13.000227_1.tgz libtool-1.3.4_2.tgz automake-1.5,1.tgz m4-1.4_1.tgz bash-2.05a.tgz pdksh-5.2.14.tgz gettext-0.10.35_1.tgz zsh-4.0.4.tgz With a fixed expr(1), autoconf fails only one test, and I think it's a bug in the test. m4 passes all tests. gettext passes all tests. libtool fails a couple of tests, one of which reflects a bug in the test and one of which I've been unable to track down but is present on i386 as well. automake fails 3 of 303 tests. gmake fails a couple of tests that I haven't gotten around to examining. bash, pdksh, and zsh all run. What I'd *really*, *really* like to see is a working Emacs. -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 Fri Mar 22 13:44:40 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 0DF5037B404 for ; Fri, 22 Mar 2002 13:44:38 -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 g2MLicLf016122; Fri, 22 Mar 2002 13:44:38 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2MLhNoN016107; Fri, 22 Mar 2002 13:43:23 -0800 (PST) Date: Fri, 22 Mar 2002 13:43:23 -0800 From: "David O'Brien" Cc: ade@supernews.net, sparc@freebsd.org Subject: Re: Call for packages Message-ID: <20020322134323.A5999@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <200203222121.g2MLLWa88390@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: <200203222121.g2MLLWa88390@khavrinen.lcs.mit.edu>; from wollman@lcs.mit.edu on Fri, Mar 22, 2002 at 04:21:32PM -0500 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 Fri, Mar 22, 2002 at 04:21:32PM -0500, Garrett Wollman wrote: > What I'd *really*, *really* like to see is a working Emacs. I guess we should add Emacs (version 19?) to the list. If not emacs then maybe zile. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 22 15: 6:40 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 2477C37B417; Fri, 22 Mar 2002 15:06:35 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.6) id g2MN6Y389384; Fri, 22 Mar 2002 18:06:34 -0500 (EST) (envelope-from wollman) Date: Fri, 22 Mar 2002 18:06:34 -0500 (EST) From: Garrett Wollman Message-Id: <200203222306.g2MN6Y389384@khavrinen.lcs.mit.edu> To: obrien@freebsd.org Cc: sparc@freebsd.org Subject: Can sparc64 compiler be fixed not to bleat... 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 Many configure scripts fail because GCC emits a pointless diagnostic whenever -I/usr/local/include is specified on the command line. Viz.: configure:2826: checking for ANSI C header files configure:2839: /arch/sparc64/hosted/bin/gcc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out cpp0: warning: changing search order for system directory "/usr/local/include" cpp0: warning: as it has already been specified as a non-system directory configure: failed program was: #line 2831 "configure" #include "confdefs.h" #include #include #include #include This appears to be a bug in autoconf 2.13, which is fixed in 2.52, but there are still a large number of autoconf 2.13 scripts which we will need to be able to run for the forseeable future. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 22 15:31:23 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 95F1737B404; Fri, 22 Mar 2002 15:31:14 -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 g2MNVC9e065018; Fri, 22 Mar 2002 18:31:12 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20020321195254.N90182@locore.ca> References: <20020321195254.N90182@locore.ca> Date: Fri, 22 Mar 2002 18:31:11 -0500 To: Jake Burkholder , bmah@FreeBSD.ORG, freebsd-sparc@FreeBSD.ORG From: Garance A Drosihn Subject: Re: DP1 release candidate 1 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 7:52 PM -0500 3/21/02, Jake Burkholder wrote: >I've uploaded a new iso image and distribution tarball. >Once again you can get this stuff here: > http://people.freebsd.org/~jake/sparc64/ Well, I bought myself a cheap ultra-10 and used the ISO here to install onto it. Installing it wasn't too bad, and I seem to be up and running OK. One thing I wasn't sure of: can I enable softupdates on the partitions? In a different message, Bruce A. Mah wrote: >Hi folks-- > >I've activated the sparc64 install document in the release >documentation for 5.0-CURRENT. >The main reason I'm activating the document up now is to give the >translation teams time to work on it before 5.0-DP1. > >In the src tree: src/release/doc/en_US-ISO8859-1/installation/sparc64/ >Rendered versions: http://people.freebsd.org/~bmah/relnotes/ I followed http://people.freebsd.org/~bmah/relnotes/ while doing the install, and it was very helpful up to around section 1.5. At that point it gets rather low on details, although that was far enough along that I was able to fumble my way thru the rest of it. Should I send along a few lines describing the exact steps that I went thru? Anything I write would only cover the cdrom-install, not the network install (although I imagine it would also apply there). I was also thinking it might be nice if the initial "distrib" tar file included an initial etc/fstab.ad0 file. That way, people who are booting up off disk ad0 could just cp etc/fstab.ad0 etc/fstab and they'd have the first few partitions defined. Even if they did not go with a bland/standard partitioning scheme, this would provide an example to get the ball rolling. Also I found it useful to type in: stty rows 34 columns 80 before trying to edit things at the console. would it make sense to put that in the some login-file for /root, setting it if `tty` = /dev/ofwcons? I've only been on for a little while, so that's about all I have to suggest for helpful changes to the image. Where should I send suggestions for the installation notes? -- 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 Fri Mar 22 15:36:55 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from patan.sun.com (patan.Sun.COM [192.18.98.43]) by hub.freebsd.org (Postfix) with ESMTP id 6A3D337B400; Fri, 22 Mar 2002 15:36:47 -0800 (PST) Received: from sunfin.Finland.Sun.COM ([129.159.101.10]) by patan.sun.com (8.9.3+Sun/8.9.3) with ESMTP id QAA07030; Fri, 22 Mar 2002 16:36:43 -0700 (MST) Received: from ultrahot.Finland.Sun.COM (ultrahot [129.159.101.87]) by sunfin.Finland.Sun.COM (8.10.2+Sun/8.10.2/ENSMAIL,v2.2) with ESMTP id g2MNag002606; Sat, 23 Mar 2002 01:36:42 +0200 (EET) Received: (from tomppa@localhost) by ultrahot.Finland.Sun.COM (8.11.6+Sun/8.11.6) id g2MNafO17132; Sat, 23 Mar 2002 01:36:41 +0200 (EET) From: Tomi Vainio - Sun Finland - MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15515.49161.508361.782445@gargle.gargle.HOWL> Date: Sat, 23 Mar 2002 01:36:41 +0200 To: Jake Burkholder Cc: freebsd-sparc@FreeBSD.org, tmm@FreeBSD.org Subject: DP1 release candidate 1 In-Reply-To: <20020321195254.N90182@locore.ca> References: <20020321195254.N90182@locore.ca> X-Mailer: VM 7.00 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Reply-To: Tomi.Vainio@Sun.COM 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 Jake Burkholder writes: > > I've uploaded a new iso image and distribution tarball. I also put > up a tar of a source tree I checked out of perforce with cvsup. This > is already rather stale but it was requested by a few people. Best to > untar it and then export it over nfs and update it with cvsup on another > machine, or keep the source on another machine exported to your sparc. > Your version of nfsroot kernel gave me a panic. Tomppa Sun Enterprise 220R (UltraSPARC-II 360MHz), No Keyboard OpenBoot 3.31, 512 MB memory installed, Serial #12115752. Ethernet address 8:0:20:b8:df:28, Host ID: 80b8df28. Rebooting with command: boot net Boot device: /pci@1f,4000/network@1,1 File and args: Timeout waiting for ARP/RARP packet Timeout waiting for ARP/RARP packet Timeout waiting for ARP/RARP packet Timeout waiting for ARP/RARP packet 21000 Console: OpenFirmware console FreeBSD/sparc64 loader bootpath="/pci@1f,4000/network@1,1" loaddev=net0: boot: ethernet address: 08:00:20:b8:df:28 bootp: no reply net_open: client addr: 129.159.107.133 Timecounter "counter-timer" frequency 1000000 Hz DVMA map: 0xfe000000 to 0xffffffff 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: hostid 80b8df28 ebus0: addr 0x1000000000-0x10000fffff (no driver attached) hme0: mem 0x10100000-0x10107fff irq 33 at device 1.1 on pci0 hme0: Ethernet address: 08:00:20:b8:df:28 miibus0: on hme0 qsphy0: on miibus0 qsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto sym0: <875> port 0x1000-0x10ff mem 0x1010a000-0x1010afff,0x10108000-0x101080ff irq 32 at device 3.0 on pci0 sym0: No NVRAM, ID 7, Fast-20, SE, parity checking sym1: <875> port 0x1400-0x14ff mem 0x1010e000-0x1010efff,0x1010c000-0x1010c0ff irq 38 at device 3.1 on pci0 sym1: No NVRAM, ID 7, Fast-20, SE, parity checking pcib1: at device 5.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) hme1: mem 0x4000000-0x4007fff irq 29 at device 0.1 on pci1 hme1: Ethernet address: 08:00:20:b8:df:28 miibus1: on hme1 qsphy1: on miibus1 qsphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci1: at device 1.0 (no driver attached) hme2: mem 0x8000000-0x8007fff irq 29 at device 1.1 on pci1 hme2: Ethernet address: 08:00:20:b8:df:28 miibus2: on hme2 qsphy2: on miibus2 qsphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci1: at device 2.0 (no driver attached) hme3: mem 0xc000000-0xc007fff irq 29 at device 2.1 on pci1 hme3: Ethernet address: 08:00:20:b8:df:28 miibus3: on hme3 qsphy3: on miibus3 qsphy3: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci1: at device 3.0 (no driver attached) hme4: mem 0x10000000-0x10007fff irq 29 at device 3.1 on pci1 hme4: Ethernet address: 08:00:20:b8:df:28 miibus4: on hme4 qsphy4: on miibus4 qsphy4: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pcib2: on nexus0 pcib2: SUNW,psycho: impl 0, version 4: ign 7c0 bus range 128 to 129; PCI bus 128 pci2: on pcib2 pcib3: at device 1.0 on pci2 pci3: on pcib3 gem0: mem 0x200000-0x3fffff irq 0 at device 4.0 on pci3 gem0: phy probe failed: 6 gem0: could not be configured device_probe_and_attach: gem0 attach returned 6 pci3: at device 5.0 (no driver attached) Waiting 2 seconds for SCSI devices to settle bootpc_init: wired to interface 'hme0' Sending DHCP Discover packet from interface hme0 (08:00:20:b8:df:28) 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: Attempt to query device size failed: NOT READY, Medium not present da1 at sym0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled da1: 4094MB (8385121 512 byte sectors: 255H 63S/T 521C) 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: 4094MB (8385121 512 byte sectors: 255H 63S/T 521C) DHCP/BOOTP timeout for server 255.255.255.255 DHCP/BOOTP timeout for server 255.255.255.255 Received DHCP Offer packet on hme0 from 129.159.107.1 (accepted) (no root path) Sending DHCP Request packet from interface hme0 (08:00:20:b8:df:28) DHCP/BOOTP timeout for server 255.255.255.255 Received DHCP Ack packet on hme0 from 129.159.107.1 (accepted) (got root path) Received DHCP (unexpected) packet on hme0 from 129.159.108.1 (ignored) (got root path) hme0 at 129.159.107.133 server 129.159.107.1 boot file /boot/kernel/kernel subnet mask 255.255.255.0 router 129.159.107.3 rootfs 129.159.107.1:/u/tomppa/F hostname e220r.cslab.finland.sun.com Adjusted interface hme0 Mounting root from nfs: NFS ROOT: 129.159.107.1:/u/tomppa/F Interface hme0 IP-Address 129.159.107.133 Broadcast 129.159.107.255 panic: trap: fast data access mmu miss cpuid = 0; Debugger("panic") Stopped at Debugger+0x1c: ta %xcc, 1 db> tr panic() at panic+0xf4 trap() at trap+0x548 -- fast data access mmu miss tar=0x2000 %o7=0x8010c170 -- gbincore() at gbincore+0x38 nfs_bioread() at nfs_bioread+0x2e4 nfs_read() at nfs_read+0x28 vn_read() at vn_read+0x17c dofileread() at dofileread+0xc4 read() at read+0x3c syscall() at syscall+0x2dc -- syscall (3, FreeBSD ELF, read) %o7=0x10a454 -- userland() at 0x139248 user trace: trap %o7=0x10a454 pc 0x139248, sp 0x7fdffffe3e1 pc 0x10a5a4, sp 0x7fdffffe4b1 pc 0x10a3c8, sp 0x7fdffffe581 pc 0x110fc4, sp 0x7fdffffe641 pc 0x110cec, sp 0x7fdffffe701 pc 0x11088c, sp 0x7fdffffe7c1 pc 0x110760, sp 0x7fdffffe891 pc 0x110028, sp 0x7fdffffe961 pc 0x10ff94, sp 0x7fdffffea21 pc 0x10fe1c, sp 0x7fdffffeae1 pc 0x10fdac, sp 0x7fdffffeba1 pc 0x10ceb8, sp 0x7fdffffec61 pc 0x10d1b8, sp 0x7fdffffed41 pc 0x104b58, sp 0x7fdffffee01 pc 0x1038c4, sp 0x7fdffffefc1 pc 0x103700, sp 0x7fdfffff081 pc 0x10382c, sp 0x7fdfffff141 pc 0x10cf44, sp 0x7fdfffff201 pc 0x10ce14, sp 0x7fdfffff2e1 pc 0x1001fc, sp 0x7fdfffff401 pc 0, sp 0x7fdfffff4c1 done db> -- SUN Microsystems Oy PL 112, Lars Sonckin kaari 12, 02601 ESPOO, Finland Tomi Vainio (System Support Engineer) +358 9 52556300 hotline email: Tomi.Vainio@Sun.COM +358 9 52556252 fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 22 15:37:32 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 A0EB537B41F for ; Fri, 22 Mar 2002 15:37:16 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.6) id g2MNbEO89639; Fri, 22 Mar 2002 18:37:14 -0500 (EST) (envelope-from wollman) Date: Fri, 22 Mar 2002 18:37:14 -0500 (EST) From: Garrett Wollman Message-Id: <200203222337.g2MNbEO89639@khavrinen.lcs.mit.edu> To: drosih@rpi.edu Subject: Re: DP1 release candidate 1 X-Newsgroups: mit.lcs.mail.freebsd-sparc In-Reply-To: References: <20020321195254.N90182@locore.ca> 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 you write: >before trying to edit things at the console. would it make >sense to put that in the some login-file for /root, setting it >if `tty` = /dev/ofwcons? Nope. All consoles use the same device. My VT420 would not appreciate that. -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 Fri Mar 22 16: 2:56 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id 09C6637B41C; Fri, 22 Mar 2002 16:02:50 -0800 (PST) Received: from bmah.dyndns.org ([12.233.149.189]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020323000247.UKZA1147.rwcrmhc52.attbi.com@bmah.dyndns.org>; Sat, 23 Mar 2002 00:02:47 +0000 Received: (from bmah@localhost) by bmah.dyndns.org (8.11.6/8.11.6) id g2N02k072474; Fri, 22 Mar 2002 16:02:46 -0800 (PST) (envelope-from bmah) Message-Id: <200203230002.g2N02k072474@bmah.dyndns.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Garance A Drosihn Cc: Jake Burkholder , bmah@FreeBSD.ORG, freebsd-sparc@FreeBSD.ORG Subject: Re: DP1 release candidate 1 In-reply-to: References: <20020321195254.N90182@locore.ca> Comments: In-reply-to Garance A Drosihn message dated "Fri, 22 Mar 2002 18:31:11 -0500." From: bmah@FreeBSD.ORG (Bruce A. Mah) Reply-To: bmah@FreeBSD.ORG X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 22 Mar 2002 16:02:46 -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 If memory serves me right, Garance A Drosihn wrote: > I followed http://people.freebsd.org/~bmah/relnotes/ while doing > the install, and it was very helpful up to around section 1.5. > At that point it gets rather low on details, although that was > far enough along that I was able to fumble my way thru the rest > of it. Should I send along a few lines describing the exact > steps that I went thru? Anything I write would only cover the > cdrom-install, not the network install (although I imagine it > would also apply there). Sure...this would be great. I was trying to help this document along as best I could, given that I don't actually have access to a sparc64 machine. I'll be happy to do the DocBook-fu and other editing, if someone (e.g. you) gives content. Bruce. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 22 16:58: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 C0E1037B419 for ; Fri, 22 Mar 2002 16:58:32 -0800 (PST) Received: (qmail 6260 invoked by uid 0); 23 Mar 2002 00:58:30 -0000 Received: from p5086fb6c.dip.t-dialin.net (HELO forge.local) (80.134.251.108) by mail.gmx.net (mp011-rz3) with SMTP; 23 Mar 2002 00:58:30 -0000 Received: from tmm by forge.local with local (Exim 3.34 #1) id 16oZrh-0001ty-00; Sat, 23 Mar 2002 01:58:37 +0100 Date: Sat, 23 Mar 2002 01:58:37 +0100 From: Thomas Moestl To: Tomi Vainio - Sun Finland - Cc: Jake Burkholder , freebsd-sparc@FreeBSD.org Subject: Re: DP1 release candidate 1 Message-ID: <20020323005837.GA2141@crow.dom2ip.de> Mail-Followup-To: Tomi Vainio - Sun Finland - , Jake Burkholder , freebsd-sparc@FreeBSD.org References: <20020321195254.N90182@locore.ca> <15515.49161.508361.782445@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15515.49161.508361.782445@gargle.gargle.HOWL> 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 Sat, 2002/03/23 at 01:36:41 +0200, Tomi Vainio - Sun Finland - wrote: > Jake Burkholder writes: > > > > I've uploaded a new iso image and distribution tarball. I also put > > up a tar of a source tree I checked out of perforce with cvsup. This > > is already rather stale but it was requested by a few people. Best to > > untar it and then export it over nfs and update it with cvsup on another > > machine, or keep the source on another machine exported to your sparc. > > > Your version of nfsroot kernel gave me a panic. When did you download that kernel (it was just updated today)? Can you please try to reproduce this with the latest kernel from http://people.FreeBSD.org/~jake/sparc64/? Thanks, - 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 22 18:35:15 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 B946937B404; Fri, 22 Mar 2002 18:35:10 -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 g2N2Z89e119542; Fri, 22 Mar 2002 21:35:09 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <200203230002.g2N02k072474@bmah.dyndns.org> References: <20020321195254.N90182@locore.ca> <200203230002.g2N02k072474@bmah.dyndns.org> Date: Fri, 22 Mar 2002 21:35:07 -0500 To: bmah@FreeBSD.ORG From: Garance A Drosihn Subject: Re: DP1 release candidate 1 Cc: freebsd-sparc@FreeBSD.ORG 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 4:02 PM -0800 3/22/02, Bruce A. Mah wrote: >If memory serves me right, Garance A Drosihn wrote: > > > Should I send along a few lines describing the exact > > steps that I went thru? Anything I write would only cover > > the cdrom-install, not the network install (although I > > imagine it would also apply there). > >Sure...this would be great. The following may be a bit specific to my situation, so I will describe that. I have an ultra-10 which I was going to use just for freebsd (no solaris install, no dual-boot). Still, I think it helps to have at least one specific example, and tell people that they need to know the difference between that example and what they intend to do. Some early section, like "1.1 Preparation", might want to note that it is very convenient to have some other machine around which is running freebsd (i386 or alpha), just for reference purposes and for man pages. The sparc64 image doesn't seem to include man pages. Section 1.4 might want to suggest that the user make at least four partitions: a: for / (I went with ~150 meg, but ~100 would do fine) b: for swap (~300 meg, because it was twice 150 :-) e: for /var (~150 again) f: for /usr (> 2.5gig) Other than suggesting a size for /, the notes probably shouldn't say too much about sizes. People not used to current might think 40-50meg would be plenty for /, and I think that's too small... The disklabel step might be a place to mention the user should check stty settings. It's the first time someone would be in vi, and I was fairly confused about vi's behavior when I went to add some lines until it occurred to me that it wasn't using the whole screen. On the other hand, that might be too nit-picky of a detail. Once the user has a disk label, they need to newfs the partitions. My disk was 'ad0' (on an ultra-10), and I was using the entire disk for freebsd, so I did: newfs /dev/ad0a newfs /dev/ad0e newfs /dev/ad0f (I don't know if we want to mention 'newfs -U' for softupdates, either to suggest it or to recommend against it). With the newfs's done, you then want to get the files on it. While still running on the bootup from the cdrom, I went with: mount /dev/ad0a /mnt mkdir /mnt/usr /mnt/var mount /dev/ad0e /mnt/var mount /dev/ad0f /mnt/usr cd /mnt ls # just to make sure I was in the right spot tar xpf /root/distrib-20020320.tar cd /mnt/etc vi /etc/fstab # add the appropriate entries. # this is where it'd be nice to have a # sample fstab.ad0 on the image. shutdown -h now The shutdown will get you back to the prom prompt. The prom is going to remember that you booted up off the cdrom. There is a 'help' command in the prom to find out what options it has, but in my case I typed in the prom command: boot disk0:a This boots up the system, with a null password set for root. The first thing you should do is run passwd to set a password! Then you might want to add the appropriate network-config lines to your /etc/rc.conf file, add DNS information in /etc/resolv.conf, and reboot again. (this is another case where it's convenient to have another freebsd machine around, so you can see what *it* has in it's /etc/rc.conf and /etc/resolv.conf for network setup). At this point, you should have a freebsd/sparc64 system up and running on the network. I was able to ping other hosts, and was able to add: enable_sshd="YES" to /etc/rc.conf so I could ssh in from my other machines. -- 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 Fri Mar 22 18:51: 4 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from tolstoy.mpd.ca (tolstoy.mpd.ca [206.123.11.200]) by hub.freebsd.org (Postfix) with ESMTP id 0DB2237B400 for ; Fri, 22 Mar 2002 18:51:02 -0800 (PST) Received: (from wlloyd@localhost) by tolstoy.mpd.ca (8.9.3/8.9.3) id VAA11086 for freebsd-sparc@freebsd.org; Fri, 22 Mar 2002 21:50:54 -0500 (EST) Date: Fri, 22 Mar 2002 21:50:54 -0500 From: William Lloyd To: freebsd-sparc@freebsd.org Subject: Packages Message-ID: <20020322215054.A11060@tolstoy.mpd.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i 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 For people looking for something like emacs, the jove port compiles no problem for sparc. It's a lightweight emacs compatible editor that I have used for years. The latest distrib seems to be missing /usr/bin/nroff. It was there in the 0317 distrib. -bill -- William Lloyd mailto:wlloyd@mpd.ca | http://www.mpd.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 22 23:19:59 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 7DA7A37B433 for ; Fri, 22 Mar 2002 23:19:42 -0800 (PST) Received: (qmail 2433 invoked by uid 10); 23 Mar 2002 07:19:41 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.11.6/8.11.2) id g2N7IZS39968 for freebsd-sparc@FreeBSD.ORG; Sat, 23 Mar 2002 08:18:35 +0100 (CET) (envelope-from ue) Date: Sat, 23 Mar 2002 08:18:35 +0100 From: Udo Erdelhoff To: freebsd-sparc@FreeBSD.ORG Subject: Re: DP1 release candidate 1 Message-ID: <20020323071834.GB32918@nathan.ruhr.de> Mail-Followup-To: freebsd-sparc@FreeBSD.ORG References: <20020321195254.N90182@locore.ca> <200203230002.g2N02k072474@bmah.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203230002.g2N02k072474@bmah.dyndns.org> 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, Mar 22, 2002 at 04:02:46PM -0800, Bruce A. Mah wrote: > I was trying to help this document along as best I could, given that I > don't actually have access to a sparc64 machine. I'll be happy to do > the DocBook-fu and other editing, if someone (e.g. you) gives content. I noticed a small problem in the disklabel section: It tells you that the partition size must be a multiple of the number of sectors per cylinder. This statement is incomplete: With 1008 sectors per cylinder, entering a partition size of 1008 into the disklabel editor will not work. Fix below. I've also added a paragraph telling the user to run disklabel again and check the cylinder number display. This is a very easy method of checking your partition boundaries. /s/Udo RCS file: /home/ncvs/src/release/doc/en_US.ISO8859-1/installation/sparc64/install.sgml,v retrieving revision 1.8 diff -u -r1.8 install.sgml --- install.sgml 23 Mar 2002 00:24:32 -0000 1.8 +++ install.sgml 23 Mar 2002 06:58:36 -0000 @@ -459,9 +459,9 @@ information. To make sure the restriction mentioned above is met, the - size of each partition must be a multiple of the number of - sectors per cylinder as shown in the information that is - presented in the editor (1008 in the example above). + size of each partition must be a multiple of the product of the number of + sectors per cylinder and the number of bytes per sector as shown in the information that is + presented in the editor (516096 (1008*512) in the example above). When you are done, save your changes and quit the editor. This will cause the disk label to be written. @@ -471,6 +471,16 @@ this disk must have their respective partition entries in the old and new label match exactly, or they will be lost. + + If you want to double-check that your partions end on + cylinder boundaries, run disklabel -e + device again. The + editor will display the cylinders used by a particular + partition on the right hand side of the screen. If any of + these numbers show an * next to them, the + partition does NOT start or end on a + cylinder boundary. You MUST fix these + or your system will not work. /s/Udo -- Abandon the search for Truth; settle for a good fantasy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Mar 22 23:29:56 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from patan.sun.com (patan.Sun.COM [192.18.98.43]) by hub.freebsd.org (Postfix) with ESMTP id 0D81D37B419; Fri, 22 Mar 2002 23:29:39 -0800 (PST) Received: from sunfin.Finland.Sun.COM ([129.159.101.10]) by patan.sun.com (8.9.3+Sun/8.9.3) with ESMTP id AAA20258; Sat, 23 Mar 2002 00:29:36 -0700 (MST) Received: from ultrahot.Finland.Sun.COM (ultrahot [129.159.101.87]) by sunfin.Finland.Sun.COM (8.10.2+Sun/8.10.2/ENSMAIL,v2.2) with ESMTP id g2N7TY007020; Sat, 23 Mar 2002 09:29:34 +0200 (EET) Received: (from tomppa@localhost) by ultrahot.Finland.Sun.COM (8.11.6+Sun/8.11.6) id g2N7TXR17785; Sat, 23 Mar 2002 09:29:33 +0200 (EET) From: Tomi Vainio - Sun Finland - MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="gsdkw04NTa" Content-Transfer-Encoding: 7bit Message-ID: <15516.11997.485981.530641@gargle.gargle.HOWL> Date: Sat, 23 Mar 2002 09:29:33 +0200 To: Thomas Moestl Cc: Jake Burkholder , freebsd-sparc@FreeBSD.org Subject: Re: DP1 release candidate 1 In-Reply-To: <20020323005837.GA2141@crow.dom2ip.de> References: <20020321195254.N90182@locore.ca> <15515.49161.508361.782445@gargle.gargle.HOWL> <20020323005837.GA2141@crow.dom2ip.de> X-Mailer: VM 7.00 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Reply-To: Tomi.Vainio@Sun.COM 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 --gsdkw04NTa Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit Thomas Moestl writes: > > When did you download that kernel (it was just updated today)? Can you > please try to reproduce this with the latest kernel from > http://people.FreeBSD.org/~jake/sparc64/? > That bad one was dated 20Mar but this new one from 22Mar is working though it gave couple errors. net_open: server path: /u/tomppa/F > \ \: unknown command tag_destroy hme0: error signaled, status=0x20001 hme0: too may errors; not reporting any more --gsdkw04NTa Content-Type: application/octet-stream Content-Disposition: attachment; filename="e220r.txt" Content-Transfer-Encoding: base64 U3VuIEVudGVycHJpc2UgMjIwUiAoVWx0cmFTUEFSQy1JSSAzNjBNSHopLCBObyBLZXlib2Fy ZApPcGVuQm9vdCAzLjMxLCA1MTIgTUIgbWVtb3J5IGluc3RhbGxlZCwgU2VyaWFsICMxMjEx NTc1Mi4KRXRoZXJuZXQgYWRkcmVzcyA4OjA6MjA6Yjg6ZGY6MjgsIEhvc3QgSUQ6IDgwYjhk ZjI4LgoKCgpSZWJvb3Rpbmcgd2l0aCBjb21tYW5kOiBib290IG5ldCAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgCkJvb3QgZGV2aWNlOiAvcGNpQDFmLDQwMDAvbmV0 d29ya0AxLDEgIEZpbGUgYW5kIGFyZ3M6IApUaW1lb3V0IHdhaXRpbmcgZm9yIEFSUC9SQVJQ IHBhY2tldApUaW1lb3V0IHdhaXRpbmcgZm9yIEFSUC9SQVJQIHBhY2tldApUaW1lb3V0IHdh aXRpbmcgZm9yIEFSUC9SQVJQIHBhY2tldApUaW1lb3V0IHdhaXRpbmcgZm9yIEFSUC9SQVJQ IHBhY2tldAoyMTAwMCBDb25zb2xlOiBPcGVuRmlybXdhcmUgY29uc29sZQpGcmVlQlNEL3Nw YXJjNjQgbG9hZGVyCmJvb3RwYXRoPSIvcGNpQDFmLDQwMDAvbmV0d29ya0AxLDEiCmxvYWRk ZXY9bmV0MDoKYm9vdDogZXRoZXJuZXQgYWRkcmVzczogMDg6MDA6MjA6Yjg6ZGY6MjgKYm9v dHA6IG5vIHJlcGx5Cm5ldF9vcGVuOiBjbGllbnQgYWRkcjogMTI5LjE1OS4xMDcuMTMzCm5l dF9vcGVuOiBjbGllbnQgbmFtZTogZTIyMHIuY3NsYWIuZmlubGFuZC5zdW4uY29tCm5ldF9v cGVuOiBzZXJ2ZXIgYWRkcjogMTI5LjE1OS4xMDcuMQpuZXRfb3Blbjogc2VydmVyIHBhdGg6 IC91L3RvbXBwYS9GCj4gXApcOiB1bmtub3duIGNvbW1hbmQKCi9ib290L2tlcm5lbC9rZXJu ZWwgZGF0YT0weDI0YTYwOCsweGUwZTk4IHN5bXM9WzB4OCsweDQyMDAwKzB4OCsweDM0MjNm XQpIaXQgW0VudGVyXSB0byBib290IGltbWVkaWF0ZWx5LCBvciBhbnkgb3RoZXIga2V5IGZv ciBjb21tYW5kIHByb21wdC4KQm9vdGluZyBbL2Jvb3Qva2VybmVsL2tlcm5lbF0uLi4gICAg ICAgICAgICAgICAKbm90aGluZyB0byBhdXRvbG9hZCB5ZXQuCmp1bXBpbmcgdG8ga2VybmVs IGVudHJ5IGF0IDB4ODAwMzgwMDAuCnN0cmF5IHZlY3RvciBpbnRlcnJ1cHQgMjAyOQpDb3B5 cmlnaHQgKGMpIDE5OTItMjAwMiBUaGUgRnJlZUJTRCBQcm9qZWN0LgpDb3B5cmlnaHQgKGMp IDE5NzksIDE5ODAsIDE5ODMsIDE5ODYsIDE5ODgsIDE5ODksIDE5OTEsIDE5OTIsIDE5OTMs IDE5OTQKICAgICAgICBUaGUgUmVnZW50cyBvZiB0aGUgVW5pdmVyc2l0eSBvZiBDYWxpZm9y bmlhLiBBbGwgcmlnaHRzIHJlc2VydmVkLgpGcmVlQlNEIDUuMC1DVVJSRU5UICMxMTogRnJp IE1hciAyMiAxODo1NDoxMyBHTVQgMjAwMgogICAgamFrZUB1NjAubG9jb3JlLmNhOi91c3Iv cDQvc3BhcmM2NC9zeXMvc3BhcmM2NC9jb21waWxlL0dFTkVSSUMKUHJlbG9hZGVkIGVsZiBr ZXJuZWwgIi9ib290L2tlcm5lbC9rZXJuZWwiIGF0IDB4ODAzYTQwMDAuClRpbWVjb3VudGVy ICJ0aWNrIiAgZnJlcXVlbmN5IDM2MDAwNjU0NiBIegpjcHUwOiBTdW4gTWljcm9zeXN0ZW1z IFVsdHJhU3BhcmMtSUkgUHJvY2Vzc29yICgzNjAuMDEgTUhaIENQVSkKbmV4dXMwOiA8T3Bl bkZpcm13YXJlIE5leHVzIGRldmljZT4KcGNpYjA6IDxVMlAgVVBBLVBDSSBicmlkZ2U+IG9u IG5leHVzMApwY2liMDogU1VOVyxwc3ljaG86IGltcGwgMCwgdmVyc2lvbiA0OiBpZ24gN2Mw IGJ1cyByYW5nZSAwIHRvIDE7IFBDSSBidXMgMAppbml0aWFsaWFsaXppbmcgY291bnRlci10 aW1lcgpUaW1lY291bnRlciAiY291bnRlci10aW1lciIgIGZyZXF1ZW5jeSAxMDAwMDAwIEh6 CkRWTUEgbWFwOiAweGZlMDAwMDAwIHRvIDB4ZmZmZmZmZmYKcGNpYjA6IG9md19wY2lfaW5p dF9pbnRyOiBubyBpbnRlcnJ1cHQgbWFwcGluZyBmb3VuZCBmb3IgMC8xLzAgKHByZXNldCAx MjgpCnBjaWIwOiBvZndfcGNpX2luaXRfaW50cjogbWFwcGluZyBpbnRyIGZvciAwLzEvMSB0 byAzMyAocHJlc2V0IHdhcyAwKQpwY2liMDogb2Z3X3BjaV9pbml0X2ludHI6IG1hcHBpbmcg aW50ciBmb3IgMC8zLzAgdG8gMzIgKHByZXNldCB3YXMgMCkKcGNpYjA6IG9md19wY2lfaW5p dF9pbnRyOiBtYXBwaW5nIGludHIgZm9yIDAvMy8xIHRvIDM4IChwcmVzZXQgd2FzIDApCnBj aWIwOiBvZndfcGNpX2luaXRfaW50cjogZGVzY2VuZGluZyB0byBzdWJvcmRpbmF0ZSBQQ0kg YnVzCnBjaWIwOiBvZndfcGNpX2luaXRfaW50cjogbWFwcGluZyBpbnRyIGZvciAxLzAvMCB0 byAyOCAocHJlc2V0IHdhcyAwKQpwY2liMDogb2Z3X3BjaV9pbml0X2ludHI6IG1hcHBpbmcg aW50ciBmb3IgMS8wLzEgdG8gMjkgKHByZXNldCB3YXMgMCkKcGNpYjA6IG9md19wY2lfaW5p dF9pbnRyOiBtYXBwaW5nIGludHIgZm9yIDEvMS8wIHRvIDI4IChwcmVzZXQgd2FzIDApCnBj aWIwOiBvZndfcGNpX2luaXRfaW50cjogbWFwcGluZyBpbnRyIGZvciAxLzEvMSB0byAyOSAo cHJlc2V0IHdhcyAwKQpwY2liMDogb2Z3X3BjaV9pbml0X2ludHI6IG1hcHBpbmcgaW50ciBm b3IgMS8yLzAgdG8gMjggKHByZXNldCB3YXMgMCkKcGNpYjA6IG9md19wY2lfaW5pdF9pbnRy OiBtYXBwaW5nIGludHIgZm9yIDEvMi8xIHRvIDI5IChwcmVzZXQgd2FzIDApCnBjaWIwOiBv ZndfcGNpX2luaXRfaW50cjogbWFwcGluZyBpbnRyIGZvciAxLzMvMCB0byAyOCAocHJlc2V0 IHdhcyAwKQpwY2liMDogb2Z3X3BjaV9pbml0X2ludHI6IG1hcHBpbmcgaW50ciBmb3IgMS8z LzEgdG8gMjkgKHByZXNldCB3YXMgMCkKcGNpMDogPFBDSSBidXM+IG9uIHBjaWIwCmVidXMw OiByZXZpc2lvbiAweDAxCmVidXMwOiA8UENJLUVCdXMyIGJyaWRnZT4gbWVtIDB4NzEwMDAw MDAtMHg3MTdmZmZmZiwweDcwMDAwMDAwLTB4NzBmZmZmZmYgYXQgZGV2aWNlIDEuMCBvbiBw Y2kwCmVidXMwOiA8YXV4aW8+IGFkZHIgMHgxNDAwNzJmMDAwLTB4MTQwMDcyZjAwMywweDE0 MDA3MmMwMDAtMHgxNDAwNzJjMDAzLDB4MTQwMDcyYTAwMC0weDE0MDA3MmEwMDMsMHgxNDAw NzI4MDAwLTB4MTQwMDcyODAwMywweDE0MDA3MjYwMDAtMHgxNDAwNzI2MDAzIChubyBkcml2 ZXIgYXR0YWNoZWQpCmVidXMwOiA8cG93ZXI+IGFkZHIgMHgxNDAwNzI0MDAwLTB4MTQwMDcy NDAwMyAobm8gZHJpdmVyIGF0dGFjaGVkKQplYnVzMDogPFNVTlcscGxsPiBhZGRyIDB4MTQw MDUwNDAwMC0weDE0MDA1MDQwMDIgKG5vIGRyaXZlciBhdHRhY2hlZCkKZWJ1czA6IDxzYz4g YWRkciAweDE0MDA1MDAwMDAtMHgxNDAwNTAwMDA3IChubyBkcml2ZXIgYXR0YWNoZWQpCmVi dXMwOiA8c2U+IGFkZHIgMHgxNDAwNDAwMDAwLTB4MTQwMDQwMDA3ZiBpcnEgNDMgKG5vIGRy aXZlciBhdHRhY2hlZCkKZWJ1czA6IDxzdT4gYWRkciAweDE0MDAzMDgzZjgtMHgxNDAwMzA4 M2ZmIGlycSA0MSAobm8gZHJpdmVyIGF0dGFjaGVkKQplYnVzMDogPHN1PiBhZGRyIDB4MTQw MDMwNjJmOC0weDE0MDAzMDYyZmYgaXJxIDQyIChubyBkcml2ZXIgYXR0YWNoZWQpCmVidXMw OiA8ZWNwcD4gYWRkciAweDE0MDA3MDAwMDAtMHgxNDAwNzAwMDBmLDB4MTQwMDMwMDM5OC0w eDE0MDAzMDAzOTksMHgxNDAwMzA0M2JjLTB4MTQwMDMwNDNjYiBpcnEgMzQgKG5vIGRyaXZl ciBhdHRhY2hlZCkKZWJ1czA6IDxmZHRocmVlPiBhZGRyIDB4MTQwMDcyMDAwMC0weDE0MDA3 MjAwMDMsMHgxNDAwNzA2MDAwLTB4MTQwMDcwNjAwZiwweDE0MDAzMDIzZjAtMHgxNDAwMzAy M2Y3IGlycSAzOSAobm8gZHJpdmVyIGF0dGFjaGVkKQplZXByb20wOiA8RUJ1cyBFRVBST00v Y2xvY2s+IGFkZHIgMHgxNDAwMDAwMDAwLTB4MTQwMDAwMWZmZiBvbiBlYnVzMAplZXByb20w OiBtb2RlbCBtazQ4dDU5CmVlcHJvbTA6IGhvc3RpZCA4MGI4ZGYyOAplYnVzMDogPGZsYXNo cHJvbT4gYWRkciAweDEwMDAwMDAwMDAtMHgxMDAwMGZmZmZmIChubyBkcml2ZXIgYXR0YWNo ZWQpCmhtZTA6IDxTdW4gSE1FIDEwLzEwMCBFdGhlcm5ldD4gbWVtIDB4MTAxMDAwMDAtMHgx MDEwN2ZmZiBpcnEgMzMgYXQgZGV2aWNlIDEuMSBvbiBwY2kwCmhtZTA6IEV0aGVybmV0IGFk ZHJlc3M6IDA4OjAwOjIwOmI4OmRmOjI4Cm1paWJ1czA6IDxNSUkgYnVzPiBvbiBobWUwCnFz cGh5MDogPFFTNjYxMiAxMC8xMDAgbWVkaWEgaW50ZXJmYWNlPiBvbiBtaWlidXMwCnFzcGh5 MDogIDEwYmFzZVQsIDEwYmFzZVQtRkRYLCAxMDBiYXNlVFgsIDEwMGJhc2VUWC1GRFgsIGF1 dG8Kc3ltMDogPDg3NT4gcG9ydCAweDEwMDAtMHgxMGZmIG1lbSAweDEwMTBhMDAwLTB4MTAx MGFmZmYsMHgxMDEwODAwMC0weDEwMTA4MGZmIGlycSAzMiBhdCBkZXZpY2UgMy4wIG9uIHBj aTAKc3ltMDogTm8gTlZSQU0sIElEIDcsIEZhc3QtMjAsIFNFLCBwYXJpdHkgY2hlY2tpbmcK c3ltMTogPDg3NT4gcG9ydCAweDE0MDAtMHgxNGZmIG1lbSAweDEwMTBlMDAwLTB4MTAxMGVm ZmYsMHgxMDEwYzAwMC0weDEwMTBjMGZmIGlycSAzOCBhdCBkZXZpY2UgMy4xIG9uIHBjaTAK c3ltMTogTm8gTlZSQU0sIElEIDcsIEZhc3QtMjAsIFNFLCBwYXJpdHkgY2hlY2tpbmcKcGNp YjE6IDxQQ0ktUENJIGJyaWRnZT4gYXQgZGV2aWNlIDUuMCBvbiBwY2kwCnBjaTE6IDxQQ0kg YnVzPiBvbiBwY2liMQpwY2kxOiA8YnJpZGdlLCBQQ0ktdW5rbm93bj4gYXQgZGV2aWNlIDAu MCAobm8gZHJpdmVyIGF0dGFjaGVkKQpobWUxOiA8U3VuIEhNRSAxMC8xMDAgRXRoZXJuZXQ+ IG1lbSAweDQwMDAwMDAtMHg0MDA3ZmZmIGlycSAyOSBhdCBkZXZpY2UgMC4xIG9uIHBjaTEK aG1lMTogRXRoZXJuZXQgYWRkcmVzczogMDg6MDA6MjA6Yjg6ZGY6MjgKbWlpYnVzMTogPE1J SSBidXM+IG9uIGhtZTEKcXNwaHkxOiA8UVM2NjEyIDEwLzEwMCBtZWRpYSBpbnRlcmZhY2U+ IG9uIG1paWJ1czEKcXNwaHkxOiAgMTBiYXNlVCwgMTBiYXNlVC1GRFgsIDEwMGJhc2VUWCwg MTAwYmFzZVRYLUZEWCwgYXV0bwpwY2kxOiA8YnJpZGdlLCBQQ0ktdW5rbm93bj4gYXQgZGV2 aWNlIDEuMCAobm8gZHJpdmVyIGF0dGFjaGVkKQpobWUyOiA8U3VuIEhNRSAxMC8xMDAgRXRo ZXJuZXQ+IG1lbSAweDgwMDAwMDAtMHg4MDA3ZmZmIGlycSAyOSBhdCBkZXZpY2UgMS4xIG9u IHBjaTEKaG1lMjogRXRoZXJuZXQgYWRkcmVzczogMDg6MDA6MjA6Yjg6ZGY6MjgKbWlpYnVz MjogPE1JSSBidXM+IG9uIGhtZTIKcXNwaHkyOiA8UVM2NjEyIDEwLzEwMCBtZWRpYSBpbnRl cmZhY2U+IG9uIG1paWJ1czIKcXNwaHkyOiAgMTBiYXNlVCwgMTBiYXNlVC1GRFgsIDEwMGJh c2VUWCwgMTAwYmFzZVRYLUZEWCwgYXV0bwpwY2kxOiA8YnJpZGdlLCBQQ0ktdW5rbm93bj4g YXQgZGV2aWNlIDIuMCAobm8gZHJpdmVyIGF0dGFjaGVkKQpobWUzOiA8U3VuIEhNRSAxMC8x MDAgRXRoZXJuZXQ+IG1lbSAweGMwMDAwMDAtMHhjMDA3ZmZmIGlycSAyOSBhdCBkZXZpY2Ug Mi4xIG9uIHBjaTEKaG1lMzogRXRoZXJuZXQgYWRkcmVzczogMDg6MDA6MjA6Yjg6ZGY6MjgK bWlpYnVzMzogPE1JSSBidXM+IG9uIGhtZTMKcXNwaHkzOiA8UVM2NjEyIDEwLzEwMCBtZWRp YSBpbnRlcmZhY2U+IG9uIG1paWJ1czMKcXNwaHkzOiAgMTBiYXNlVCwgMTBiYXNlVC1GRFgs IDEwMGJhc2VUWCwgMTAwYmFzZVRYLUZEWCwgYXV0bwpwY2kxOiA8YnJpZGdlLCBQQ0ktdW5r bm93bj4gYXQgZGV2aWNlIDMuMCAobm8gZHJpdmVyIGF0dGFjaGVkKQpobWU0OiA8U3VuIEhN RSAxMC8xMDAgRXRoZXJuZXQ+IG1lbSAweDEwMDAwMDAwLTB4MTAwMDdmZmYgaXJxIDI5IGF0 IGRldmljZSAzLjEgb24gcGNpMQpobWU0OiBFdGhlcm5ldCBhZGRyZXNzOiAwODowMDoyMDpi ODpkZjoyOAptaWlidXM0OiA8TUlJIGJ1cz4gb24gaG1lNApxc3BoeTQ6IDxRUzY2MTIgMTAv MTAwIG1lZGlhIGludGVyZmFjZT4gb24gbWlpYnVzNApxc3BoeTQ6ICAxMGJhc2VULCAxMGJh c2VULUZEWCwgMTAwYmFzZVRYLCAxMDBiYXNlVFgtRkRYLCBhdXRvCnBjaWIyOiA8VTJQIFVQ QS1QQ0kgYnJpZGdlPiBvbiBuZXh1czAKcGNpYjI6IFNVTlcscHN5Y2hvOiBpbXBsIDAsIHZl cnNpb24gNDogaWduIDdjMCBidXMgcmFuZ2UgMTI4IHRvIDEyOTsgUENJIGJ1cyAxMjgKcGNp YjI6IG9md19wY2lfaW5pdF9pbnRyOiBkZXNjZW5kaW5nIHRvIHN1Ym9yZGluYXRlIFBDSSBi dXMKcGNpYjI6IG9md19wY2lfaW5pdF9pbnRyOiBtYXBwaW5nIGludHIgZm9yIDEyOS80LzAg dG8gMCAocHJlc2V0IHdhcyAyNTUpCnBjaWIyOiBvZndfcGNpX2luaXRfaW50cjogbWFwcGlu ZyBpbnRyIGZvciAxMjkvNS8wIHRvIDAgKHByZXNldCB3YXMgMCkKcGNpMjogPFBDSSBidXM+ IG9uIHBjaWIyCnBjaWIzOiA8UENJLVBDSSBicmlkZ2U+IGF0IGRldmljZSAxLjAgb24gcGNp MgpwY2kzOiA8UENJIGJ1cz4gb24gcGNpYjMKZ2VtMDogPFN1biBHRU0gR2lnYWJpdCBFdGhl cm5ldCBBZGFwdG9yPiBtZW0gMHgyMDAwMDAtMHgzZmZmZmYgaXJxIDAgYXQgZGV2aWNlIDQu MCBvbiBwY2kzCmdlbTA6IHBoeSBwcm9iZSBmYWlsZWQ6IDYKdGFnX2Rlc3Ryb3kKdGFnX2Rl c3Ryb3kKdGFnX2Rlc3Ryb3kKdGFnX2Rlc3Ryb3kKdGFnX2Rlc3Ryb3kKdGFnX2Rlc3Ryb3kK Z2VtMDogY291bGQgbm90IGJlIGNvbmZpZ3VyZWQKZGV2aWNlX3Byb2JlX2FuZF9hdHRhY2g6 IGdlbTAgYXR0YWNoIHJldHVybmVkIDYKcGNpMzogPG1hc3Mgc3RvcmFnZSwgU0NTST4gYXQg ZGV2aWNlIDUuMCAobm8gZHJpdmVyIGF0dGFjaGVkKQpXYWl0aW5nIDIgc2Vjb25kcyBmb3Ig U0NTSSBkZXZpY2VzIHRvIHNldHRsZQpib290cGNfaW5pdDogd2lyZWQgdG8gaW50ZXJmYWNl ICdobWUwJwpTZW5kaW5nIERIQ1AgRGlzY292ZXIgcGFja2V0IGZyb20gaW50ZXJmYWNlIGht ZTAgKDA4OjAwOjIwOmI4OmRmOjI4KQpjZDAgYXQgc3ltMCBidXMgMCB0YXJnZXQgNiBsdW4g MApjZDA6IDxUT1NISUJBIFhNNjIwMVRBU1VOMzJYQ0QgMTEwMz4gUmVtb3ZhYmxlIENELVJP TSBTQ1NJLTIgZGV2aWNlIApjZDA6IDEwLjAwME1CL3MgdHJhbnNmZXJzICgxMC4wMDBNSHos IG9mZnNldCAxNikKY2QwOiBBdHRlbXB0IHRvIHF1ZXJ5IGRldmljZSBzaXplIGZhaWxlZDog Tk9UIFJFQURZLCBNZWRpdW0gbm90IHByZXNlbnQKZGExIGF0IHN5bTAgYnVzIDAgdGFyZ2V0 IDEgbHVuIDAKZGExOiA8U0VBR0FURSBTVDM0MzcxVyBTVU40LjJHIDMxNjI+IEZpeGVkIERp cmVjdCBBY2Nlc3MgU0NTSS0yIGRldmljZSAKZGExOiA0MC4wMDBNQi9zIHRyYW5zZmVycyAo MjAuMDAwTUh6LCBvZmZzZXQgMTUsIDE2Yml0KSwgVGFnZ2VkIFF1ZXVlaW5nIEVuYWJsZWQK ZGExOiA0MDk0TUIgKDgzODUxMjEgNTEyIGJ5dGUgc2VjdG9yczogMjU1SCA2M1MvVCA1MjFD KQpkYTAgYXQgc3ltMCBidXMgMCB0YXJnZXQgMCBsdW4gMApkYTA6IDxTRUFHQVRFIFNUMzQz NzFXIFNVTjQuMkcgMzE2Mj4gRml4ZWQgRGlyZWN0IEFjY2VzcyBTQ1NJLTIgZGV2aWNlIApk YTA6IDQwLjAwME1CL3MgdHJhbnNmZXJzICgyMC4wMDBNSHosIG9mZnNldCAxNSwgMTZiaXQp LCBUYWdnZWQgUXVldWVpbmcgRW5hYmxlZApkYTA6IDQwOTRNQiAoODM4NTEyMSA1MTIgYnl0 ZSBzZWN0b3JzOiAyNTVIIDYzUy9UIDUyMUMpCkRIQ1AvQk9PVFAgdGltZW91dCBmb3Igc2Vy dmVyIDI1NS4yNTUuMjU1LjI1NQpESENQL0JPT1RQIHRpbWVvdXQgZm9yIHNlcnZlciAyNTUu MjU1LjI1NS4yNTUKUmVjZWl2ZWQgREhDUCBPZmZlciBwYWNrZXQgb24gaG1lMCBmcm9tIDEy OS4xNTkuMTA3LjEgKGFjY2VwdGVkKSAobm8gcm9vdCBwYXRoKQpTZW5kaW5nIERIQ1AgUmVx dWVzdCBwYWNrZXQgZnJvbSBpbnRlcmZhY2UgaG1lMCAoMDg6MDA6MjA6Yjg6ZGY6MjgpCkRI Q1AvQk9PVFAgdGltZW91dCBmb3Igc2VydmVyIDI1NS4yNTUuMjU1LjI1NQpSZWNlaXZlZCBE SENQIEFjayBwYWNrZXQgb24gaG1lMCBmcm9tIDEyOS4xNTkuMTA3LjEgKGFjY2VwdGVkKSAo Z290IHJvb3QgcGF0aCkKUmVjZWl2ZWQgREhDUCAodW5leHBlY3RlZCkgcGFja2V0IG9uIGht ZTAgZnJvbSAxMjkuMTU5LjEwOC4xIChpZ25vcmVkKSAoZ290IHJvb3QgcGF0aCkKaG1lMCBh dCAxMjkuMTU5LjEwNy4xMzMgc2VydmVyIDEyOS4xNTkuMTA3LjEgYm9vdCBmaWxlIC9ib290 L2tlcm5lbC9rZXJuZWwKc3VibmV0IG1hc2sgMjU1LjI1NS4yNTUuMCByb3V0ZXIgMTI5LjE1 OS4xMDcuMyByb290ZnMgMTI5LjE1OS4xMDcuMTovdS90b21wcGEvRiBob3N0bmFtZSBlMjIw ci5jc2xhYi5maW5sYW5kLnN1bi5jb20gCkFkanVzdGVkIGludGVyZmFjZSBobWUwCk1vdW50 aW5nIHJvb3QgZnJvbSBuZnM6Ck5GUyBST09UOiAxMjkuMTU5LjEwNy4xOi91L3RvbXBwYS9G CmhtZTA6IGVycm9yIHNpZ25hbGVkLCBzdGF0dXM9MHgyMDAwMQpobWUwOiBlcnJvciBzaWdu YWxlZCwgc3RhdHVzPTB4MjAwMDEKaG1lMDogZXJyb3Igc2lnbmFsZWQsIHN0YXR1cz0weDIw MDAxCmhtZTA6IGVycm9yIHNpZ25hbGVkLCBzdGF0dXM9MHgyMDAwMQpobWUwOiBlcnJvciBz aWduYWxlZCwgc3RhdHVzPTB4MzAwMDEKaG1lMDogdG9vIG1heSBlcnJvcnM7IG5vdCByZXBv cnRpbmcgYW55IG1vcmUKSW50ZXJmYWNlIGhtZTAgSVAtQWRkcmVzcyAxMjkuMTU5LjEwNy4x MzMgQnJvYWRjYXN0IDEyOS4xNTkuMTA3LjI1NQpFbnRyb3B5IGhhcnZlc3Rpbmc6IGludGVy cnVwdHMgZXRoZXJuZXQgcG9pbnRfdG9fcG9pbnQuCkF1dG9tYXRpYyBib290IGluIHByb2dy ZXNzLi4uCisrKyBtb3VudF9tZCBvZiAvdmFyCm1kMTogTWFsbG9jIGRpc2sKV2FybmluZzog QmxvY2sgc2l6ZSByZXN0cmljdHMgY3lsaW5kZXJzIHBlciBncm91cCB0byAxMDQuCi9kZXYv bWQxYzogICAgICA2NTUzNiBzZWN0b3JzIGluIDE2IGN5bGluZGVycyBvZiAxIHRyYWNrcywg NDA5NiBzZWN0b3JzCiAgICAgICAgMzIuME1CIGluIDEgY3lsIGdyb3VwcyAoMTA0IGMvZywg MjA4LjAwTUIvZywgNDA5NiBpL2cpCnN1cGVyLWJsb2NrIGJhY2t1cHMgKGZvciBmc2NrIC1i ICMpIGF0OgogMzIKKysrIHBvcHVsYXRlIC92YXIgdXNpbmcgL2V0Yy9tdHJlZS9CU0QudmFy LmRpc3QKLi9hY2NvdW50IG1pc3NpbmcgKGNyZWF0ZWQpCi4vYXQgbWlzc2luZyAoY3JlYXRl ZCkKLi9hdC9qb2JzIG1pc3NpbmcgKGNyZWF0ZWQpCi4vYXQvc3Bvb2wgbWlzc2luZyAoY3Jl YXRlZCkKLi9iYWNrdXBzIG1pc3NpbmcgKGNyZWF0ZWQpCi4vY3Jhc2ggbWlzc2luZyAoY3Jl YXRlZCkKLi9jcm9uIG1pc3NpbmcgKGNyZWF0ZWQpCi4vY3Jvbi90YWJzIG1pc3NpbmcgKGNy ZWF0ZWQpCi4vZGIgbWlzc2luZyAoY3JlYXRlZCkKLi9kYi9lbnRyb3B5IG1pc3NpbmcgKGNy ZWF0ZWQpCi4vZGIvaXBmIG1pc3NpbmcgKGNyZWF0ZWQpCi4vZGIvcGtnIG1pc3NpbmcgKGNy ZWF0ZWQpCi4vZ2FtZXMgbWlzc2luZyAoY3JlYXRlZCkKLi9nYW1lcy9oYWNrZGlyIG1pc3Np bmcgKGNyZWF0ZWQpCi4vZ2FtZXMvaGFja2Rpci9zYXZlIG1pc3NpbmcgKGNyZWF0ZWQpCi4v Z2FtZXMvbGFybiBtaXNzaW5nIChjcmVhdGVkKQouL2dhbWVzL3BoYW50YXNpYSBtaXNzaW5n IChjcmVhdGVkKQouL2hlaW1kYWwgbWlzc2luZyAoY3JlYXRlZCkKLi9sb2cgbWlzc2luZyAo Y3JlYXRlZCkKLi9tYWlsIG1pc3NpbmcgKGNyZWF0ZWQpCi4vbXNncyBtaXNzaW5nIChjcmVh dGVkKQouL3ByZXNlcnZlIG1pc3NpbmcgKGNyZWF0ZWQpCi4vcnVuIG1pc3NpbmcgKGNyZWF0 ZWQpCi4vcnVuL25hbWVkIG1pc3NpbmcgKGNyZWF0ZWQpCi4vcnVuL3BwcCBtaXNzaW5nIChj cmVhdGVkKQouL3J3aG8gbWlzc2luZyAoY3JlYXRlZCkKLi9zcG9vbCBtaXNzaW5nIChjcmVh dGVkKQouL3Nwb29sL2NsaWVudG1xdWV1ZSBtaXNzaW5nIChjcmVhdGVkKQouL3Nwb29sL2xv Y2sgbWlzc2luZyAoY3JlYXRlZCkKLi9zcG9vbC9scGQgbWlzc2luZyAoY3JlYXRlZCkKLi9z cG9vbC9tcXVldWUgbWlzc2luZyAoY3JlYXRlZCkKLi9zcG9vbC9vcGllbG9ja3MgbWlzc2lu ZyAoY3JlYXRlZCkKLi9zcG9vbC9vdXRwdXQgbWlzc2luZyAoY3JlYXRlZCkKLi9zcG9vbC9v dXRwdXQvbHBkIG1pc3NpbmcgKGNyZWF0ZWQpCi4vdG1wIG1pc3NpbmcgKGNyZWF0ZWQpCi4v dG1wL3ZpLnJlY292ZXIgbWlzc2luZyAoY3JlYXRlZCkKLi95cCBtaXNzaW5nIChjcmVhdGVk KQorKysgY3JlYXRlIGxvZyBmaWxlcyBiYXNlZCBvbiB0aGUgY29udGVudHMgb2YgL2V0Yy9u ZXdzeXNsb2cuY29uZgorKysgY3JlYXRlIGxhc3Rsb2cKbWQyOiBNYWxsb2MgZGlzawpXYXJu aW5nOiBCbG9jayBzaXplIHJlc3RyaWN0cyBjeWxpbmRlcnMgcGVyIGdyb3VwIHRvIDEwMS4K L2Rldi9tZDJjOiAgICAgIDEzMTA3MiBzZWN0b3JzIGluIDMyIGN5bGluZGVycyBvZiAxIHRy YWNrcywgNDA5NiBzZWN0b3JzCiAgICAgICAgNjQuME1CIGluIDEgY3lsIGdyb3VwcyAoMTAx IGMvZywgMjAyLjAwTUIvZywgODE5MiBpL2cpCnN1cGVyLWJsb2NrIGJhY2t1cHMgKGZvciBm c2NrIC1iICMpIGF0OgogMzIKRG9pbmcgaW5pdGlhbCBuZXR3b3JrIHNldHVwOiBob3N0LmNv bmYvZXRjL3JjOiBjYW5ub3QgY3JlYXRlIC9ldGMvaG9zdC5jb25mOiByZWFkLW9ubHkgZmls ZSBzeXN0ZW0KLgpsbzA6IGZsYWdzPTgwNDk8VVAsTE9PUEJBQ0ssUlVOTklORyxNVUxUSUNB U1Q+IG10dSAxNjM4NAogICAgICAgIGluZXQ2IDo6MSBwcmVmaXhsZW4gMTI4IAogICAgICAg IGluZXQ2IGZlODA6OjElbG8wIHByZWZpeGxlbiA2NCBzY29wZWlkIDB4NiAKICAgICAgICBp bmV0IDEyNy4wLjAuMSBuZXRtYXNrIDB4ZmYwMDAwMDAgCkFkZGl0aW9uYWwgcm91dGluZyBv cHRpb25zOi4KUm91dGluZyBkYWVtb25zOi4KQWRkaXRpb25hbCBkYWVtb25zOi4KRG9pbmcg YWRkaXRpb25hbCBuZXR3b3JrIHNldHVwOiBudHBkYXRlLgpTdGFydGluZyBmaW5hbCBuZXR3 b3JrIGRhZW1vbnM6LgpFTEYgbGRjb25maWcgcGF0aDogL3Vzci9saWIgL3Vzci9saWIvY29t cGF0ClN0YXJ0aW5nIHN0YW5kYXJkIGRhZW1vbnM6IHNlbmRtYWlsLWNsaWVudG1xdWV1ZS4K Y3A6IC9ldGMvbW90ZDogUmVhZC1vbmx5IGZpbGUgc3lzdGVtCkluaXRpYWwgcmMuc3BhcmM2 NCBpbml0aWFsaXphdGlvbjouCkNvbmZpZ3VyaW5nIHN5c2NvbnM6IGJsYW5rdGltZS9ldGMv cmMuc3lzY29uczogY2Fubm90IG9wZW4gL2Rldi90dHl2MDogbm8gc3VjaCBmaWxlCi4KQWRk aXRpb25hbCBBQkkgc3VwcG9ydDouCkxvY2FsIHBhY2thZ2UgaW5pdGlhbGl6YXRpb246LgpB ZGRpdGlvbmFsIFRDUCBvcHRpb25zOi4KU3RhcnRpbmcgYmFja2dyb3VuZCBmaWxlc3lzdGVt IGNoZWNrcwoKU2F0IE1hciAyMyAwNzoyMTo0MSBHTVQgMjAwMgoKRnJlZUJTRC9zcGFyYzY0 IChlMjIwci5jc2xhYi5maW5sYW5kLnN1bi5jb20pIChvZndjb25zKQoKbG9naW46IAo= --gsdkw04NTa Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit Tomppa --gsdkw04NTa-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sat Mar 23 10:15:16 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 7E8B437B438 for ; Sat, 23 Mar 2002 10:15:03 -0800 (PST) Received: from strings.polstra.com (strings.polstra.com [206.213.73.20]) by wall.polstra.com (8.11.3/8.11.3) with ESMTP id g2NIF3o36525 for ; Sat, 23 Mar 2002 10:15:03 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.5.1 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sat, 23 Mar 2002 10:15:02 -0800 (PST) Organization: Polstra & Co., Inc. From: John Polstra To: freebsd-sparc@freebsd.org Subject: Questions regarding CVSup port to FreeBSD/sparc64 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 made a preliminary port of Modula-3 to FreeBSD/sparc64 so we can get CVSup running on that platform. I've run into a few problems and have some questions. First, how close are we to having a working gdb on that platform? I am able to cross-compile a bootstrap compiler, producing a bunch of assembly language files. Those assemble and link fine on the sparc64. But the resulting program gets a segmentation violation immediately when I run it. Without a debugger it's practically impossible to determine what's going wrong. 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? NOTE, the only thing that matters is the code generation. The compiler doesn't use the C front end, so it doesn't care about header file search paths, C-specific things, or much of anything else. Only the translation from trees to machine instructions matters. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sat Mar 23 12:22:13 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from newtrinity.default-network.net (newtrinity.default-network.net [62.159.128.162]) by hub.freebsd.org (Postfix) with ESMTP id 75FF837B417 for ; Sat, 23 Mar 2002 12:22:06 -0800 (PST) Received: from newtrinity.default-network.net (corex@localhost [127.0.0.1]) by newtrinity.default-network.net (8.12.2/8.12.2/DEFAULT-NETWORK.NET) with ESMTP id g2NKKqql014171; Sat, 23 Mar 2002 21:20:56 +0100 (CET) (envelope-from corex@newtrinity.default-network.net) Received: (from corex@localhost) by newtrinity.default-network.net (8.12.2/8.12.2/Submit) id g2NKKetF014170; Sat, 23 Mar 2002 21:20:40 +0100 (CET) (envelope-from corex) Date: Sat, 23 Mar 2002 21:20:40 +0100 From: marius@alchemy.franken.de To: Jake Burkholder Cc: freebsd-sparc@freebsd.org Subject: DTK AXi Message-ID: <20020323212040.Y12572@newtrinity.default-network.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="eAbsdosE1cNLO4uF" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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 --eAbsdosE1cNLO4uF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Attached is a log when booting the sparc64-20020321.iso on a Ultra AXi board from DTK. Those boards are very similiar to the SUN AXi boards and have nearly the same layout but are missing the onboard sound. One thing is strange, it only boots with that particular cdrom drive and when the sector size is jumpered to 2048 bytes, with 512 bytes I get the following: Mounting root from cd9660:cd0a cd0 at sym0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 3.300MB/s transfers cd0: cd present [315218 x 2048 byte records] cd0c: raw partition size != slice size cd0c: start 0, end 315217, size 315218 cd0cc: start 0, end 4294967295, size 0 cd0c: rejecting partition in BSD label: it isn't entirely within the slice cd0c: start 0, end 315217, size 315218 cd0ca: start 0, end 1256319, size 1256320 cd0c: rejecting partition in BSD label: it isn't entirely within the slice cd0cf: start 1256320, end 1260799, size 4480 Root mount failed: 22 With a scsi cdrom drive from NEC I always get this regardless of the set sector size. Thanks a lot for the great work! Marius --eAbsdosE1cNLO4uF Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="dtk_boot.log" SPARCengine(tm)Ultra(tm) AXi (UltraSPARC-IIi 302MHz), Sun Keyboard OpenBoot 3.10.8 SME, 128 MB memory installed, Serial #24191. Ethernet address 0:40:61:0:5e:7f, Host ID: 80005e7f. Initializing Memory - Drive not ready Boot device: net File and args: 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: > 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]... nothing to autoload yet. jumping to kernel entry at 0x80030000. 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 301549109 Hz cpu0: Sun Microsystems UltraSparc-IIi Processor (301.55 MHZ CPU) nexus0: pcib0: on nexus0 pcib0: SUNW,sabre: impl 0, version 0: ign 7c0 bus range 0 to 128; PCI bus 0 DVMA map: c0000000 to dfffffff pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 sym0: <875> port 0x400-0x4ff mem 0x4000-0x4fff,0x2000-0x20ff irq 32 at device 1.0 on pci1 sym0: No NVRAM, ID 7, Fast-20, SE, parity checking sym1: <875> port 0x800-0x8ff mem 0x8000-0x8fff,0x6000-0x60ff irq 32 at device 1.1 on pci1 sym1: No NVRAM, ID 7, Fast-20, SE, parity checking pci1: at device 2.0 (no driver attached) 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 80005e7f 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:5e:7f miibus0: on hme0 nsphy0: on miibus0 nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci2: at device 3.0 (no driver attached) Waiting 2 seconds for SCSI devices to settle (probe6:sym0:0:6:0): phase change 6-7 6@c0190598 resid=4. Mounting root from cd9660:cd0a cd0 at sym0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 3.300MB/s transfers cd0: cd present [1260872 x 512 byte records] cd0c: raw partition size != slice size cd0c: start 0, end 1260871, size 1260872 cd0cc: start 0, end 4294967295, size 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! Entropy harvesting: interrupts ethernet point_to_point. Automatic boot in progress... --eAbsdosE1cNLO4uF-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sat Mar 23 13:12:46 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 B626F37B419 for ; Sat, 23 Mar 2002 13:12:44 -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 g2NLChYm017002; Sat, 23 Mar 2002 13:12:43 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2NLBSKo016988; Sat, 23 Mar 2002 13:11:28 -0800 (PST) Date: Sat, 23 Mar 2002 13:11:28 -0800 From: "David O'Brien" To: John Polstra Cc: freebsd-sparc@freebsd.org Subject: Re: Questions regarding CVSup port to FreeBSD/sparc64 Message-ID: <20020323131128.A16936@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 jdp@polstra.com on Sat, Mar 23, 2002 at 10:15:02AM -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 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? -- -- 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 Sat Mar 23 13:13:27 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 B717237B419 for ; Sat, 23 Mar 2002 13:13:25 -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 g2NLDOYm017013; Sat, 23 Mar 2002 13:13:24 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2NLC9Zb016996; Sat, 23 Mar 2002 13:12:09 -0800 (PST) Date: Sat, 23 Mar 2002 13:12:09 -0800 From: "David O'Brien" To: John Polstra Cc: freebsd-sparc@freebsd.org Subject: Re: Questions regarding CVSup port to FreeBSD/sparc64 Message-ID: <20020323131209.B16936@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 jdp@polstra.com on Sat, Mar 23, 2002 at 10:15:02AM -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 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. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sat Mar 23 15:18:17 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 8308C37B419 for ; Sat, 23 Mar 2002 15:18:13 -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 g2NNIBod073098; Sat, 23 Mar 2002 18:18:11 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <200203222121.g2MLLWa88390@khavrinen.lcs.mit.edu> References: <200203222121.g2MLLWa88390@khavrinen.lcs.mit.edu> Date: Sat, 23 Mar 2002 18:18:10 -0500 To: Garrett Wollman , ade@supernews.net From: Garance A Drosihn Subject: Re: Call for packages Cc: sparc@FreeBSD.ORG 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 4:21 PM -0500 3/22/02, Garrett Wollman wrote: >In article , aDe writes: > > > Entries no later than 0000 CST (0600 GMT) Tuesday, > > 25th March, giving me about a week (I think), to collate > > the entries, and start building and patching. > >Please take some time to run the test suites of the various >ports. lang/ruby built, and the 'make test' for it worked. If X11 isn't going to be ready for this snapshot, should /etc/make.conf include: WITHOUT_X11=YES ? -- 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 Sat Mar 23 17:26:16 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 2B8AC37B400 for ; Sat, 23 Mar 2002 17:26:13 -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 g2O1Pwo38217 for ; Sat, 23 Mar 2002 17:25:58 -0800 (PST) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.6/8.11.0) id g2O1PvD00573; Sat, 23 Mar 2002 17:25:57 -0800 (PST) (envelope-from jdp) Date: Sat, 23 Mar 2002 17:25:57 -0800 (PST) Message-Id: <200203240125.g2O1PvD00573@vashon.polstra.com> To: sparc@freebsd.org From: John Polstra Subject: Re: Questions regarding CVSup port to FreeBSD/sparc64 In-Reply-To: <20020323131128.A16936@dragon.nuxi.com> References: <20020323131128.A16936@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 <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. 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 Sat Mar 23 17:28:45 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 9383337B400 for ; Sat, 23 Mar 2002 17:28:43 -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 g2O1Sgo38230 for ; Sat, 23 Mar 2002 17:28:43 -0800 (PST) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.6/8.11.0) id g2O1SgH00582; Sat, 23 Mar 2002 17:28:42 -0800 (PST) (envelope-from jdp) Date: Sat, 23 Mar 2002 17:28:42 -0800 (PST) Message-Id: <200203240128.g2O1SgH00582@vashon.polstra.com> To: sparc@freebsd.org From: John Polstra Subject: Re: Questions regarding CVSup port to FreeBSD/sparc64 In-Reply-To: <20020323131209.B16936@dragon.nuxi.com> References: <20020323131209.B16936@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 <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. If you need a tester, I'd be happy to try it out. 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 Sat Mar 23 20:16: 5 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 3C9FC37B419 for ; Sat, 23 Mar 2002 20:16:03 -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 g2O4G2Ym027628; Sat, 23 Mar 2002 20:16:02 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2O4Ekei027565; Sat, 23 Mar 2002 20:14:46 -0800 (PST) Date: Sat, 23 Mar 2002 20:14:45 -0800 From: "David O'Brien" To: John Polstra Cc: sparc@freebsd.org Subject: Re: Questions regarding CVSup port to FreeBSD/sparc64 Message-ID: <20020323201445.A26952@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20020323131128.A16936@dragon.nuxi.com> <200203240125.g2O1PvD00573@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: <200203240125.g2O1PvD00573@vashon.polstra.com>; from jdp@polstra.com on Sat, Mar 23, 2002 at 05:25:57PM -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:25:57PM -0800, John Polstra wrote: > Have you got the ezm3 distfile lying around somewhere? The backend > I'm using is in "language/modula3/m3compiler/m3cc/gcc". ... > 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. 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? 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. > ../gcc/configure --host=i486-unknown-freebsdelf --target=sparc64-sun-elf I assume you know the "sun" in your configure string is a NOOP. Since we aren't Sun, I personally would use something else for the port. sparc64-*-elf32 is your only hope. And I would not put $$ on it working. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message