From owner-freebsd-sparc Sun Dec 8 4:25: 0 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C1A537B401; Sun, 8 Dec 2002 04:24:58 -0800 (PST) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 521DD43E4A; Sun, 8 Dec 2002 04:24:57 -0800 (PST) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id D1C3E5374; Sun, 8 Dec 2002 13:24:50 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: sparc@freebsd.org Cc: peter@freebsd.org Subject: Re: libc_r References: From: Dag-Erling Smorgrav Date: Sun, 08 Dec 2002 13:24:49 +0100 In-Reply-To: (Dag-Erling Smorgrav's message of "Sat, 07 Dec 2002 15:52:01 +0100") Message-ID: Lines: 14 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386--freebsd) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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 --=-=-= Dag-Erling Smorgrav writes: > I haven't started on pthread_private.h yet, and I'm not sure I can > handle it on my own, but I hope this will inspire someone to tackle > it. Right, here's my attempt at making pthread_private.h work on sparc64. It builds, but I haven't tested it yet. DES -- Dag-Erling Smorgrav - des@ofug.org --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=pthread.diff Index: uthread/pthread_private.h =================================================================== RCS file: /home/ncvs/src/lib/libc_r/uthread/pthread_private.h,v retrieving revision 1.76 diff -u -r1.76 pthread_private.h --- uthread/pthread_private.h 13 Nov 2002 18:13:26 -0000 1.76 +++ uthread/pthread_private.h 8 Dec 2002 12:21:34 -0000 @@ -67,6 +67,7 @@ * address in a jmp_buf context. * * XXX - These need to be moved into architecture dependent support files. + * XXX - These need to be documented so porters know what's required. */ #if defined(__i386__) #define GET_STACK_JB(jb) ((unsigned long)((jb)[0]._jb[2])) @@ -101,6 +102,16 @@ (jb)[0]._jb[R_RA + 4] = (long)(ra); \ (jb)[0]._jb[R_T12 + 4] = (long)(ra); \ } while (0) +#elif defined(__sparc64__) +#define GET_STACK_JB(jb) ((unsigned long)((jb)[0]._jb[_JB_SP])) +#define GET_STACK_SJB(sjb) ((unsigned long)((sjb)[0]._sjb[_JB_SP])) +#define GET_STACK_UC(ucp) ((ucp)->uc_mcontext.mc_sp) +#define SET_STACK_JB(jb, stk) (jb)[0]._jb[_JB_SP] = (long)(stk) +#define SET_STACK_SJB(sjb, stk) (sjb)[0]._sjb[_JB_SP] = (long)(stk) +#define SET_STACK_UC(ucp, stk) (ucp)->uc_mcontext.mc_sp = (unsigned long)(stk) +#define FP_SAVE_UC(ucp) /* XXX */ +#define FP_RESTORE_UC(ucp) /* XXX */ +#define SET_RETURN_ADDR_JB(jb, ra) (jb)[0]._jb[_JB_PC] = (long)(ra) #else #error "Don't recognize this architecture!" #endif --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sun Dec 8 4:27:57 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F15D37B401 for ; Sun, 8 Dec 2002 04:27:56 -0800 (PST) Received: from alpha.de.tiscali.com (alpha.de.tiscali.com [62.27.91.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4236643EB2 for ; Sun, 8 Dec 2002 04:27:55 -0800 (PST) (envelope-from Oliver.Blasnik@de.tiscali.com) Received: from de-ex-01.de.tiscali.com (de-ex-01.de.tiscali.com [10.49.8.74]) by alpha.de.tiscali.com (Postfix) with ESMTP id 35AD364C23; Sun, 8 Dec 2002 13:27:45 +0100 (CET) Received: from de-ex-02.de.tiscali.com ([10.49.8.76]) by de-ex-01.de.tiscali.com with Microsoft SMTPSVC(5.0.2195.5329); Sun, 8 Dec 2002 13:27:44 +0100 Received: from xpath1000 ([10.49.244.78]) by de-ex-02.de.tiscali.com with Microsoft SMTPSVC(5.0.2195.5329); Sun, 8 Dec 2002 13:27:44 +0100 Message-ID: <009401c29eb5$4870b3d0$2100a8c0@xpath1000> From: "Oliver Blasnik" To: , "Dag-Erling Smorgrav" References: Subject: Re: libc_r Date: Sun, 8 Dec 2002 13:28:15 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" 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 X-OriginalArrivalTime: 08 Dec 2002 12:27:44.0361 (UTC) FILETIME=[357F7590:01C29EB5] 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 DES, > Right, here's my attempt at making pthread_private.h work on sparc64. > It builds, but I haven't tested it yet. I can give it a try this weekend... | + * XXX - These need to be documented so porters know what's required. *lol* Oliver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sun Dec 8 5:46: 2 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82C4E37B401 for ; Sun, 8 Dec 2002 05:46:01 -0800 (PST) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9876A43EBE for ; Sun, 8 Dec 2002 05:46:00 -0800 (PST) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 49ACC5374; Sun, 8 Dec 2002 14:45:55 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: "Oliver Blasnik" Cc: Subject: Re: libc_r References: <009401c29eb5$4870b3d0$2100a8c0@xpath1000> From: Dag-Erling Smorgrav Date: Sun, 08 Dec 2002 14:45:55 +0100 In-Reply-To: <009401c29eb5$4870b3d0$2100a8c0@xpath1000> ("Oliver Blasnik"'s message of "Sun, 8 Dec 2002 13:28:15 +0100") Message-ID: Lines: 10 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386--freebsd) 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 "Oliver Blasnik" writes: > I can give it a try this weekend... It won't work, you need __siglongjmp and ___longjmp which aren't implemented on sparc64. I don't think I can handle those, but I'm sure there are others who can :) DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sun Dec 8 12: 9:15 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D90DA37B401 for ; Sun, 8 Dec 2002 12:09:14 -0800 (PST) Received: from totem.fix.no (totem.fix.no [80.91.32.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6558743EA9 for ; Sun, 8 Dec 2002 12:09:14 -0800 (PST) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 1E9DD20297; Sun, 8 Dec 2002 21:09:31 +0100 (CET) Date: Sun, 8 Dec 2002 21:09:31 +0100 From: Anders Nordby To: Jake Burkholder Cc: Andrzej Kwiatkowski , freebsd-sparc@FreeBSD.ORG Subject: Re: Multiple interfaces -> one MAC Message-ID: <20021208200931.GA18542@totem.fix.no> References: <20021204160900.F5536-100000@kwiatek.eu.org> <20021204112929.P35729@locore.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021204112929.P35729@locore.ca> X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 User-Agent: Mutt/1.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 Hi, On Wed, Dec 04, 2002 at 11:29:30AM -0500, Jake Burkholder wrote: >> Every Card have got one Mac address. >> How can i change to every card was showing its own MAC ??? > You can use the attached patch, it will make them use their local mac address > unconditionally. Given that we're in code freeze I'm not sure when/if this > support will be committed. Another thing one could try would be to set the PROM variable local-mac-address to true: ok setenv local-mac-address? true Cheers, -- Anders. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sun Dec 8 12:23:47 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E21B37B401; Sun, 8 Dec 2002 12:23:46 -0800 (PST) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D0043E4A; Sun, 8 Dec 2002 12:23:45 -0800 (PST) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.6/8.12.6) with ESMTP id gB8KeHxQ075416; Sun, 8 Dec 2002 15:40:17 -0500 (EST) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.6/8.12.6/Submit) id gB8KeGHo075415; Sun, 8 Dec 2002 15:40:17 -0500 (EST) Date: Sun, 8 Dec 2002 15:40:16 -0500 From: Jake Burkholder To: Anders Nordby Cc: Andrzej Kwiatkowski , freebsd-sparc@FreeBSD.org Subject: Re: Multiple interfaces -> one MAC Message-ID: <20021208154016.E65438@locore.ca> References: <20021204160900.F5536-100000@kwiatek.eu.org> <20021204112929.P35729@locore.ca> <20021208200931.GA18542@totem.fix.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20021208200931.GA18542@totem.fix.no>; from anders@FreeBSD.org on Sun, Dec 08, 2002 at 09:09:31PM +0100 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Apparently, On Sun, Dec 08, 2002 at 09:09:31PM +0100, Anders Nordby said words to the effect of; > Hi, > > On Wed, Dec 04, 2002 at 11:29:30AM -0500, Jake Burkholder wrote: > >> Every Card have got one Mac address. > >> How can i change to every card was showing its own MAC ??? > > You can use the attached patch, it will make them use their local mac address > > unconditionally. Given that we're in code freeze I'm not sure when/if this > > support will be committed. > > Another thing one could try would be to set the PROM variable > local-mac-address to true: > > ok setenv local-mac-address? true This only works for netbooting from the prom though. The os needs to check the prom property and either use the global prom ethernet address or the local-mac-address property of the node for the ethernet card when assigning MAC addresses. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sun Dec 8 19:12:47 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C1FB37B401 for ; Sun, 8 Dec 2002 19:12:46 -0800 (PST) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id C41B243EBE for ; Sun, 8 Dec 2002 19:12:45 -0800 (PST) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.6/8.12.6) with ESMTP id gB93TQxQ076787; Sun, 8 Dec 2002 22:29:26 -0500 (EST) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.6/8.12.6/Submit) id gB93TPkO076783; Sun, 8 Dec 2002 22:29:25 -0500 (EST) Date: Sun, 8 Dec 2002 22:29:25 -0500 From: Jake Burkholder To: Dag-Erling Smorgrav Cc: Oliver Blasnik , sparc@FreeBSD.ORG Subject: Re: libc_r Message-ID: <20021208222924.H65438@locore.ca> References: <009401c29eb5$4870b3d0$2100a8c0@xpath1000> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from des@ofug.org on Sun, Dec 08, 2002 at 02:45:55PM +0100 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Apparently, On Sun, Dec 08, 2002 at 02:45:55PM +0100, Dag-Erling Smorgrav said words to the effect of; > "Oliver Blasnik" writes: > > I can give it a try this weekend... > > It won't work, you need __siglongjmp and ___longjmp which aren't > implemented on sparc64. I don't think I can handle those, but I'm > sure there are others who can :) These are actually just aliases for longjmp and siglongjmp, I think. However, longjmp and siglongjmp can't really be used to switch stacks on sparc64, as is required by libc_r. What we really need is to implement setcontext/getcontext and for libc_r to use them. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Dec 9 1: 7: 9 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60EAF37B401 for ; Mon, 9 Dec 2002 01:07:08 -0800 (PST) Received: from nwkea-mail-2.sun.com (nwkea-mail-2.sun.com [192.18.42.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 027FD43EA9 for ; Mon, 9 Dec 2002 01:07:07 -0800 (PST) (envelope-from michael.schuster@sun.com) Received: from ms-emuc07-01.Germany.Sun.COM ([129.157.128.14]) by nwkea-mail-2.sun.com (8.9.3+Sun/8.9.3) with ESMTP id BAA23101; Mon, 9 Dec 2002 01:06:48 -0800 (PST) Received: from sun.com (hacker [129.157.133.195]) by ms-emuc07-01.Germany.Sun.COM (8.12.2+Sun/8.12.2/ENSMAIL,v2.2) with ESMTP id gB996lHm028710; Mon, 9 Dec 2002 10:06:47 +0100 (MET) Message-ID: <3DF45D27.AC42361B@sun.com> Date: Mon, 09 Dec 2002 10:06:47 +0100 From: Michael Schuster Reply-To: Michael.Schuster@sun.com Organization: Sun Microsystems X-Mailer: Mozilla 4.8 [en] (X11; U; SunOS 5.9 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-sparc@freebsd.org, Mikhail Teterin Subject: Re: why would Sparc be soo sloow? 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 Mikhail, (I read -digest, so this may already be answered) > I'm puzzled by the poor performance of our SparcIII @900MHz. You need to give us some more information to even give an educated guess, things like - memory installed - no# of CPUs installed - other HW config aspects, like storage in use, etc for both (!) machines, as well as characteristic of the application, such as - memory footprint - I/O behaviour, etc. Is anything else happening while you're testing, or do you have exclusive access to the machines? To analyse a few things for yourself, you could look at the output (and man-pages :-) of these commands: - iostat - vmstat * - mpstat * - prstat * you'll have to ignore the first line ouf output for these commands, they're a statistic over the uptime of the machine. For obvious reasons, I cannot offer to analyse any data for you, I hope though that this will get you going. Michael Recursion, n.: see 'Recursion' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Dec 9 1: 7:54 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE4CA37B401 for ; Mon, 9 Dec 2002 01:07:49 -0800 (PST) Received: from tts.orel.ru (tts.orel.ru [213.59.64.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4142343EB2 for ; Mon, 9 Dec 2002 01:07:45 -0800 (PST) (envelope-from bel@orel.ru) Received: from orel.ru (lg.orel.ru [195.90.189.89]) by tts.orel.ru (8.12.6/8.12.6/bel) with ESMTP id gB997OpO009073 for ; Mon, 9 Dec 2002 12:07:24 +0300 Message-ID: <3DF45D4D.1080003@orel.ru> Date: Mon, 09 Dec 2002 12:07:25 +0300 From: Andrew Belashov Organization: ORIS User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.2b) Gecko/20021016 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: freebsd-sparc@freebsd.org Subject: Kernel panic after kldload ipfw Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-0.7 required=8.0 tests=NOSPAM_INC,SPAM_PHRASE_00_01,USER_AGENT, USER_AGENT_MOZILLA_UA,X_ACCEPT_LANG version=2.43 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 Kernel panic after loading module ipfw.ko --- Console session --- # sync;sync;sync # kldload ipfw panic: trap: fast data access mmu miss cpuid = 0; Debugger("panic") Stopped at Debugger+0x1c: ta %xcc, 1 db> trace panic() at panic+0x134 trap() at trap+0x410 -- fast data access mmu miss tar=0xc6410000 %o7=0xc00cfa08 -- ipfw_init() at ipfw_init+0x2c ipfw_modevent() at ipfw_modevent+0x44 module_register_init() at module_register_init+0x60 linker_file_sysinit() at linker_file_sysinit+0xf0 linker_load_file() at linker_load_file+0x108 linker_load_module() at linker_load_module+0xa0 kldload() at kldload+0xd4 syscall() at syscall+0x318 -- syscall (304, FreeBSD ELF64, kldload) %o7=0x100408 -- userland() at 0x1011a8 user trace: trap %o7=0x100408 pc 0x1011a8, sp 0x7fdfffff201 pc 0x1001f0, sp 0x7fdfffff2c1 pc 0, sp 0x7fdfffff381 done db> --- END --- Best regards, Andrew Belashov. --- Boot messages --- Netra t1 (UltraSPARC-IIi 440MHz), No Keyboard OpenBoot 3.10.27 ME, 1024 MB memory installed, Serial #14301218. Ethernet address 8:0:20:da:38:22, Host ID: 80da3822. Executing last command: boot /pci@1f,0/pci@1,1/scsi@2/disk@0,0:a Boot device: /pci@1f,0/pci@1,1/scsi@2/disk@0,0:a File and args: >>>> FreeBSD/sparc64 boot block Boot path: /pci@1f,0/pci@1,1/scsi@2/disk@0,0:a Boot loader: /boot/loader Console: OpenFirmware console FreeBSD/sparc64 bootstrap loader, Revision 1.0 (bel@netra2.orel.ru, Sun Dec 8 14:34:09 MSK 2002) bootpath="/pci@1f,0/pci@1,1/scsi@2/disk@0,0:a" Loading /boot/defaults/loader.conf /boot/kernel/kernel data=0x27a308+0x127698 syms=[0x8+0x45240+0x8+0x36a22] Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel]... nothing to autoload yet. jumping to kernel entry at 0xc0038000. Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #0: Sun Dec 8 12:25:21 MSK 2002 bel@netra2.orel.ru:/usr/obj/usr/src/sys/NETRA Preloaded elf kernel "/boot/kernel/kernel" at 0xc0420000. Timecounter "tick" frequency 440013203 Hz cpu0: Sun Microsystems UltraSparc-IIi Processor (440.01 MHz CPU) Model: SUNW,UltraSPARC-IIi-cEngine Initializing GEOMetry subsystem nexus0: pcib0: on nexus0 pcib0: Sabre, impl 0, version 0, ign 7c0 DVMA map: 0xc0000000 to 0xdfffffff PCI-PCI bridge at 0/1/1: setting bus #s to 0/1/1 pcib0: ofw_pci_init: descending to subordinate PCI bus device 1/1/0: latency timer 83 -> 82 pcib0: ofw_pci_init: no interrupt mapping found for 1/1/0 (preset 0) device 1/1/1: latency timer 83 -> 82 pcib0: ofw_pci_init: mapping intr for 1/1/1 to 33 (preset was 0) device 1/2/0: latency timer 141 -> 140 pcib0: ofw_pci_init: mapping intr for 1/2/0 to 32 (preset was 0) device 1/3/1: latency timer 83 -> 82 pcib0: ofw_pci_init: mapping intr for 1/3/1 to 26 (preset was 0) PCI-PCI bridge at 0/1/0: setting bus #s to 0/2/2 pcib0: ofw_pci_init: descending to subordinate PCI bus PCI-PCI bridge at 0/1/0: setting bus #s to 0/2/3 PCI-PCI bridge at 2/1/0: setting bus #s to 2/3/3 pcib0: ofw_pci_init: descending to subordinate PCI bus device 3/14/0: latency timer 16 -> 16 pcib0: ofw_pci_init: mapping intr for 3/14/0 to 2 (preset was 14) pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pcib2: at device 1.0 on pci1 pci3: on pcib2 atapci0: port 0x1020-0x102f,0x1018-0x101b,0x1010-0x1017,0x1008-0x100b,0x1000-0x1007 irq 2 at device 14.0 on pci3 ata2: at 0x1000 on atapci0 ata3: at 0x1010 on atapci0 pcib3: at device 1.1 on pci0 pci2: on pcib3 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 0x14003803f8-0x14003803ff irq 28 (no driver attached) ebus0: addr 0x14003602f8-0x14003602ff irq 20 (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 80da3822 ebus0: addr 0x1000000000-0x10000fffff (no driver attached) ebus0: addr 0x1400200000-0x140020003f irq 4 (no driver attached) ebus0: addr 0x1400200040 (no driver attached) ebus0: addr 0x1400722000-0x1400722003 (no driver attached) ebus0: addr 0x1000400000-0x10005fffff (no driver attached) ebus0: addr 0x1000800000-0x10009fffff (no driver attached) ebus0: addr 0x1400600000-0x1400600003 irq 40 (no driver attached) ebus0: addr 0x1400100000-0x1400100003 irq 27 (no driver attached) ebus0: addr 0x1400400000-0x1400400063 (no driver attached) hme0: mem 0xe0000000-0xe0007fff irq 33 at device 1.1 on pci2 hme0: Ethernet address: 08:00:20:da:38:22 miibus0: on hme0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto ukphy1: on miibus0 ukphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto sym0: <875> port 0xc00000-0xc000ff mem 0xe000a000-0xe000afff,0xe0008000-0xe00080ff irq 32 at device 2.0 on pci2 sym0: No NVRAM, ID 7, Fast-20, SE, parity checking Timecounters tick every 10.000 msec acd0: CDROM at ata3-master PIO4 Waiting 15 seconds for SCSI devices to settle Dec 9 11:09:36 c2950_amts 17676: 8w2d: %LINK-3-UPDOWN: Interface FastEthernet0/9, changed state to up 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: 17274MB (35378533 512 byte sectors: 255H 63S/T 2202C) da1 at sym0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-3 device da1: 40.000MB/s transfers (20.000MHz, offset 16, 16bit), Tagged Queueing Enabled da1: 17274MB (35378533 512 byte sectors: 255H 63S/T 2202C) Mounting root from ufs:/dev/da0a Entropy harvesting: interrupts ethernet point_to_point. swapon: adding /dev/da0b as swap device Starting file system checks: /dev/da0a: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/da0a: clean, 19458 free (330 frags, 2391 blocks, 0.5% fragmentation) /dev/da0f: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/da0f: clean, 2063463 free (47 frags, 257927 blocks, 0.0% fragmentation) /dev/da1d: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/da1d: clean, 6437814 free (406 frags, 804676 blocks, 0.0% fragmentation) /dev/da0e: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/da0e: clean, 129782 free (14 frags, 16221 blocks, 0.0% fragmentation) /dev/da0g: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/da0g: clean, 4287315 free (10971 frags, 534543 blocks, 0.2% fragmentation) /dev/da0d: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/da0d: clean, 842786 free (386 frags, 105300 blocks, 0.0% fragmentation) --- END --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Dec 9 6:18: 9 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEF4737B401 for ; Mon, 9 Dec 2002 06:18:06 -0800 (PST) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6478C43EB2 for ; Mon, 9 Dec 2002 06:18:02 -0800 (PST) (envelope-from mi+mx@aldan.algebra.com) Received: from misha.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.6/8.12.6) with ESMTP id gB9EHkjJ070316 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Mon, 9 Dec 2002 09:17:47 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Content-Type: text/plain; charset="iso-8859-1" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Michael.Schuster@sun.com, freebsd-sparc@freebsd.org Subject: Re: why would Sparc be soo sloow? Date: Mon, 9 Dec 2002 09:21:00 -0500 User-Agent: KMail/1.4.3 References: <3DF45D27.AC42361B@sun.com> In-Reply-To: <3DF45D27.AC42361B@sun.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200212090921.00890.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.21 (www . roaringpenguin . com / 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 On Monday 09 December 2002 04:06 am, Michael Schuster wrote: = Mikhail, = = (I read -digest, so this may already be answered) = = > I'm puzzled by the poor performance of our SparcIII @900MHz. = = You need to give us some more information to even give an educated guess, = things like = - memory installed = - no# of CPUs installed Two SparcIIIs on the SunFire, one Pentium4 on the Dell. But the program is single threaded/processed. = - other HW config aspects, like storage in use, etc for both (!) = machines, as well as characteristic of the application, such = as = - memory footprint = - I/O behaviour, etc. Very little -- all the program is doing is computations -- the CPU is the bottleneck on both machines. It calls the same financial formula over and over -- for the same set of numbers. The numbers -- 8 double values per call -- are read using scanf(3) from a file, and the result -- 7 double values per call are written with a printf(3) to /dev/null. There are no file being opened/closed by the program at all... = Is anything else happening while you're testing, or do you have = exclusive access to the machines? Yes, there is. But not very much. And, once again, I'm measuring the CPU time, not the total time. = - iostat = - vmstat * = - mpstat * = - prstat = For obvious reasons, I cannot offer to analyse any data for you, I = hope though that this will get you going. I don't believe those utilities are going to help much -- this is a very simple program, with virtually no IO. The simple top(1) shows, that it is only limited by the CPU, and I remain puzzled by the speed difference, as well as by the high "system" time component on Solaris: mi@attila:~/fxpr/test (70) time ./fxprt < ../tasks.txt > /dev/null 819.11u 819.41s 28:35.00 95.5% mi@attila:~/fxpr/test (71) /usr/bin/time ./fxprt < ../tasks.txt > /dev/null real 28:27.5 user 13:35.6 sys 13:39.1 Very suprising, for, according even to truss(1), the program makes no system calls at all after the few at startup -- except for the very occasional read(2) and write(2) (to /dev/null). Indeed, on FreeBSD the "sys" part is negligeable. Is there a known problem with sys-time accounting on these systems: mi@attila:~/fxpr/test (76) uname -a SunOS attila 5.8 Generic_108528-13 sun4u sparc SUNW,Sun-Fire-280R mi@attila:~/fxpr/test (77) uname -X System = SunOS Node = attila Release = 5.8 KernelID = Generic_108528-13 Machine = sun4u BusType = Serial = Users = OEM# = 0 Origin# = 1 NumCPU = 2 Yours, -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Dec 9 6:35:59 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D706237B401 for ; Mon, 9 Dec 2002 06:35:57 -0800 (PST) Received: from patan.sun.com (patan.Sun.COM [192.18.98.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F8E943ED8 for ; Mon, 9 Dec 2002 06:35:57 -0800 (PST) (envelope-from michael.schuster@sun.com) Received: from ms-emuc07-01.Germany.Sun.COM ([129.157.128.14]) by patan.sun.com (8.9.3+Sun/8.9.3) with ESMTP id HAA03265; Mon, 9 Dec 2002 07:35:52 -0700 (MST) Received: from sun.com (hacker [129.157.133.195]) by ms-emuc07-01.Germany.Sun.COM (8.12.2+Sun/8.12.2/ENSMAIL,v2.2) with ESMTP id gB9EZpHm022777; Mon, 9 Dec 2002 15:35:51 +0100 (MET) Message-ID: <3DF4AA47.2462C72@sun.com> Date: Mon, 09 Dec 2002 15:35:51 +0100 From: Michael Schuster Reply-To: Michael.Schuster@sun.com Organization: Sun Microsystems X-Mailer: Mozilla 4.8 [en] (X11; U; SunOS 5.9 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: Mikhail Teterin Cc: freebsd-sparc@freebsd.org Subject: Re: why would Sparc be soo sloow? References: <3DF45D27.AC42361B@sun.com> <200212090921.00890.mi+mx@aldan.algebra.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 Mikhail Teterin wrote: > > = - other HW config aspects, like storage in use, etc for both (!) > = machines, as well as characteristic of the application, such > = as > = - memory footprint > = - I/O behaviour, etc. > > Very little -- all the program is doing is computations -- the CPU is > the bottleneck on both machines. if this really is the case, patch 111722-01 may help you. > It calls the same financial formula > over and over -- for the same set of numbers. The numbers -- 8 double > values per call -- are read using scanf(3) from a file, and the result you're contradicting yourself: first you say "all .. computation" and next you say "are read using scanf(3) from a file" > -- 7 double values per call are written with a printf(3) to /dev/null. > > There are no file being opened/closed by the program at all... but they're being read! > > Very suprising, for, according even to truss(1), the program makes no which truss options are you using? you can use -u option to see whether you're stuck in a library, and -d to get time stamps - this can be quite illuminating. > Is there a known problem with sys-time accounting on these systems: not that I'm aware of. HTH Michael Recursion, n.: see 'Recursion' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Dec 9 6:50:19 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FF9337B401 for ; Mon, 9 Dec 2002 06:50:18 -0800 (PST) Received: from nwkea-mail-1.sun.com (nwkea-mail-1.sun.com [192.18.42.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id D888D43ED1 for ; Mon, 9 Dec 2002 06:50:17 -0800 (PST) (envelope-from michael.schuster@sun.com) Received: from ms-emuc07-01.Germany.Sun.COM ([129.157.128.14]) by nwkea-mail-1.sun.com (8.9.3+Sun/8.9.3) with ESMTP id GAA07045; Mon, 9 Dec 2002 06:50:13 -0800 (PST) Received: from sun.com (hacker [129.157.133.195]) by ms-emuc07-01.Germany.Sun.COM (8.12.2+Sun/8.12.2/ENSMAIL,v2.2) with ESMTP id gB9EoCHm025145; Mon, 9 Dec 2002 15:50:12 +0100 (MET) Message-ID: <3DF4ADA4.77830BDB@sun.com> Date: Mon, 09 Dec 2002 15:50:12 +0100 From: Michael Schuster Reply-To: Michael.Schuster@sun.com Organization: Sun Microsystems X-Mailer: Mozilla 4.8 [en] (X11; U; SunOS 5.9 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: Mikhail Teterin , freebsd-sparc@freebsd.org Subject: [Fwd: why would Sparc be soo sloow?] 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 I wrote: > > Mikhail Teterin wrote: > > > > > = - other HW config aspects, like storage in use, etc for both (!) > > = machines, as well as characteristic of the application, such > > = as > > = - memory footprint > > = - I/O behaviour, etc. > > > > Very little -- all the program is doing is computations -- the CPU is > > the bottleneck on both machines. > > if this really is the case, patch 111722-01 may help you. a few tests showed that that's likely. > > Very suprising, for, according even to truss(1), the program makes no > > system calls at all You're seeing the effects of trap handling. HTH Michael Recursion, n.: see 'Recursion' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Dec 9 8:12:52 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B6DD37B407 for ; Mon, 9 Dec 2002 08:12:51 -0800 (PST) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23A4343EF2 for ; Mon, 9 Dec 2002 08:12:50 -0800 (PST) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.6/8.12.6) with ESMTP id gB9GTGxQ078886; Mon, 9 Dec 2002 11:29:16 -0500 (EST) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.6/8.12.6/Submit) id gB9GTGx2078885; Mon, 9 Dec 2002 11:29:16 -0500 (EST) Date: Mon, 9 Dec 2002 11:29:16 -0500 From: Jake Burkholder To: Michael Schuster Cc: Mikhail Teterin , freebsd-sparc@FreeBSD.ORG Subject: Re: [Fwd: why would Sparc be soo sloow?] Message-ID: <20021209112915.J65438@locore.ca> References: <3DF4ADA4.77830BDB@sun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3DF4ADA4.77830BDB@sun.com>; from michael.schuster@sun.com on Mon, Dec 09, 2002 at 03:50:12PM +0100 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Apparently, On Mon, Dec 09, 2002 at 03:50:12PM +0100, Michael Schuster said words to the effect of; > I wrote: > > > > Mikhail Teterin wrote: > > > > > > > > = - other HW config aspects, like storage in use, etc for both (!) > > > = machines, as well as characteristic of the application, such > > > = as > > > = - memory footprint > > > = - I/O behaviour, etc. > > > > > > Very little -- all the program is doing is computations -- the CPU is > > > the bottleneck on both machines. > > > > if this really is the case, patch 111722-01 may help you. > > a few tests showed that that's likely. > [...] This all great, but discussing problems with solaris is terribly off topic here. On topic would be perhaps helping us to get the things we need to support UltraSPARC III on FreeBSD and comparing that to the dell. Please stay on topic. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Dec 9 8:16:13 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4ACB37B401 for ; Mon, 9 Dec 2002 08:16:12 -0800 (PST) Received: from kathmandu.sun.com (kathmandu.sun.com [192.18.98.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B01043EC2 for ; Mon, 9 Dec 2002 08:16:12 -0800 (PST) (envelope-from michael.schuster@sun.com) Received: from ms-emuc07-01.Germany.Sun.COM ([129.157.128.14]) by kathmandu.sun.com (8.9.3+Sun/8.9.3) with ESMTP id JAA14636; Mon, 9 Dec 2002 09:16:07 -0700 (MST) Received: from sun.com (hacker [129.157.133.195]) by ms-emuc07-01.Germany.Sun.COM (8.12.2+Sun/8.12.2/ENSMAIL,v2.2) with ESMTP id gB9GG6Hm010023; Mon, 9 Dec 2002 17:16:06 +0100 (MET) Message-ID: <3DF4C1C6.EE41D5B4@sun.com> Date: Mon, 09 Dec 2002 17:16:06 +0100 From: Michael Schuster Reply-To: Michael.Schuster@sun.com Organization: Sun Microsystems X-Mailer: Mozilla 4.8 [en] (X11; U; SunOS 5.9 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: Jake Burkholder Cc: Mikhail Teterin , freebsd-sparc@FreeBSD.ORG Subject: Re: [Fwd: why would Sparc be soo sloow?] References: <3DF4ADA4.77830BDB@sun.com> <20021209112915.J65438@locore.ca> 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 Jake Burkholder wrote: > > > This all great, but discussing problems with solaris is terribly off topic > here. On topic would be perhaps helping us to get the things we need to > support UltraSPARC III on FreeBSD and comparing that to the dell. I got carried away, sorry. the patch I mentioned fixes a bug in the treatment of NaNs in libm. Since Mikhail mentioned "Suns compiler", I reasoned he was talking about Solaris, which he is, I guess. thx for the reality check. Michael Recursion, n.: see 'Recursion' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Mon Dec 9 8:25:51 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91D9F37B401 for ; Mon, 9 Dec 2002 08:25:48 -0800 (PST) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFF5E43E4A for ; Mon, 9 Dec 2002 08:25:44 -0800 (PST) (envelope-from mi+mx@aldan.algebra.com) Received: from misha.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.6/8.12.6) with ESMTP id gB9GPVjJ070768 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Mon, 9 Dec 2002 11:25:32 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Content-Type: text/plain; charset="iso-8859-1" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Michael.Schuster@sun.com Subject: Re: why would Sparc be soo sloow? Date: Mon, 9 Dec 2002 11:28:52 -0500 User-Agent: KMail/1.4.3 References: <3DF45D27.AC42361B@sun.com> <200212090921.00890.mi+mx@aldan.algebra.com> <3DF4AA47.2462C72@sun.com> In-Reply-To: <3DF4AA47.2462C72@sun.com> Cc: freebsd-sparc@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200212091128.52038.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.21 (www . roaringpenguin . com / 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 On Monday 09 December 2002 09:35 am, you wrote: = > = - other HW config aspects, like storage in use, etc for both (!) = > = machines, as well as characteristic of the application, such = > = as = > = - memory footprint = > = - I/O behaviour, etc. = > = > Very little -- all the program is doing is computations -- the CPU is = > the bottleneck on both machines. = = if this really is the case, patch 111722-01 may help you. Aha, thanks. Will investigate. = > It calls the same financial formula = > over and over -- for the same set of numbers. The numbers -- 8 double = > values per call -- are read using scanf(3) from a file, and the result = = you're contradicting yourself: first you say "all .. computation" and next = you say "are read using scanf(3) from a file" Yes, I should've said "almost all". Technically, you are correct. Common sense-wise, however, serial reading of a single file, using the stdio in the most simple and vanilla way should not be causing such tremendous performance degradation... = > -- 7 double values per call are written with a printf(3) to /dev/null. = > = > There are no file being opened/closed by the program at all... = = but they're being read! And written. Let's see. The size of the input is 102053 bytes: % time cat ../tasks.txt > /dev/null 0.00u 0.01s 0:00.01 100.0% If scanf() reading and printf() writing is, indeed, over 80000 times slower than simple cat(1)-ing, than Sun has a lot more serious problem than a slow CPU... Awk(1) is, indeed, somewhat slower in user-time: % time awk '{ printf("%s", $0) }' ../tasks.txt > /dev/null 0.09u 0.01s 0:00.12 83.3% but the same nowhere near the observed 800+ seconds of sys time. This is why I was ignoring the IO from the beginning -- without _really_ contradicting myself :-) = > Very suprising, for, according even to truss(1), the program makes no = = which truss options are you using? you can use -u option to see = whether you're stuck in a library, and -d to get time stamps - this = can be quite illuminating. Indeed. Here is the snippet of ``truss -d'' output (-u and -d can not be combined, apparently?): 0.0070 read(0, " 0 . 0 1 0 8 4 0 1 0\t 0".., 8192) = 8192 0.0087 ioctl(1, TCGETA, 0xFFBEECA4) Err#6 ENXIO 0.0092 fstat64(1, 0xFFBEED18) = 0 0.0093 brk(0x00029A38) = 0 0.0094 brk(0x0002BA38) = 0 0.0099 brk(0x0002BA38) = 0 0.0100 brk(0x00033A38) = 0 72.9734 write(1, " 1\t 0 . 0 1 0 8 4 0 1\t".., 8192) = 8192 130.4944 read(0, " 0 0 0 0 0\t 0 . 0 0 0 0".., 8192) = 8192 149.3667 write(1, " 0\t 0\t 0 . 0 2 4 6 5 7".., 8192) = 8192 223.3566 write(1, " 8 2 7 9\t - 0 . 0 0 0 2".., 8192) = 8192 291.1369 read(0, " 0 4 1 8 2\t 0 . 0 9 6 6".., 8192) = 8192 329.6329 write(1, " 3\t 0\t 0\t 0 . 1 4 5 2".., 8192) = 8192 408.1788 write(1, " 5 0 9 1 4 9\t 1 1 3 7 .".., 8192) = 8192 444.3458 read(0, " 0 . 3 8 3 5 6 2\n 0 . 0".., 8192) = 8192 Notice the time between the read(2) and write(2) (some more is being written, so writes are more frequent). = > Is there a known problem with sys-time accounting on these systems: = = not that I'm aware of. = > Very suprising, for, according even to truss(1), the program makes = > no system calls at all =You're seeing the effects of trap handling. You mean, there are math-related exceptions? That's possible, but why are they so expensive on Sun? Or is FreeBSD/GNU making some potentially unsafe assumptions? The output is identical, so, may be, I can somehow turn off the extra safety on Solaris? Thank you, -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Dec 10 0:42: 9 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89CCB37B401 for ; Tue, 10 Dec 2002 00:42:08 -0800 (PST) Received: from deal.hayesbrook.kent.sch.uk (ip03.hayesbrook.adsl.gxn.net [195.147.239.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id F37BA43EC5 for ; Tue, 10 Dec 2002 00:41:51 -0800 (PST) (envelope-from oggy@hayesbrook.kent.sch.uk) Received: from Hayesbrook-MTA by deal.hayesbrook.kent.sch.uk with Novell_GroupWise; Tue, 10 Dec 2002 08:37:53 +0000 Message-Id: X-Mailer: Novell GroupWise Internet Agent 6.0 Date: Tue, 10 Dec 2002 08:37:44 +0000 From: "Francis little" To: Subject: boot from cd Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello all on freebsd-sparc, I'm new to sun hardware and i'm trying to install freebsd on a ultra 60 so = i burnt the 5.0-rc1 sparc64 iso to a cd but when i type boot cdrom at the = openboot ok prompt i get device not ready. Any ideas??? or am i being = stupid :o) I've also tried a different cd drive.. Thanks OGGY/.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Dec 10 1:17:35 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 292A737B401 for ; Tue, 10 Dec 2002 01:17:34 -0800 (PST) Received: from deal.hayesbrook.kent.sch.uk (ip03.hayesbrook.adsl.gxn.net [195.147.239.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EC8943EC5 for ; Tue, 10 Dec 2002 01:17:29 -0800 (PST) (envelope-from oggy@hayesbrook.kent.sch.uk) Received: from Hayesbrook-MTA by deal.hayesbrook.kent.sch.uk with Novell_GroupWise; Tue, 10 Dec 2002 09:17:28 +0000 Message-Id: X-Mailer: Novell GroupWise Internet Agent 6.0 Date: Tue, 10 Dec 2002 09:17:10 +0000 From: "Francis little" To: , "Francis little" Subject: Re: boot from cd Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org OK it was me being stupid :o) i found out that the SCSI ID needs to be 6! OGGY/.. >>> "Francis little" 12/10/02 08:37am >>> Hello all on freebsd-sparc, I'm new to sun hardware and i'm trying to install freebsd on a ultra 60 so = i burnt the 5.0-rc1 sparc64 iso to a cd but when i type boot cdrom at the = openboot ok prompt i get device not ready. Any ideas??? or am i being = stupid :o) I've also tried a different cd drive.. Thanks OGGY/.. To Unsubscribe: send mail to majordomo@FreeBSD.org=20 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 Dec 10 10:26:54 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2245037B401 for ; Tue, 10 Dec 2002 10:26:51 -0800 (PST) Received: from mailhub.fokus.gmd.de (mailhub.fokus.gmd.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 523AF43EA9 for ; Tue, 10 Dec 2002 10:26:49 -0800 (PST) (envelope-from brandt@fokus.gmd.de) Received: from beagle (beagle [193.175.132.100]) by mailhub.fokus.gmd.de (8.11.6/8.11.6) with ESMTP id gBAIQRn26738; Tue, 10 Dec 2002 19:26:28 +0100 (MET) Date: Tue, 10 Dec 2002 19:26:27 +0100 (CET) From: Harti Brandt To: Mikhail Teterin Cc: Michael.Schuster@sun.com, Subject: Re: why would Sparc be soo sloow? In-Reply-To: <200212090921.00890.mi+mx@aldan.algebra.com> Message-ID: <20021210192414.B5518-100000@beagle.fokus.gmd.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org What compiler are you using on Solaris and FreeBSD? cdrecord-Joerg Schilling did a test with error correction RS codes: FreeBSD with gcc is half the speed of Solaris with the Sun compiler on the same machine (the program is computation only) harti On Mon, 9 Dec 2002, Mikhail Teterin wrote: MT>On Monday 09 December 2002 04:06 am, Michael Schuster wrote: MT>= Mikhail, MT>= MT>= (I read -digest, so this may already be answered) MT>= MT>= > I'm puzzled by the poor performance of our SparcIII @900MHz. MT>= MT>= You need to give us some more information to even give an educated guess, MT>= things like MT>= - memory installed MT>= - no# of CPUs installed MT> MT>Two SparcIIIs on the SunFire, one Pentium4 on the Dell. But the program MT>is single threaded/processed. MT> MT>= - other HW config aspects, like storage in use, etc for both (!) MT>= machines, as well as characteristic of the application, such MT>= as MT>= - memory footprint MT>= - I/O behaviour, etc. MT> MT>Very little -- all the program is doing is computations -- the CPU is MT>the bottleneck on both machines. It calls the same financial formula MT>over and over -- for the same set of numbers. The numbers -- 8 double MT>values per call -- are read using scanf(3) from a file, and the result MT>-- 7 double values per call are written with a printf(3) to /dev/null. MT> MT>There are no file being opened/closed by the program at all... MT> MT>= Is anything else happening while you're testing, or do you have MT>= exclusive access to the machines? MT> MT>Yes, there is. But not very much. And, once again, I'm measuring the CPU MT>time, not the total time. MT> MT>= - iostat MT>= - vmstat * MT>= - mpstat * MT>= - prstat MT> MT>= For obvious reasons, I cannot offer to analyse any data for you, I MT>= hope though that this will get you going. MT> MT>I don't believe those utilities are going to help much -- this is a MT>very simple program, with virtually no IO. The simple top(1) shows, MT>that it is only limited by the CPU, and I remain puzzled by the speed MT>difference, as well as by the high "system" time component on Solaris: MT> MT>mi@attila:~/fxpr/test (70) time ./fxprt < ../tasks.txt > /dev/null MT>819.11u 819.41s 28:35.00 95.5% MT>mi@attila:~/fxpr/test (71) /usr/bin/time ./fxprt < ../tasks.txt > /dev/null MT> MT> real 28:27.5 MT> user 13:35.6 MT> sys 13:39.1 MT> MT>Very suprising, for, according even to truss(1), the program makes no MT>system calls at all after the few at startup -- except for the very MT>occasional read(2) and write(2) (to /dev/null). Indeed, on FreeBSD the MT>"sys" part is negligeable. MT> MT>Is there a known problem with sys-time accounting on these systems: MT> MT> mi@attila:~/fxpr/test (76) uname -a MT>SunOS attila 5.8 Generic_108528-13 sun4u sparc SUNW,Sun-Fire-280R MT> mi@attila:~/fxpr/test (77) uname -X MT> System = SunOS MT> Node = attila MT> Release = 5.8 MT> KernelID = Generic_108528-13 MT> Machine = sun4u MT> BusType = MT> Serial = MT> Users = MT> OEM# = 0 MT> Origin# = 1 MT> NumCPU = 2 MT> MT>Yours, MT> MT> -mi MT> MT> MT>To Unsubscribe: send mail to majordomo@FreeBSD.org MT>with "unsubscribe freebsd-sparc" in the body of the message MT> -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.gmd.de, brandt@fokus.fhg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Dec 10 10:53:55 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3AD637B401 for ; Tue, 10 Dec 2002 10:53:54 -0800 (PST) Received: from pump3.york.ac.uk (pump3.york.ac.uk [144.32.128.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id B17CD43ED1 for ; Tue, 10 Dec 2002 10:53:53 -0800 (PST) (envelope-from gavin@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by pump3.york.ac.uk (8.10.2/8.10.2) with ESMTP id gBAIrkx25372 for ; Tue, 10 Dec 2002 18:53:46 GMT Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.6/8.12.6) with ESMTP id gBAIrkTI067622 for ; Tue, 10 Dec 2002 18:53:46 GMT (envelope-from gavin@ury.york.ac.uk) Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.12.6/8.12.6/Submit) with ESMTP id gBAIrknD067619 for ; Tue, 10 Dec 2002 18:53:46 GMT Date: Tue, 10 Dec 2002 18:53:46 +0000 (GMT) From: Gavin Atkinson To: freebsd-sparc@freebsd.org Subject: Hangs under load Message-ID: <20021210184226.W66997-100000@ury.york.ac.uk> 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 Hi, I am running a kernel from Nov 11th on my Ultra 5. I can't compile a new kernel because my system hangs during the compile. How can I begin to debug this? Or should I just try my hardest to get to the top of the tree before investigating? I don't think it's hardware issues. The box still responds to pings and arp who-has requests. But I get nothing on the serial port, and sending a break does nothing either. If anyone has any suggeestions, i'd be happy to try them. Gavin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Dec 10 10:59:24 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5323537B401 for ; Tue, 10 Dec 2002 10:59:23 -0800 (PST) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDACE43ED4 for ; Tue, 10 Dec 2002 10:59:22 -0800 (PST) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.6/8.12.6) with ESMTP id gBAJGaxQ085084; Tue, 10 Dec 2002 14:16:36 -0500 (EST) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.6/8.12.6/Submit) id gBAJGaJI085083; Tue, 10 Dec 2002 14:16:36 -0500 (EST) Date: Tue, 10 Dec 2002 14:16:35 -0500 From: Jake Burkholder To: Gavin Atkinson Cc: freebsd-sparc@FreeBSD.ORG Subject: Re: Hangs under load Message-ID: <20021210141635.A84047@locore.ca> References: <20021210184226.W66997-100000@ury.york.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20021210184226.W66997-100000@ury.york.ac.uk>; from gavin@ury.york.ac.uk on Tue, Dec 10, 2002 at 06:53:46PM +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, Dec 10, 2002 at 06:53:46PM +0000, Gavin Atkinson said words to the effect of; > > Hi, > > I am running a kernel from Nov 11th on my Ultra 5. I can't compile a new > kernel because my system hangs during the compile. How can I begin to > debug this? Or should I just try my hardest to get to the top of the tree > before investigating? > > I don't think it's hardware issues. The box still responds to pings and > arp who-has requests. But I get nothing on the serial port, and sending a > break does nothing either. > > If anyone has any suggeestions, i'd be happy to try them. Try to get to the top of the tree. If you can't build a new kernel you could download the RC1 or DP2 dics2.iso and try booting the GENERIC kernel that's on that. It should work ok with your older binaries. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Dec 10 14: 7:32 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D468E37B401 for ; Tue, 10 Dec 2002 14:07:31 -0800 (PST) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7CF243EC5 for ; Tue, 10 Dec 2002 14:07:30 -0800 (PST) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id AAA62528 for ; Wed, 11 Dec 2002 00:07:28 +0200 Date: Wed, 11 Dec 2002 00:07:28 +0200 (WET) From: Evren Yurtesen To: freebsd-sparc@FreeBSD.org Subject: sparc64 installation documentation? 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 Hi, I made a step by step sparc64 installation documentation including some benchmarks on Ultra10. The document is part of a bigger document so perhaps you can cut out the unnecessary parts and put it on the web or something if you think its good? =) it is 270kb word document (big because of benchmark graphics) Who should I send this to? Evren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Dec 10 14:13:58 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A43A337B404 for ; Tue, 10 Dec 2002 14:13:57 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-228.dsl.lsan03.pacbell.net [64.169.104.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1BC843EC5 for ; Tue, 10 Dec 2002 14:13:56 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 2052E66BE3; Tue, 10 Dec 2002 14:13:56 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 1C22B13A0; Tue, 10 Dec 2002 14:13:55 -0800 (PST) Date: Tue, 10 Dec 2002 14:13:55 -0800 From: Kris Kennaway To: Evren Yurtesen Cc: freebsd-sparc@FreeBSD.org Subject: Re: sparc64 installation documentation? Message-ID: <20021210221354.GA42752@rot13.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 11, 2002 at 12:07:28AM +0200, Evren Yurtesen wrote: > Hi, >=20 > I made a step by step sparc64 installation documentation including some > benchmarks on Ultra10. >=20 > The document is part of a bigger document so perhaps you can cut out the > unnecessary parts and put it on the web or something if you think its > good? =3D) it is 270kb word document (big because of benchmark graphics) >=20 > Who should I send this to? A word document is not useful..please convert it to a portable format. Kris --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE99mciWry0BWjoQKURAmwMAKCdGuSg0E25+18QMbtuY9/yDrwRJgCfU8m4 HMNQzDOT6GcvP5ZdTgVeXdQ= =ZFS0 -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Dec 10 14:18:59 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0A9A37B401 for ; Tue, 10 Dec 2002 14:18:58 -0800 (PST) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ADAA43EC2 for ; Tue, 10 Dec 2002 14:18:57 -0800 (PST) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id AAA112426; Wed, 11 Dec 2002 00:18:55 +0200 Date: Wed, 11 Dec 2002 00:18:55 +0200 (WET) From: Evren Yurtesen To: Kris Kennaway Cc: freebsd-sparc@FreeBSD.org Subject: Re: sparc64 installation documentation? In-Reply-To: <20021210221354.GA42752@rot13.obsecurity.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 Thats a good point I can save the word document in html format. Good enough? Evren On Tue, 10 Dec 2002, Kris Kennaway wrote: > On Wed, Dec 11, 2002 at 12:07:28AM +0200, Evren Yurtesen wrote: > > Hi, > > > > I made a step by step sparc64 installation documentation including some > > benchmarks on Ultra10. > > > > The document is part of a bigger document so perhaps you can cut out the > > unnecessary parts and put it on the web or something if you think its > > good? =) it is 270kb word document (big because of benchmark graphics) > > > > Who should I send this to? > > A word document is not useful..please convert it to a portable format. > > Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Dec 10 14:22:20 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3742A37B401 for ; Tue, 10 Dec 2002 14:22:19 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-228.dsl.lsan03.pacbell.net [64.169.104.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 942AA43ED4 for ; Tue, 10 Dec 2002 14:22:18 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 08D9566BE3; Tue, 10 Dec 2002 14:22:18 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id C09E313A0; Tue, 10 Dec 2002 14:22:17 -0800 (PST) Date: Tue, 10 Dec 2002 14:22:17 -0800 From: Kris Kennaway To: Evren Yurtesen Cc: Kris Kennaway , freebsd-sparc@FreeBSD.org Subject: Re: sparc64 installation documentation? Message-ID: <20021210222217.GA43097@rot13.obsecurity.org> References: <20021210221354.GA42752@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Dec 11, 2002 at 12:18:55AM +0200, Evren Yurtesen wrote: > Thats a good point I can save the word document in html format. Good > enough? Better :) Kris --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE99mkZWry0BWjoQKURAkKTAKCbOLnzak2LQSj9lrWU/PbSJNaLlgCfV/Vm 8qSvdJOuqq/A9Xbf7/uqceY= =Xw/Q -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Dec 10 14:26:27 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1661C37B404 for ; Tue, 10 Dec 2002 14:26:27 -0800 (PST) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1548343E4A for ; Tue, 10 Dec 2002 14:26:26 -0800 (PST) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id AAA64894; Wed, 11 Dec 2002 00:26:24 +0200 Date: Wed, 11 Dec 2002 00:26:24 +0200 (WET) From: Evren Yurtesen To: Kris Kennaway Cc: freebsd-sparc@FreeBSD.org Subject: Re: sparc64 installation documentation? In-Reply-To: <20021210222217.GA43097@rot13.obsecurity.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org yes who should I send this to? On Tue, 10 Dec 2002, Kris Kennaway wrote: > On Wed, Dec 11, 2002 at 12:18:55AM +0200, Evren Yurtesen wrote: > > Thats a good point I can save the word document in html format. Good > > enough? > > Better :) > > Kris > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Dec 10 14:33:57 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4131C37B401; Tue, 10 Dec 2002 14:33:40 -0800 (PST) Received: from www1.mailru.com (www1.mailru.com [80.68.244.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAC8343EA9; Tue, 10 Dec 2002 14:33:38 -0800 (PST) (envelope-from rvdstudio@front.ru) Received: by HotBOX.Ru WebMail v2.1 id gBAKg6bn081637 for ; Date: Tue, 10 Dec 2002 23:42:06 +0300 (MSK) Message-Id: <200212102042.gBAKg6bn081637@www1.mailru.com> From: RVD-Studio To: rvd-studio@inbox.ru MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit X-Mailer: Free WebMail HotBOX.ru X-Originating-IP: [213.59.67.35] Subject: ðÒÏÇÒÁÍÍÉÒÏ×ÁÎÉÅ É ÄÉÚÁÊÎ ÄÌÑ ÷ÁÓ! 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 RVD-Studio, ×ÉÒÔÕÁÌØÎÁÑ ÓÔÕÄÉÑ ÄÉÚÁÊÎÁ É ÐÒÏÇÒÁÍÍÉÒÏ×ÁÎÉÑ ÐÒÅÄÌÁÇÁÅÔ ÓÌÅÄÕÀÝÉÅ ÕÓÌÕÇÉ: - òÁÚÒÁÂÏÔËÁ É ÓÏÐÒÏ×ÏÖÄÅÎÉÅ ÐÒÏÇÒÁÍÍÎÏÇÏ ÏÂÅÓÐÅÞÅÎÉÑ ÐÏ ÷ÁÛÉÍ ÜÓËÉÚÁÍ É/ÉÌÉ ÏÐÉÓÁÎÉÀ - éÚÇÏÔÏ×ÌÅÎÉÅ ÓÁÊÔÏ× ÄÌÑ ÆÉÚÉÞÅÓËÉÈ ÌÉÃ É ÏÒÇÁÎÉÚÁÃÉÊ - 3D-ÍÏÄÅÌÉÒÏ×ÁÎÉÅ ÄÌÑ Web É ÎÅ ÔÏÌØËÏ - ðÒÏÅËÔÉÒÏ×ÁÎÉÅ 3D É Flash - ÁÎÉÍÁÃÉÊ îáû ëïîôáëôîùê e-mail rvd-studion@inbox.ru õÂÅÄÉÔÅÌØÎÁÑ ÐÒÏÓØÂÁ ÐÏÌØÚÏ×ÁÔØÓÑ ÄÌÑ Ó×ÑÚÉ ÔÏÌØËÏ ÕËÁÚÁÎÎÙÍ e- mail ÁÄÒÅÓÏÍ, Á ÎÅ ÏÂÒÁÔÎÙÍ ÁÄÒÅÓÏÍ ÄÁÎÎÏÇÏ ÓÏÏÂÝÅÎÉÑ! íÙ ÇÁÒÁÎÔÉÒÕÅÍ ÉÎÄÉ×ÉÄÕÁÌØÎÙÊ ÐÏÄÈÏÄ Ë ËÁÖÄÏÍÕ ËÌÉÅÎÔÕ, ÄÏÂÒÏÓÏ×ÅÓÔÎÏÓÔØ ÒÁÂÏÔ É ÒÁÚÕÍÎÙÅ ÃÅÎÙ. ëÁË ÍÙ ÒÁÂÏÔÁÅÍ? ÷ù ×ÙÓÙÌÁÅÔÅ ÎÁ ÎÁÛ email ÏÐÉÓÁÎÉÅ ÐÒÏÅËÔÁ ÉÌÉ ÐÒÏÇÒÁÍÍÎÏÇÏ ÏÂÅÓÐÅÞÅÎÉÑ, × ËÏÔÏÒÏÍ ÷Ù ÎÕÖÄÁÅÔÅÓØ, Á ÔÁËÖÅ ÕËÁÚÙ×ÁÅÔÅ ÓÒÏË, × ËÏÔÏÒÙÊ ÄÏÌÖÎÙ ÂÙÔØ ×ÙÐÏÌÎÅÎÙ ÒÁÂÏÔÙ. íù ÏÃÅÎÉ×ÁÅÍ ÓÔÏÉÍÏÓÔØ ÐÒÏÅËÔÁ É ÓÏÏÂÝÁÅÍ ÷áí åÓÌÉ ÷áó ÕÓÔÒÁÉ×ÁÅÔ ÃÅÎÁ, íù ÄÅÌÁÅÍ ÄÅÍÏ×ÅÒÓÉÀ É ×ÙÓÙÌÁÅÍ ÅÅ ÷áí ÷ù ÐÌÁÔÉÔÅ - É ÐÏÌÕÞÁÅÔÅ ÐÏÌÎÏÆÕÎËÃÉÏÎÁÌØÎÕÀ ×ÅÒÓÉÀ ÐÒÏÄÕËÔÁ. ÷ù ÐÌÁÔÉÔÅ ÔÏÌØËÏ ÔÏÇÄÁ, ËÏÇÄÁ Õ×ÅÒÅÎÙ, ÞÔÏ îáûá ÒÁÂÏÔÁ ÷áó ÕÓÔÒÁÉ×ÁÅÔ úáëáöéôå ÷áû ðòïåëô ðòñíï óåêþáó! |÷ÁÛ ÁÄÒÅÓ ×ÚÑÔ ÉÚ ÏÔËÒÙÔÙÈ ÉÓÔÏÞÎÉËÏ× éîôåòîåô| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Dec 10 14:58:10 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00F4337B40C for ; Tue, 10 Dec 2002 14:58:09 -0800 (PST) Received: from bear.orl.ru (bear.orl.ru [213.59.67.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9357943E4A for ; Tue, 10 Dec 2002 14:58:07 -0800 (PST) (envelope-from rvd-studion@inbox.ru) Received: from odb ([213.59.67.35]) by bear.orl.ru (8.11.1/8.11.1) with SMTP id gBAMsp895671 for ; Wed, 11 Dec 2002 01:54:51 +0300 (MSK) Date: Wed, 11 Dec 2002 01:54:51 +0300 (MSK) Message-Id: <200212102254.gBAMsp895671@bear.orl.ru> From: RVD-STUDIO To: freebsd-sparc@freebsd.org Subject: Ïðîãðàììèðîâàíèå è äèçàéí äëÿ Âàñ! Reply-To: rvd-studion@inbox.ru 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 RVD-Studio, âèðòóàëüíàÿ ñòóäèÿ äèçàéíà è ïðîãðàììèðîâàíèÿ ïðåäëàãàåò ñëåäóþùèå óñëóãè: - Ðàçðàáîòêà è ñîïðîâîæäåíèå ïðîãðàììíîãî îáåñïå÷åíèÿ ïî Âàøèì ýñêèçàì è/èëè îïèñàíèþ - Èçãîòîâëåíèå ñàéòîâ äëÿ ôèçè÷åñêèõ ëèö è îðãàíèçàöèé - 3D-ìîäåëèðîâàíèå äëÿ Web è íå òîëüêî - Ïðîåêòèðîâàíèå 3D è Flash - àíèìàöèé ÍÀØ ÊÎÍÒÀÊÒÍÛÉ e-mail rvd-studion@inbox.ru Ìû ãàðàíòèðóåì èíäèâèäóàëüíûé ïîäõîä ê êàæäîìó êëèåíòó, äîáðîñîâåñòíîñòü ðàáîò è ðàçóìíûå öåíû. Êàê ìû ðàáîòàåì? ÂÛ âûñûëàåòå íà íàø email îïèñàíèå ïðîåêòà èëè ïðîãðàììíîãî îáåñïå÷åíèÿ, â êîòîðîì Âû íóæäàåòåñü, à òàêæå óêàçûâàåòå ñðîê, â êîòîðûé äîëæíû áûòü âûïîëíåíû ðàáîòû. ÌÛ îöåíèâàåì ñòîèìîñòü ïðîåêòà è ñîîáùàåì ÂÀÌ Åñëè ÂÀÑ óñòðàèâàåò öåíà, ÌÛ äåëàåì äåìîâåðñèþ è âûñûëàåì åå ÂÀÌ ÂÛ ïëàòèòå - è ïîëó÷àåòå ïîëíîôóíêöèîíàëüíóþ âåðñèþ ïðîäóêòà. ÂÛ ïëàòèòå òîëüêî òîãäà, êîãäà óâåðåíû, ÷òî ÍÀØÀ ðàáîòà ÂÀÑ óñòðàèâàåò ÇÀÊÀÆÈÒÅ ÂÀØ ÏÐÎÅÊÒ ÏÐßÌÎ ÑÅÉ×ÀÑ! |Âàø àäðåñ âçÿò èç îòêðûòûõ èñòî÷íèêîâ ÈÍÒÅÐÍÅÒ| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Dec 10 23: 9:55 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA2E837B401 for ; Tue, 10 Dec 2002 23:09:54 -0800 (PST) Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 4850843EC2 for ; Tue, 10 Dec 2002 23:09:52 -0800 (PST) (envelope-from ue@nathan.ruhr.de) Received: (qmail 10428 invoked by uid 10); 11 Dec 2002 07:09:50 -0000 Received: from nathan.internal (localhost [127.0.0.1]) by nathan.internal (8.12.6/8.12.6) with ESMTP id gBB71Njl090187 for ; Wed, 11 Dec 2002 08:01:23 +0100 (CET) (envelope-from ue@nathan.internal) Received: (from ue@localhost) by nathan.internal (8.12.6/8.12.6/Submit) id gBB71NmC090186 for freebsd-sparc@FreeBSD.ORG; Wed, 11 Dec 2002 08:01:23 +0100 (CET) Date: Wed, 11 Dec 2002 08:01:22 +0100 From: Udo Erdelhoff To: freebsd-sparc@FreeBSD.ORG Subject: Re: sparc64 installation documentation? Message-ID: <20021211070122.GF1467@nathan.ruhr.de> Mail-Followup-To: freebsd-sparc@FreeBSD.ORG References: <20021210221354.GA42752@rot13.obsecurity.org> <20021210222217.GA43097@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021210222217.GA43097@rot13.obsecurity.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Dec 10, 2002 at 02:22:17PM -0800, Kris Kennaway wrote: > On Wed, Dec 11, 2002 at 12:18:55AM +0200, Evren Yurtesen wrote: > > Thats a good point I can save the word document in html format. Good > > enough? > > Better :) have you ever seen what kind of 'HTML' is created by Word? Run it through tidy, watch it have a fit and remove 70% of the HTML code. I am currently looking for a polite and unoffensive way of telling the man that the best course of action is to take his document in HTML format, strip all the trash Word creates, and then use it to improve chapter 2 of the handbook and the installation part of the sparc64 release notes. /s/Udo -- If Bill Gates had a dime for every time a Windows box crashed... ...Oh, wait a minute, he already does. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Tue Dec 10 23:19:56 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABC5A37B401 for ; Tue, 10 Dec 2002 23:19:52 -0800 (PST) Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 76AC643ED4 for ; Tue, 10 Dec 2002 23:19:51 -0800 (PST) (envelope-from ue@nathan.ruhr.de) Received: (qmail 10803 invoked by uid 10); 11 Dec 2002 07:19:50 -0000 Received: from nathan.internal (localhost [127.0.0.1]) by nathan.internal (8.12.6/8.12.6) with ESMTP id gBB7BXjl090283 for ; Wed, 11 Dec 2002 08:11:33 +0100 (CET) (envelope-from ue@nathan.internal) Received: (from ue@localhost) by nathan.internal (8.12.6/8.12.6/Submit) id gBB7BXYY090282 for freebsd-sparc@freebsd.org; Wed, 11 Dec 2002 08:11:33 +0100 (CET) Date: Wed, 11 Dec 2002 08:11:33 +0100 From: Udo Erdelhoff To: freebsd-sparc@freebsd.org Subject: Small update for the list of supported systems Message-ID: <20021211071133.GG1467@nathan.ruhr.de> Mail-Followup-To: freebsd-sparc@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I have attached a small patch to the release notes for sparc64 that list Netra t1120/1125 and Enterprise 4500 servers as supported systems; it also changes the status of isp(4) cards from 'should work soon' to 'working'. All changes are based on my personal experience (I only used an sbus isp(4) card and did not try the PCI variant, so there is some room for error). Unless there are objection, I'll run this by re@ for inclusion in the releates notes. /s/Udo -- "Am curious to know what problem is. All servers runnink linux. Smooth as vodka." - "See that's just it. You're running this... this watered-down version of a real UNIX" (http://www.userfriendly.org/) --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=foo Index: proc-sparc64.sgml =================================================================== RCS file: /home/ncvs/src/release/doc/en_US.ISO8859-1/hardware/sparc64/proc-sparc64.sgml,v retrieving revision 1.4 diff -u -r1.4 proc-sparc64.sgml --- proc-sparc64.sgml 20 Mar 2002 21:14:00 -0000 1.4 +++ proc-sparc64.sgml 20 Nov 2002 19:22:06 -0000 @@ -70,6 +70,9 @@ Sun Netra t1 series servers + Sun Netra t1120/1125 servers + + Sun Enterprise 220R servers @@ -78,11 +81,14 @@ Sun Enterprise 420R servers + + Sun Enterprise 4500 servers + Ultra 80 and Blade 1000 are expected to work, maybe with minor modifications. SMP is supported on Ultra 2 and 60 - workstations and Enterprise 220R, 250 and 420R servers. + workstations, Netra t1120/1125 servers, and Enterprise 220R, 250, 4500 and 420R servers. @@ -220,8 +226,8 @@ driver framework. &perforce; There is full SCSI support via the CAM layer. However, only - NCR/Symbios cards are currently working. Adaptec 2940x (AIC - 7xxx chip-based) and &man.isp.4; cards should be supported soon. + NCR/Symbios and &man.isp.4; cards are currently working. Adaptec 2940x (AIC + 7xxx chip-based) cards should be supported soon. Be aware that SCSI cards must contain Sun FCODE in order to use them as a boot device from OpenBoot. --VbJkn9YxBvnuCH5J-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Dec 11 2:12:50 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4577337B401 for ; Wed, 11 Dec 2002 02:12:49 -0800 (PST) Received: from cc-gw.1anetworks.net (cc-gw.1anetworks.net [193.243.179.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 2AD8143EB2 for ; Wed, 11 Dec 2002 02:12:48 -0800 (PST) (envelope-from brian@ukip.com) Received: from BRI (brian.1anetworks.net [212.36.98.200]) by parma.1anetworks.net (8.9.3+Sun/8.9.3) with SMTP id KAA11149 for ; Wed, 11 Dec 2002 10:12:40 GMT From: "Bri" To: Subject: make clean on tar Date: Wed, 11 Dec 2002 10:06:37 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal 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 rm -f tar addext.o argmatch.o backupfile.o basename.o dirname.o error.o exclude.o full-write.o getdate.o getline.o getopt.o getopt1.o getstr.o hash.o human.o mktime.o modechange.o prepargs.o print-copyr.o quotearg.o safe-read.o save-cwd.o savedir.o unicodeio.o xgetcwd.o xmalloc.o xstrdup.o xstrtoul.o xstrtoumax.o buffer.o compare.o create.o delete.o extract.o incremen.o list.o mangle.o misc.o names.o rtapelib.o tar.o update.o tar.1.gz tar.1.cat.gz rm: tar: is a directory *** Error code 1 Stop in /usr/cvsroot/src/gnu/usr.bin/tar. the same happens on make world and make buildworld as expected does anyone else get this. Bri, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Dec 11 5:44:40 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF7EF37B401 for ; Wed, 11 Dec 2002 05:44:39 -0800 (PST) Received: from tts.orel.ru (tts.orel.ru [213.59.64.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ECF243EB2 for ; Wed, 11 Dec 2002 05:44:38 -0800 (PST) (envelope-from bel@orel.ru) Received: from orel.ru (lg.orel.ru [195.90.189.89]) by tts.orel.ru (8.12.6/8.12.6/bel) with ESMTP id gBBDiY9N008195 for ; Wed, 11 Dec 2002 16:44:35 +0300 Message-ID: <3DF74145.2000705@orel.ru> Date: Wed, 11 Dec 2002 16:44:37 +0300 From: Andrew Belashov Organization: ORIS User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.2b) Gecko/20021016 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: freebsd-sparc@freebsd.org Subject: Minor fixup in src/lib/libkvm/kvm_sparc64.c 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 Prevention of double freeing --- kvm_sparc64.c.orig Sun Oct 20 21:06:50 2002 +++ kvm_sparc64.c Wed Dec 11 16:03:33 2002 @@ -186,6 +186,7 @@ free(regs); fail_vm: free(vm); + kd->vmst = NULL; return (-1); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Dec 11 8:46:31 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A56B837B401 for ; Wed, 11 Dec 2002 08:46:29 -0800 (PST) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA98743EC2 for ; Wed, 11 Dec 2002 08:46:28 -0800 (PST) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org (12-240-204-110.client.attbi.com[12.240.204.110]) by rwcrmhc52.attbi.com (rwcrmhc52) with ESMTP id <200212111646280520013kg8e>; Wed, 11 Dec 2002 16:46:28 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id gBBGkRns041406; Wed, 11 Dec 2002 08:46:27 -0800 (PST) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id gBBGkQhM041405; Wed, 11 Dec 2002 08:46:26 -0800 (PST) Message-Id: <200212111646.gBBGkQhM041405@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20021120 with nmh-1.0.4 To: Udo Erdelhoff Cc: freebsd-sparc@FreeBSD.org Subject: Re: Small update for the list of supported systems In-Reply-To: <20021211071133.GG1467@nathan.ruhr.de> References: <20021211071133.GG1467@nathan.ruhr.de> Comments: In-reply-to Udo Erdelhoff message dated "Wed, 11 Dec 2002 08:11:33 +0100." From: "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: multipart/signed; boundary="==_Exmh_832572646P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 11 Dec 2002 08:46:26 -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 --==_Exmh_832572646P Content-Type: text/plain; charset=us-ascii If memory serves me right, Udo Erdelhoff wrote: > I have attached a small patch to the release notes for sparc64 that > list Netra t1120/1125 and Enterprise 4500 servers as supported > systems; it also changes the status of isp(4) cards from 'should > work soon' to 'working'. > > All changes are based on my personal experience (I only used an > sbus isp(4) card and did not try the PCI variant, so there is > some room for error). > > Unless there are objection, I'll run this by re@ for inclusion in > the releates notes. On a related note: I'd still like to see the hardware notes for sparc64 start to use the generic file (common/dev.sgml) rather than a file created especially for sparc64 (sparc64/dev-sparc64.sgml), if that's feasible. Ultimately this will make maintenence of the hardware notes a lot easier, but it's not clear to me how well it'll work at this point in time. (Note, however, that sparc64/dev-sparc64.sgml has exactly one revision, committed almost a year ago. I'm pretty sure it needs some updating.) Cheers, Bruce. --==_Exmh_832572646P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE992vi2MoxcVugUsMRAqqMAKCAlbJDmPjaYRE2FFMzqYHP4bK4FgCglX3g 01JoBS40nMhQhWo2jxmnwwg= =yd7O -----END PGP SIGNATURE----- --==_Exmh_832572646P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Dec 11 13:41: 1 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A02337B401 for ; Wed, 11 Dec 2002 13:41:00 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-228.dsl.lsan03.pacbell.net [64.169.104.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE9DA43E4A for ; Wed, 11 Dec 2002 13:40:59 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 3EBC166BE3; Wed, 11 Dec 2002 13:40:59 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id B05D713AC; Wed, 11 Dec 2002 13:40:58 -0800 (PST) Date: Wed, 11 Dec 2002 13:40:58 -0800 From: Kris Kennaway To: Bri Cc: freebsd-sparc@freebsd.org Subject: Re: make clean on tar Message-ID: <20021211214058.GF83910@rot13.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="924gEkU1VlJlwnwX" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --924gEkU1VlJlwnwX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 11, 2002 at 10:06:37AM -0000, Bri wrote: > rm -f tar addext.o argmatch.o backupfile.o basename.o dirname.o error.o > exclude.o full-write.o getdate.o getline.o getopt.o getopt1.o getstr.o > hash.o human.o mktime.o modechange.o prepargs.o print-copyr.o quotearg.o > safe-read.o save-cwd.o savedir.o unicodeio.o xgetcwd.o xmalloc.o xstrdup.o > xstrtoul.o xstrtoumax.o buffer.o compare.o create.o delete.o extract.o > incremen.o list.o mangle.o misc.o names.o rtapelib.o tar.o update.o tar.1= .gz > tar.1.cat.gz > rm: tar: is a directory > *** Error code 1 >=20 > Stop in /usr/cvsroot/src/gnu/usr.bin/tar. >=20 > the same happens on make world and make buildworld as expected does anyone > else get this. You must always cvs checkout and cvs update with the '-P' flag: cvs update -P Kris --924gEkU1VlJlwnwX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE997DqWry0BWjoQKURAvQ9AKCi2kB8A/2uaxXKh7zFdjOAnEa0nQCfc2Px kIaowDtXX2iUgKxy+NWi9MU= =U6vX -----END PGP SIGNATURE----- --924gEkU1VlJlwnwX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Dec 11 16: 1: 4 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0551537B401; Wed, 11 Dec 2002 16:01:03 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-228.dsl.lsan03.pacbell.net [64.169.104.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 739D743ED1; Wed, 11 Dec 2002 16:01:02 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 2862366BE3; Wed, 11 Dec 2002 16:01:02 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id EFFC013AB; Wed, 11 Dec 2002 16:01:01 -0800 (PST) Date: Wed, 11 Dec 2002 16:01:01 -0800 From: Kris Kennaway To: sparc64@FreeBSD.org Cc: current@FreeBSD.org, peter@FreeBSD.org Subject: Panic with sparc nfs client and 4.x i386 server Message-ID: <20021212000101.GA86602@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline It looks like there is an interop problem with a FreeBSD sparc nfs client running from a 4.x i386 nfs server. I got panics about once a day on my nfs server at home when I tried to do sparc package builds from it (this is with RELENG_4 going back at least 6 months), and in the past two days (since I started using it to build sparc packages too) bento.freebsd.org has panicked twice with: Fatal double fault: eip = 0xc0279bf6 esp = 0xe1771fec ebp = 0xe1772018 mp_lock = 00000100; cpuid = 0; lapic.id = 01000000 panic: double fault mp_lock = 00000100; cpuid = 0; lapic.id = 01000000 boot() called on cpu#0 Since I switched to a 5.0 nfs server at home I have not seen this problem, so it appears to be RELENG_4 only. Has anyone else experienced this? Kris --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE999G9Wry0BWjoQKURAuYLAJ9+JJBx1aaRma7IJgzV90AUaPCQ5gCggvOP 25hWJmhCMdb5nrL+VOYPmro= =Zxn2 -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Dec 11 18:42:36 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB99E37B401; Wed, 11 Dec 2002 18:42:34 -0800 (PST) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D7AF43E4A; Wed, 11 Dec 2002 18:42:34 -0800 (PST) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.6/8.12.6) with ESMTP id gBC30CxQ092666; Wed, 11 Dec 2002 22:00:12 -0500 (EST) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.6/8.12.6/Submit) id gBC30BA3092665; Wed, 11 Dec 2002 22:00:11 -0500 (EST) Date: Wed, 11 Dec 2002 22:00:11 -0500 From: Jake Burkholder To: "Bruce A. Mah" Cc: Udo Erdelhoff , freebsd-sparc@FreeBSD.ORG Subject: Re: Small update for the list of supported systems Message-ID: <20021211220011.D84047@locore.ca> References: <20021211071133.GG1467@nathan.ruhr.de> <200212111646.gBBGkQhM041405@intruder.bmah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200212111646.gBBGkQhM041405@intruder.bmah.org>; from bmah@FreeBSD.ORG on Wed, Dec 11, 2002 at 08:46:26AM -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 Wed, Dec 11, 2002 at 08:46:26AM -0800, Bruce A. Mah said words to the effect of; > If memory serves me right, Udo Erdelhoff wrote: > > > I have attached a small patch to the release notes for sparc64 that > > list Netra t1120/1125 and Enterprise 4500 servers as supported > > systems; it also changes the status of isp(4) cards from 'should > > work soon' to 'working'. > > > > All changes are based on my personal experience (I only used an > > sbus isp(4) card and did not try the PCI variant, so there is > > some room for error). > > > > Unless there are objection, I'll run this by re@ for inclusion in > > the releates notes. > > On a related note: I'd still like to see the hardware notes for sparc64 > start to use the generic file (common/dev.sgml) rather than a file > created especially for sparc64 (sparc64/dev-sparc64.sgml), if that's > feasible. Ultimately this will make maintenence of the hardware notes a > lot easier, but it's not clear to me how well it'll work at this point > in time. If I understand correctly everything in there is annotated to indicate what arch its supported on, so I think this would work fine. Some sparc64 only stuff would need to be added (hme, gem, sab), but that's all that I noticed in a quick perusal. Do either of you want to do this? Quick question: is it possible to include a file from the doc tree in the sparc.sgml platform webpage? I'd like to have a brief list of systems that are supported there, with a more detailed list in proc-sparc64.sgml, but would like to avoid listing them twice. Jake > > (Note, however, that sparc64/dev-sparc64.sgml has exactly one revision, > committed almost a year ago. I'm pretty sure it needs some updating.) > > Cheers, > > Bruce. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Dec 11 21:39:24 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F20C137B401 for ; Wed, 11 Dec 2002 21:39:22 -0800 (PST) Received: from brainlink.com (mail.brainlink.com [66.228.0.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59FE943EB2 for ; Wed, 11 Dec 2002 21:39:22 -0800 (PST) (envelope-from anthonyv@brainlink.com) Received: from [24.189.7.159] (account anthonyv HELO brainlink.com) by brainlink.com (CommuniGate Pro SMTP 3.5.3) with ESMTP id 17428602 for sparc@freebsd.org; Thu, 12 Dec 2002 00:49:23 -0500 Message-ID: <3DF820F6.5030008@brainlink.com> Date: Thu, 12 Dec 2002 00:39:02 -0500 From: Anthony Volodkin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b) Gecko/20021021 X-Accept-Language: en-us, en MIME-Version: 1.0 To: sparc@freebsd.org Subject: Re: Panic with sparc nfs client and 4.x i386 server References: <20021212000101.GA86602@rot13.obsecurity.org> In-Reply-To: <20021212000101.GA86602@rot13.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; 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 Hey Kris, I am currently running a 5.0 sparc64 (November 30) machine with a NFSroot from a i386 4.7-RELEASE server. I've built a complete world/kernel on the sparc (hence, heavy nfs usage) and also built some packages. I have not encountered this problem. Kris Kennaway wrote: >It looks like there is an interop problem with a FreeBSD sparc nfs >client running from a 4.x i386 nfs server. I got panics about once a >day on my nfs server at home when I tried to do sparc package builds >from it (this is with RELENG_4 going back at least 6 months), and in >the past two days (since I started using it to build sparc packages >too) bento.freebsd.org has panicked twice with: > >Fatal double fault: >eip = 0xc0279bf6 >esp = 0xe1771fec >ebp = 0xe1772018 >mp_lock = 00000100; cpuid = 0; lapic.id = 01000000 >panic: double fault >mp_lock = 00000100; cpuid = 0; lapic.id = 01000000 >boot() called on cpu#0 > >Since I switched to a 5.0 nfs server at home I have not seen this >problem, so it appears to be RELENG_4 only. > >Has anyone else experienced this? > >Kris > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Dec 11 23: 9:58 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A04A637B401 for ; Wed, 11 Dec 2002 23:09:57 -0800 (PST) Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 4864F43ED1 for ; Wed, 11 Dec 2002 23:09:55 -0800 (PST) (envelope-from ue@nathan.ruhr.de) Received: (qmail 27850 invoked by uid 10); 12 Dec 2002 07:09:48 -0000 Received: from nathan.internal (localhost [127.0.0.1]) by nathan.internal (8.12.6/8.12.6) with ESMTP id gBC74ijl003291 for ; Thu, 12 Dec 2002 08:04:44 +0100 (CET) (envelope-from ue@nathan.internal) Received: (from ue@localhost) by nathan.internal (8.12.6/8.12.6/Submit) id gBC74iTF003290 for freebsd-sparc@FreeBSD.ORG; Thu, 12 Dec 2002 08:04:44 +0100 (CET) Date: Thu, 12 Dec 2002 08:04:44 +0100 From: Udo Erdelhoff To: freebsd-sparc@FreeBSD.ORG Subject: Re: Small update for the list of supported systems Message-ID: <20021212070443.GJ1467@nathan.ruhr.de> Mail-Followup-To: freebsd-sparc@FreeBSD.ORG References: <20021211071133.GG1467@nathan.ruhr.de> <200212111646.gBBGkQhM041405@intruder.bmah.org> <20021211220011.D84047@locore.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021211220011.D84047@locore.ca> User-Agent: Mutt/1.4i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, On Wed, Dec 11, 2002 at 10:00:11PM -0500, Jake Burkholder wrote: > If I understand correctly everything in there is annotated to indicate > what arch its supported on, so I think this would work fine. Some sparc64 > only stuff would need to be added (hme, gem, sab), but that's all that I > noticed in a quick perusal. Do either of you want to do this? can do. I play around with Solaris for a living, so I should know what the things are. Listing hme under SCSI Controllers would be a bad idea :) > Quick question: is it possible to include a file from the doc tree in > the sparc.sgml platform webpage? I'd like to have a brief list of > systems that are supported there, with a more detailed list in > proc-sparc64.sgml, but would like to avoid listing them twice. The up-to-date release notes are always available on the webpage, including the output of proc-sparc.sgml. You can even point to the translated version if you want to :) Put in a link to http://www.freebsd.org/relnotes/CURRENT/hardware/sparc64/article.html to point to the hardware release notes. We can (and should) put IDs into this thing (watch this space for a patch sometime later today) and then it would be possible to link o http://www.freebsd.org/relnotes/CURRENT/hardware/sparc64/article.html#system-list and the user would be teleported to chapter 2.2 (the list of supported systems). /s/Udo -- Schnell und schluepfrig wie geoeltes Ferkel auf Crack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Wed Dec 11 23:12:17 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E6A337B401 for ; Wed, 11 Dec 2002 23:12:16 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-228.dsl.lsan03.pacbell.net [64.169.104.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAAE343E4A for ; Wed, 11 Dec 2002 23:12:15 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 669A066BE3; Wed, 11 Dec 2002 23:12:15 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id DF18D133F; Wed, 11 Dec 2002 23:12:12 -0800 (PST) Date: Wed, 11 Dec 2002 23:12:12 -0800 From: Kris Kennaway To: Anthony Volodkin Cc: sparc@FreeBSD.ORG Subject: Re: Panic with sparc nfs client and 4.x i386 server Message-ID: <20021212071212.GA95160@rot13.obsecurity.org> References: <20021212000101.GA86602@rot13.obsecurity.org> <3DF820F6.5030008@brainlink.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline In-Reply-To: <3DF820F6.5030008@brainlink.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 12, 2002 at 12:39:02AM -0500, Anthony Volodkin wrote: > Hey Kris, >=20 > I am currently running a 5.0 sparc64 (November 30) machine with a=20 > NFSroot from a i386 4.7-RELEASE server. >=20 > I've built a complete world/kernel on the sparc (hence, heavy nfs usage)= =20 > and also built some packages. I have not encountered this problem. That's light NFS usage compared to what I do to the poor thing ;-) The panics usually occur after a day or so of more-or-less continuous NFS read/write load. Kris --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9+DbMWry0BWjoQKURAhGpAJ9W70TG4/JFpKNZe4bESIx7JJbO/wCglCqN J/e3Adnk6+G9HTfHrx00iYM= =wFUK -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Thu Dec 12 18:46:40 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8895437B401 for ; Thu, 12 Dec 2002 18:46:39 -0800 (PST) Received: from brainlink.com (mail.brainlink.com [66.228.0.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AFB843ED1 for ; Thu, 12 Dec 2002 18:46:34 -0800 (PST) (envelope-from anthonyv@brainlink.com) Received: from [24.189.7.159] (account anthonyv HELO brainlink.com) by brainlink.com (CommuniGate Pro SMTP 3.5.3) with ESMTP id 17454804 for sparc@freebsd.org; Thu, 12 Dec 2002 21:56:45 -0500 Message-ID: <3DF94A02.3000905@brainlink.com> Date: Thu, 12 Dec 2002 21:46:26 -0500 From: Anthony Volodkin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b) Gecko/20021021 X-Accept-Language: en-us, en MIME-Version: 1.0 To: sparc@freebsd.org Subject: Re: Panic with sparc nfs client and 4.x i386 server References: <20021212000101.GA86602@rot13.obsecurity.org> <3DF820F6.5030008@brainlink.com> <20021212071212.GA95160@rot13.obsecurity.org> In-Reply-To: <20021212071212.GA95160@rot13.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; 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 This is an ultra2 with dual 300Mhz CPUs, so it's not too speedy. Can you suggest something I can do to it to generate some HEAVY nfs load? Anthony Kris Kennaway wrote: >On Thu, Dec 12, 2002 at 12:39:02AM -0500, Anthony Volodkin wrote: > > >>Hey Kris, >> >>I am currently running a 5.0 sparc64 (November 30) machine with a >>NFSroot from a i386 4.7-RELEASE server. >> >>I've built a complete world/kernel on the sparc (hence, heavy nfs usage) >>and also built some packages. I have not encountered this problem. >> >> > >That's light NFS usage compared to what I do to the poor thing ;-) > >The panics usually occur after a day or so of more-or-less continuous >NFS read/write load. > >Kris > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Dec 13 12:32:55 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9567637B401 for ; Fri, 13 Dec 2002 12:32:54 -0800 (PST) Received: from energistic.com (bdsl.66.12.217.106.gte.net [66.12.217.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id B776243E4A for ; Fri, 13 Dec 2002 12:32:53 -0800 (PST) (envelope-from steve@energistic.com) Received: from energistic.com (steve@localhost [127.0.0.1]) by energistic.com (8.12.6/8.12.6) with ESMTP id gBDKWlCn029346 for ; Fri, 13 Dec 2002 15:32:47 -0500 (EST) (envelope-from steve@energistic.com) Received: (from steve@localhost) by energistic.com (8.12.6/8.12.6/Submit) id gBDKWlCl026699 for freebsd-sparc@freebsd.org; Fri, 13 Dec 2002 15:32:47 -0500 (EST) (envelope-from steve) Date: Fri, 13 Dec 2002 15:32:47 -0500 (EST) From: Steve Ames Message-Id: <200212132032.gBDKWlCl026699@energistic.com> To: freebsd-sparc@freebsd.org Subject: Updating src/ ? Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org What's the preferred method for keeping my source tree current for sparc64? AnonCVS? If so could someone give me an example of using it? I've installed the last snapshot that was available from ftp2 and its looking way better than the install I did just a few months ago! Excellent work. -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Fri Dec 13 18: 8:55 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAC6137B401 for ; Fri, 13 Dec 2002 18:08:53 -0800 (PST) Received: from marvin.bsdng.org (24-159-239-62.jvl.wi.charter.com [24.159.239.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21FEC43EA9 for ; Fri, 13 Dec 2002 18:08:53 -0800 (PST) (envelope-from mkm@marvin.bsdng.org) Received: from marvin.bsdng.org (localhost [127.0.0.1]) by marvin.bsdng.org (8.12.6/8.12.6) with ESMTP id gBDK7DGB053327; Fri, 13 Dec 2002 20:07:13 GMT (envelope-from mkm@marvin.bsdng.org) Received: (from mkm@localhost) by marvin.bsdng.org (8.12.6/8.12.6/Submit) id gBDK7C1K053326; Fri, 13 Dec 2002 20:07:12 GMT Date: Fri, 13 Dec 2002 20:07:12 +0000 From: Kyle Martin To: Steve Ames Cc: freebsd-sparc@freebsd.org Subject: Re: Updating src/ ? Message-ID: <20021213200712.GA22645@marvin.bsdng.org> References: <200212132032.gBDKWlCl026699@energistic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200212132032.gBDKWlCl026699@energistic.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Dec 13, 2002 at 03:32:47PM -0500, Steve Ames wrote: > > What's the preferred method for keeping my source tree current > for sparc64? AnonCVS? If so could someone give me an example of > using it? > You might want to read the handbook http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html -- Kyle Martin , http://www.bsdng.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sat Dec 14 2:36:37 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B26CA37B401; Sat, 14 Dec 2002 02:36:35 -0800 (PST) Received: from tomts6-srv.bellnexxia.net (tomts6.bellnexxia.net [209.226.175.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7AF843EA9; Sat, 14 Dec 2002 02:36:29 -0800 (PST) (envelope-from mike@sparc64.style9.org) Received: from bowie.private ([65.93.76.149]) by tomts6-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021214103629.WOFM10601.tomts6-srv.bellnexxia.net@bowie.private>; Sat, 14 Dec 2002 05:36:29 -0500 Received: from bowie.private (localhost [127.0.0.1]) by bowie.private (8.12.6/8.12.5) with ESMTP id gBEAarQa088606; Sat, 14 Dec 2002 10:36:53 GMT (envelope-from mike@bowie.private) Received: (from mike@localhost) by bowie.private (8.12.6/8.12.6/Submit) id gBEAaqqY088604; Sat, 14 Dec 2002 10:36:52 GMT Date: Sat, 14 Dec 2002 10:36:52 GMT From: Mike Barcroft Message-Id: <200212141036.gBEAaqqY088604@bowie.private> To: current@FreeBSD.org, sparc64@FreeBSD.org Subject: sparc64 tinderbox failure 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 -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /tinderbox/sparc64/obj/tinderbox/sparc64/src/sparc64/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- >>> Kernel build for GENERIC started on Sat Dec 14 10:08:25 GMT 2002 -------------------------------------------------------------- ===> ipfilter cc1: warnings being treated as errors /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c: In function `ffs_snapshot': /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c:542: warning: cast to pointer from integer of different size /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c:557: warning: cast to pointer from integer of different size /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c: In function `mapacct_ufs1': /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c:1002: warning: cast to pointer from integer of different size /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c: In function `mapacct_ufs2': /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c:1278: warning: cast to pointer from integer of different size *** Error code 1 Stop in /tinderbox/sparc64/obj/tinderbox/sparc64/src/sys/GENERIC. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sat Dec 14 8:40:42 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04EC837B404; Sat, 14 Dec 2002 08:40:41 -0800 (PST) Received: from tomts9-srv.bellnexxia.net (tomts9.bellnexxia.net [209.226.175.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE23943EC2; Sat, 14 Dec 2002 08:40:34 -0800 (PST) (envelope-from mike@sparc64.style9.org) Received: from bowie.private ([65.93.76.149]) by tomts9-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021214164033.QEFK23182.tomts9-srv.bellnexxia.net@bowie.private>; Sat, 14 Dec 2002 11:40:33 -0500 Received: from bowie.private (localhost [127.0.0.1]) by bowie.private (8.12.6/8.12.5) with ESMTP id gBEGfCQa092765; Sat, 14 Dec 2002 16:41:12 GMT (envelope-from mike@bowie.private) Received: (from mike@localhost) by bowie.private (8.12.6/8.12.6/Submit) id gBEGf715092763; Sat, 14 Dec 2002 16:41:07 GMT Date: Sat, 14 Dec 2002 16:41:07 GMT From: Mike Barcroft Message-Id: <200212141641.gBEGf715092763@bowie.private> To: current@FreeBSD.org, sparc64@FreeBSD.org Subject: sparc64 tinderbox failure 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 -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /tinderbox/sparc64/obj/tinderbox/sparc64/src/sparc64/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- >>> Kernel build for GENERIC started on Sat Dec 14 16:12:14 GMT 2002 -------------------------------------------------------------- ===> ipfilter cc1: warnings being treated as errors /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c: In function `ffs_snapshot': /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c:542: warning: cast to pointer from integer of different size /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c:557: warning: cast to pointer from integer of different size /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c: In function `mapacct_ufs1': /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c:1002: warning: cast to pointer from integer of different size /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c: In function `mapacct_ufs2': /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c:1278: warning: cast to pointer from integer of different size *** Error code 1 Stop in /tinderbox/sparc64/obj/tinderbox/sparc64/src/sys/GENERIC. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sat Dec 14 14:37:29 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A89AD37B401; Sat, 14 Dec 2002 14:37:27 -0800 (PST) Received: from tomts21-srv.bellnexxia.net (tomts21.bellnexxia.net [209.226.175.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 826AE43E4A; Sat, 14 Dec 2002 14:37:21 -0800 (PST) (envelope-from mike@sparc64.style9.org) Received: from bowie.private ([65.93.76.149]) by tomts21-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021214223720.UASJ4291.tomts21-srv.bellnexxia.net@bowie.private>; Sat, 14 Dec 2002 17:37:20 -0500 Received: from bowie.private (localhost [127.0.0.1]) by bowie.private (8.12.6/8.12.5) with ESMTP id gBEMcCQa096918; Sat, 14 Dec 2002 22:38:12 GMT (envelope-from mike@bowie.private) Received: (from mike@localhost) by bowie.private (8.12.6/8.12.6/Submit) id gBEMcCO4096916; Sat, 14 Dec 2002 22:38:12 GMT Date: Sat, 14 Dec 2002 22:38:12 GMT From: Mike Barcroft Message-Id: <200212142238.gBEMcCO4096916@bowie.private> To: current@FreeBSD.org, sparc64@FreeBSD.org Subject: sparc64 tinderbox failure 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 -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /tinderbox/sparc64/obj/tinderbox/sparc64/src/sparc64/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- >>> Kernel build for GENERIC started on Sat Dec 14 22:09:33 GMT 2002 -------------------------------------------------------------- ===> ipfilter cc1: warnings being treated as errors /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c: In function `ffs_snapshot': /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c:542: warning: cast to pointer from integer of different size /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c:557: warning: cast to pointer from integer of different size /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c: In function `mapacct_ufs1': /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c:1002: warning: cast to pointer from integer of different size /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c: In function `mapacct_ufs2': /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c:1278: warning: cast to pointer from integer of different size *** Error code 1 Stop in /tinderbox/sparc64/obj/tinderbox/sparc64/src/sys/GENERIC. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message From owner-freebsd-sparc Sat Dec 14 20:39:20 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3417E37B401; Sat, 14 Dec 2002 20:39:19 -0800 (PST) Received: from tomts23-srv.bellnexxia.net (tomts23.bellnexxia.net [209.226.175.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2B3B43E4A; Sat, 14 Dec 2002 20:39:12 -0800 (PST) (envelope-from mike@sparc64.style9.org) Received: from bowie.private ([65.93.76.149]) by tomts23-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021215043911.LAKI22723.tomts23-srv.bellnexxia.net@bowie.private>; Sat, 14 Dec 2002 23:39:11 -0500 Received: from bowie.private (localhost [127.0.0.1]) by bowie.private (8.12.6/8.12.5) with ESMTP id gBF4dMQa001481; Sun, 15 Dec 2002 04:39:22 GMT (envelope-from mike@bowie.private) Received: (from mike@localhost) by bowie.private (8.12.6/8.12.6/Submit) id gBF4dM7m001479; Sun, 15 Dec 2002 04:39:22 GMT Date: Sun, 15 Dec 2002 04:39:22 GMT From: Mike Barcroft Message-Id: <200212150439.gBF4dM7m001479@bowie.private> To: current@FreeBSD.org, sparc64@FreeBSD.org Subject: sparc64 tinderbox failure 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 -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- >>> stage 2: cleaning up the object tree -------------------------------------------------------------- >>> stage 2: rebuilding the object tree -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- >>> stage 4: populating /tinderbox/sparc64/obj/tinderbox/sparc64/src/sparc64/usr/include -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- >>> stage 4: make dependencies -------------------------------------------------------------- >>> stage 4: building everything.. -------------------------------------------------------------- >>> Kernel build for GENERIC started on Sun Dec 15 04:10:39 GMT 2002 -------------------------------------------------------------- ===> ipfilter cc1: warnings being treated as errors /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c: In function `ffs_snapshot': /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c:542: warning: cast to pointer from integer of different size /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c:557: warning: cast to pointer from integer of different size /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c: In function `mapacct_ufs1': /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c:1002: warning: cast to pointer from integer of different size /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c: In function `mapacct_ufs2': /tinderbox/sparc64/src/sys/ufs/ffs/ffs_snapshot.c:1278: warning: cast to pointer from integer of different size *** Error code 1 Stop in /tinderbox/sparc64/obj/tinderbox/sparc64/src/sys/GENERIC. *** Error code 1 Stop in /tinderbox/sparc64/src. *** Error code 1 Stop in /tinderbox/sparc64/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message