From owner-freebsd-sparc64@FreeBSD.ORG Sun Jan 23 17:34:24 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D028A16A4CE; Sun, 23 Jan 2005 17:34:24 +0000 (GMT) Received: from post-22.mail.nl.demon.net (post-22.mail.nl.demon.net [194.159.73.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85EB043D41; Sun, 23 Jan 2005 17:34:24 +0000 (GMT) (envelope-from kwm@rainbow-runner.nl) Received: from kazerne.demon.nl ([212.238.222.22]:64022 helo=heater.rainbow-runner.nl) by post-22.mail.nl.demon.net with esmtp (Exim 4.43) id 1Csld1-000F1m-GP; Sun, 23 Jan 2005 17:34:23 +0000 From: Koop Mast To: Kris Kennaway In-Reply-To: <20050122213501.GA22882@xor.obsecurity.org> References: <20050122213501.GA22882@xor.obsecurity.org> Content-Type: text/plain Date: Sun, 23 Jan 2005 18:34:31 +0100 Message-Id: <1106501671.677.1.camel@heater.rainbow-runner.nl> Mime-Version: 1.0 X-Mailer: Evolution 2.1.3.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: obrien@FreeBSD.org cc: sparc64@FreeBSD.org Subject: Re: file(1) broken on sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2005 17:34:25 -0000 Op za, 22-01-2005 te 13:35 -0800, schreef Kris Kennaway: > Old file(1): > > monster# file /lib/libc.so.6 > /lib/libc.so.6: ELF 64-bit MSB shared object, SPARC V9, version 1 (FreeBSD), stripped > > New file(1): > > monster# file /lib/libc.so.6 > /lib/libc.so.6: data, stripped > > Among other things, this breaks a lot of package builds because > libtool 1.3 doesn't think FreeBSD/sparc64 can build shared libraries. > > Kris Seems to work here: # uname -a FreeBSD sparkel 6.0-CURRENT FreeBSD 6.0-CURRENT #6: Sat Jan 22 13:44:59 CET 2005 root@sparkel:/usr/obj/usr/src/sys/SeaLion sparc64 # file -v file-4.12 magic file from /usr/share/misc/magic # file /lib/libc.so.6 /lib/libc.so.6: ELF 64-bit MSB shared object, SPARC V9, version 1 (FreeBSD), stripped Koop From owner-freebsd-sparc64@FreeBSD.ORG Sun Jan 23 20:02:08 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB06916A4CE; Sun, 23 Jan 2005 20:02:08 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AD8143D2D; Sun, 23 Jan 2005 20:02:07 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 164BD512A7; Sun, 23 Jan 2005 12:02:01 -0800 (PST) Date: Sun, 23 Jan 2005 12:02:01 -0800 From: Kris Kennaway To: Koop Mast Message-ID: <20050123200201.GA81234@xor.obsecurity.org> References: <20050122213501.GA22882@xor.obsecurity.org> <1106501671.677.1.camel@heater.rainbow-runner.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline In-Reply-To: <1106501671.677.1.camel@heater.rainbow-runner.nl> User-Agent: Mutt/1.4.2.1i cc: sparc64@FreeBSD.org cc: obrien@FreeBSD.org cc: Kris Kennaway Subject: Re: file(1) broken on sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2005 20:02:08 -0000 --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 23, 2005 at 06:34:31PM +0100, Koop Mast wrote: > Op za, 22-01-2005 te 13:35 -0800, schreef Kris Kennaway: > > Old file(1): > >=20 > > monster# file /lib/libc.so.6 > > /lib/libc.so.6: ELF 64-bit MSB shared object, SPARC V9, version 1 (Free= BSD), stripped > >=20 > > New file(1): > >=20 > > monster# file /lib/libc.so.6 > > /lib/libc.so.6: data, stripped > >=20 > > Among other things, this breaks a lot of package builds because > > libtool 1.3 doesn't think FreeBSD/sparc64 can build shared libraries. > >=20 > > Kris >=20 > Seems to work here: >=20 > # uname -a > FreeBSD sparkel 6.0-CURRENT FreeBSD 6.0-CURRENT #6: Sat Jan 22 13:44:59 > CET 2005 root@sparkel:/usr/obj/usr/src/sys/SeaLion sparc64 >=20 > # file -v > file-4.12 > magic file from /usr/share/misc/magic >=20 > # file /lib/libc.so.6 > /lib/libc.so.6: ELF 64-bit MSB shared object, SPARC V9, version 1 > (FreeBSD), stripped I wonder if the problem is with worlds cross-built from i386. Can you try a buildworld on i386 with TARGET_ARCH=3Dsparc64 and see if it still works? Kris --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFB9AK5Wry0BWjoQKURAmT9AKCzXXIYw0YDi8oGaveTLeUx65sbZQCfX8Sh UXdEOMQZPkOS1xm4CVz+G+M= =Q0jG -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2-- From owner-freebsd-sparc64@FreeBSD.ORG Sun Jan 23 21:39:06 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2DC716A4CE; Sun, 23 Jan 2005 21:39:06 +0000 (GMT) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 365B243D48; Sun, 23 Jan 2005 21:39:06 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smarthost2.sentex.ca (8.13.1/8.13.1) with ESMTP id j0NLd5m0040980; Sun, 23 Jan 2005 16:39:05 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.13.1/8.13.1) with ESMTP id j0NLd5Hv082838; Sun, 23 Jan 2005 16:39:05 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 3B5EF7306E; Sun, 23 Jan 2005 16:39:05 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20050123213905.3B5EF7306E@freebsd-current.sentex.ca> Date: Sun, 23 Jan 2005 16:39:05 -0500 (EST) X-Virus-Scanned: ClamAV 0.80/625/Fri Dec 10 12:41:57 2004 clamav-milter version 0.80j on clamscanner1 X-Virus-Scanned: ClamAV 0.80/671/Mon Jan 17 09:16:31 2005 clamav-milter version 0.80j on clamscanner4 X-Virus-Status: Clean X-Virus-Status: Clean Subject: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2005 21:39:06 -0000 TB --- 2005-01-23 20:13:58 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-01-23 20:13:58 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2005-01-23 20:13:58 - checking out the source tree TB --- 2005-01-23 20:13:58 - cd /home/tinderbox/CURRENT/sparc64/sparc64 TB --- 2005-01-23 20:13:58 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2005-01-23 20:19:51 - building world (CFLAGS=-O2 -pipe) TB --- 2005-01-23 20:19:51 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src TB --- 2005-01-23 20:19:51 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything TB --- 2005-01-23 21:26:14 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2005-01-23 21:26:14 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src TB --- 2005-01-23 21:26:14 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sun Jan 23 21:26:15 UTC 2005 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for GENERIC completed on Sun Jan 23 21:37:46 UTC 2005 TB --- 2005-01-23 21:37:46 - generating LINT kernel config TB --- 2005-01-23 21:37:46 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src/sys/sparc64/conf TB --- 2005-01-23 21:37:46 - /usr/bin/make -B LINT TB --- 2005-01-23 21:37:46 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2005-01-23 21:37:46 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src TB --- 2005-01-23 21:37:46 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Jan 23 21:37:46 UTC 2005 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies [...] awk -f /tinderbox/CURRENT/sparc64/sparc64/src/sys/tools/makeobjops.awk /tinderbox/CURRENT/sparc64/sparc64/src/sys/libkern/iconv_converter_if.m -h awk -f /tinderbox/CURRENT/sparc64/sparc64/src/sys/tools/makeobjops.awk /tinderbox/CURRENT/sparc64/sparc64/src/sys/dev/ofw/ofw_bus_if.m -h awk -f /tinderbox/CURRENT/sparc64/sparc64/src/sys/tools/makeobjops.awk /tinderbox/CURRENT/sparc64/sparc64/src/sys/sparc64/pci/ofw_pci_if.m -h if [ -f .olddep ]; then mv .olddep .depend; fi rm -f .newdep /home/tinderbox/CURRENT/sparc64/sparc64/obj/tinderbox/CURRENT/sparc64/sparc64/src/make.i386/make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/sparc64/sparc64/src/sys -I/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/altq -I/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/pf -I/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-gr owth=1000 -fno-builtin -mcmodel=medlow -msoft-float -ffreestanding /tinderbox/CURRENT/sparc64/sparc64/src/sys/dev/isp/isp_freebsd.c:1500:34: macro "AT_MAKE_TAGID" requires 3 arguments, but only 2 given mkdep: compile failed *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/sys/LINT. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/sys/LINT. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. TB --- 2005-01-23 21:39:04 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-01-23 21:39:04 - ERROR: failed to build lint kernel TB --- 2005-01-23 21:39:04 - tinderbox aborted From owner-freebsd-sparc64@FreeBSD.ORG Mon Jan 24 11:02:15 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFA2216A50A for ; Mon, 24 Jan 2005 11:02:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A943C43D53 for ; Mon, 24 Jan 2005 11:02:15 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0OB2F8J019021 for ; Mon, 24 Jan 2005 11:02:15 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0OB2E6e019014 for freebsd-sparc64@freebsd.org; Mon, 24 Jan 2005 11:02:14 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 24 Jan 2005 11:02:14 GMT Message-Id: <200501241102.j0OB2E6e019014@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-sparc64@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 11:02:15 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/06/24] sparc64/53670sparc64 pthreads implementation on 5.1-Release sp o [2004/01/29] sparc64/62053sparc64 Using bridging on 5.2 Sparc64 causes imme o [2004/09/14] sparc64/71729sparc64 printf in kernel thread causes panic on S o [2004/10/21] sparc64/72962sparc64 [sysinstall] Sysinstall panics on sparc64 o [2004/11/02] sparc64/73413sparc64 [patch] pthread(libkse) library is broken o [2004/11/10] sparc64/73782sparc64 libc is missing the _Qp_cmp function 6 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2003/10/11] sparc64/57856sparc64 sparc64: IDE Raid controller no detect di o [2004/07/09] sparc64/68869sparc64 netcard: Unexpect packet size, drop packe o [2004/08/02] sparc64/69893sparc64 asr panics the system on sparc64 o [2004/10/15] sparc64/72731sparc64 sparc64, 5.3-BETA7, "host" command doesn' o [2004/10/22] sparc64/72998sparc64 [patch] set_mcontext() change syscalls pa o [2004/12/24] sparc64/75458sparc64 Add detection of US-IIIi processor f [2005/01/03] sparc64/75735sparc64 misconfigured qfe ports 7 problems total. From owner-freebsd-sparc64@FreeBSD.ORG Mon Jan 24 11:11:56 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 469CE16A4CE for ; Mon, 24 Jan 2005 11:11:56 +0000 (GMT) Received: from people.fsn.hu (people.fsn.hu [195.228.252.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D06E43D49 for ; Mon, 24 Jan 2005 11:11:53 +0000 (GMT) (envelope-from bra@fsn.hu) Received: from localhost (localhost [127.0.0.1]) by people.fsn.hu (Postfix) with ESMTP id EF6AA84451 for ; Mon, 24 Jan 2005 12:11:51 +0100 (CET) Received: from people.fsn.hu ([127.0.0.1]) by localhost (people.fsn.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 76634-04 for ; Mon, 24 Jan 2005 12:11:43 +0100 (CET) Received: from [172.16.129.72] (japan.axelero.com [195.228.243.99]) by people.fsn.hu (Postfix) with ESMTP id 2A55384425 for ; Mon, 24 Jan 2005 12:11:43 +0100 (CET) Message-ID: <41F4D7EE.5080808@fsn.hu> Date: Mon, 24 Jan 2005 12:11:42 +0100 From: Attila Nagy User-Agent: Mozilla Thunderbird 1.0 (X11/20050103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: sparc64@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at fsn.hu Subject: Crash on an E220R X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 11:11:56 -0000 Hello, I get regular crashes on an E220R with two processors. The same machine with one processor seems to work much more reliably. The OS I have is a recent 5.3-STABLE (Jan 20). I have crashdumps in /var/crash, but it seems there is a problem with kgdb: kgdb GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "sparc64-marcel-freebsd". /usr/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb/gdb/regcache.c:1264: internal-error: regcache_raw_supply: Assertion `regnum >= 0 && regnum < regcache->descr->nr_raw_registers' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) n /usr/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb/gdb/regcache.c:1264: internal-error: regcache_raw_supply: Assertion `regnum >= 0 && regnum < regcache->descr->nr_raw_registers' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Create a core file of GDB? (y or n) n (kgdb) symbol-file /usr/obj/usr/src/sys/CACHE/kernel.debug Load new symbol table from "/usr/obj/usr/src/sys/CACHE/kernel.debug"? (y or n) y Reading symbols from /usr/obj/usr/src/sys/CACHE/kernel.debug...done. (kgdb) exec-file /usr/obj/usr/src/sys/CACHE/kernel (kgdb) core-file /var/crash/vmcore.0 "/var/crash/vmcore.0" is not a core dump: File format not recognized Any ideas, helping hands to get this crash resolved? BTW, I have a serial console on this machine and these are the last lines: panic: trap: fast data access mmu miss cpuid = 0 boot() called on cpu#0 Uptime: 1d10h3m16s Dumping 2048 MB (4 chunks) chunk at 0: 536870912 bytes ... ok chunk at 0x20000000: 536870912 bytes ... ok chunk at 0x80000000: 536870912 bytes ... ok chunk at 0xa0000000: 536870912 bytes ... ok Dump complete Automatic reboot in 15 seconds - press a key on the console to abort Rebooting... Resetting ... -- Attila Nagy e-mail: Attila.Nagy@fsn.hu Adopt a directory on our free software phone @work: +361 371 3536 server! http://www.fsn.hu/?f=brick cell.: +3630 306 6758 From owner-freebsd-sparc64@FreeBSD.ORG Mon Jan 24 20:49:44 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8319C16A4CE; Mon, 24 Jan 2005 20:49:44 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 246BE43D45; Mon, 24 Jan 2005 20:49:44 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 1857551241; Mon, 24 Jan 2005 12:49:41 -0800 (PST) Date: Mon, 24 Jan 2005 12:49:41 -0800 From: Kris Kennaway To: Attila Nagy Message-ID: <20050124204940.GB89927@xor.obsecurity.org> References: <41F4D7EE.5080808@fsn.hu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hQiwHBbRI9kgIhsi" Content-Disposition: inline In-Reply-To: <41F4D7EE.5080808@fsn.hu> User-Agent: Mutt/1.4.2.1i cc: marcel@FreeBSD.org cc: re@FreeBSD.org cc: sparc64@freebsd.org Subject: kgdb is broken (Re: Crash on an E220R) X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 20:49:44 -0000 --hQiwHBbRI9kgIhsi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 24, 2005 at 12:11:42PM +0100, Attila Nagy wrote: > Hello, >=20 > I get regular crashes on an E220R with two processors. The same machine= =20 > with one processor seems to work much more reliably. >=20 > The OS I have is a recent 5.3-STABLE (Jan 20). I have crashdumps in=20 > /var/crash, but it seems there is a problem with kgdb: >=20 > kgdb kgdb is completely broken on sparc64 (and is only partly functional on i386 -- marcel did not reply to my email when I asked about his awareness of these problems and plans to fix it). Install the gdb53 port instead. Kris --hQiwHBbRI9kgIhsi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFB9V9kWry0BWjoQKURAkDqAKC4L4+ISn7iKqWcVBtnn2wOWtvLogCgpDGL um4dTfPG7dmcJk0ntQKKd0E= =RT8g -----END PGP SIGNATURE----- --hQiwHBbRI9kgIhsi-- From owner-freebsd-sparc64@FreeBSD.ORG Mon Jan 24 21:41:46 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB65C16A4CE for ; Mon, 24 Jan 2005 21:41:46 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA94443D2F for ; Mon, 24 Jan 2005 21:41:42 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j0OLjGqk026517; Mon, 24 Jan 2005 23:45:16 +0200 (EET) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j0OLjFbx026516; Mon, 24 Jan 2005 23:45:15 +0200 (EET) (envelope-from ml) Date: Mon, 24 Jan 2005 23:45:15 +0200 From: Alexey Zelkin To: sparc@freebsd.org Message-ID: <20050124214515.GA26454@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i Subject: sparc machine access (jdk port) X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 21:41:46 -0000 Gentelmen, I'm interesting about making of native jdk port for sparc64 architecture. Since I do not have appropriate hardware, I'd like to ask about remote access to unloaded, fast enough, up-todate, well connected sparc64 machine. If you're interested and able to provide me shell account to such machine, please answer me privately with hardware information attached. Thanks! From owner-freebsd-sparc64@FreeBSD.ORG Mon Jan 24 22:08:11 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1166716A4CF for ; Mon, 24 Jan 2005 22:08:11 +0000 (GMT) Received: from smtp18.mail.bbt.yahoo.co.jp (smtp18.mail.bbt.yahoo.co.jp [202.93.83.111]) by mx1.FreeBSD.org (Postfix) with SMTP id 3B76B43D39 for ; Mon, 24 Jan 2005 22:08:10 +0000 (GMT) (envelope-from hvcjapan@yahoo.co.jp) Received: from unknown (HELO localhost) (218.118.6.27 with poptime) by smtp18.mail.bbt.yahoo.co.jp with SMTP; 24 Jan 2005 22:08:08 -0000 X-Apparently-From: Date: Tue, 25 Jan 2005 07:08:09 +0900 From: Huynh Van Chung To: freebsd-sparc64@freebsd.org, freebsd-ports@freebsd.org Message-Id: <20050125070809.5fae7575.hvcjapan@yahoo.co.jp> Organization: Saitama University X-Mailer: Sylpheed version 0.9.99-gtk2-20041024 (GTK+ 2.4.9; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Cyrus-imapd's question! X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 22:08:11 -0000 Hi all! I can't get Cyrus-imapd work in FBSD5.3-p5 sparc64. It get problem below: %/usr/local/cyrus/bin/ctl_deliver -d ctl_deliver: unable to init duplicate delivery database In messages log, i see: Jan 25 07:03:58 vnfreebsd ctl_deliver[48924]: DBERROR db3: Lock table is out of available locks Jan 25 07:03:58 vnfreebsd ctl_deliver[48924]: DBERROR: opening /var/imap/deliver.db: Cannot allocate memory Jan 25 07:03:58 vnfreebsd ctl_deliver[48924]: DBERROR: opening /var/imap/deliver.db: cyrusdb error Is anyone working fine cyrus-imapd in sparc64? Please help me. Thanks a lot. Huynh Van Chung From owner-freebsd-sparc64@FreeBSD.ORG Tue Jan 25 00:48:25 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CE6F16A4CE for ; Tue, 25 Jan 2005 00:48:25 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4949743D3F for ; Tue, 25 Jan 2005 00:48:22 +0000 (GMT) (envelope-from gaspolo@gmail.com) Received: by rproxy.gmail.com with SMTP id c16so50864rne for ; Mon, 24 Jan 2005 16:48:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=R7gVYRuuAZyU0r2JdVQXpyE7Qw9tvuO8kHZ+h5qFUEP8nOgeTGEjr2AAUS9EYIxDVq5FpXAAG8Ov1Vc+eNK0CiuzzjpUnCsEhfZl4eCKkeLI3X5W4UMBfxXWT/Yd0mc+TofssqtjhOqb0GTqbs8dVGu+LXyRy1Y3IH0ivw8YPqY= Received: by 10.39.1.23 with SMTP id d23mr127624rni; Mon, 24 Jan 2005 16:48:21 -0800 (PST) Received: by 10.38.24.39 with HTTP; Mon, 24 Jan 2005 16:48:21 -0800 (PST) Message-ID: Date: Tue, 25 Jan 2005 01:48:21 +0100 From: gaspo To: freebsd-sparc64@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: sysctl+64bit X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gaspo List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2005 00:48:25 -0000 hi i need an info for my server: on my server X86 for not see all process with ps aux i set: /sbin/sysctl -w kern.ps_showallprocs=0 but on fbsd 5.3 sparc ..."kern.ps_showallprocs" isnt on the sysctl.....there are other metod? From owner-freebsd-sparc64@FreeBSD.ORG Tue Jan 25 02:34:40 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5407E16A4CE; Tue, 25 Jan 2005 02:34:40 +0000 (GMT) Received: from mail.seekingfire.com (caliban.rospa.ca [24.72.10.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEFE443D3F; Tue, 25 Jan 2005 02:34:39 +0000 (GMT) (envelope-from tillman@seekingfire.com) Received: by mail.seekingfire.com (Postfix, from userid 500) id A1C7F3F3; Mon, 24 Jan 2005 20:34:39 -0600 (CST) Date: Mon, 24 Jan 2005 20:34:39 -0600 From: Tillman Hodgson To: kuriyama@FreeBSD.org Message-ID: <20050125023439.GB46047@seekingfire.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . X-GPG-Key-ID: 828AFC7B X-GPG-Fingerprint: 5584 14BA C9EB 1524 0E68 F543 0F0A 7FBC 828A FC7B X-GPG-Key: http://www.seekingfire.com/personal/gpg_key.asc X-Urban-Legend: There is lots of hidden information in headers X-Tillman-rules: yes he does User-Agent: Mutt/1.5.6i cc: FreeBSD-Sparc64 Subject: snmpnetstat, from net-mgmt/net-snmp, behaves differently on sparc than x86 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2005 02:34:40 -0000 Howdy, (I pulled your email address from the port Makefile, I hope you don't mind the direct email. I also cc'd freebsd-sparc@ because it seemed likely to be a sparc64 related issue). I've set up net-snmp on both a i386 -current machine and a sparc64 -current machine. Both ports where compiled from ports today, both after a fresh cvsup. [root@thoth]# uname -a FreeBSD thoth.seekingfire.com 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Wed Jan 12 19:30:40 CST 2005 toor@thoth.seekingfire.com:/usr/obj/usr/src/sys/THOTH i386 [root@caliban]# uname -a FreeBSD caliban.rospa.ca 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Thu Jan 13 21:49:32 CST 2005 toor@caliban.rospa.ca:/usr/obj/usr/src/sys/CALIBAN sparc64 snmpnetstat seems to behave differently on the two hosts. For example: [root@thoth]# snmpnetstat -v 2c -c rig -r -n thoth | grep tl0 | head -3 10.1.4/24 192.168.23.30 UG tl0 10.42/16 192.168.23.30 UG tl0 192.168 192.168.23.30 UG tl0 [root@thoth]# snmpnetstat -v 2c -c rig -r -n caliban | grep hme | head -3 default 0.0.0.0 UG hme0 default 0.0.0.0 U hme0 default 0.0.0.0 U hme0 Basically all networks and gateway IPs appear as 0.0.0.0 from the sparc64 host. I've snipped the output because my routing tables are close to 50 lines long each :-) I demonstrated this from the i386 host "thoth" because it's the host that I'll be using to monitor snmpnetstat from but the same problem manifests if I do it from the sparc64 host "caliban". That is to say, it sees the "real" IPs and networks from thoth but when I snmpnetstat caliban from caliban itself it also sees 0.0.0.0 for all routes. Is this a known problem? If not, can I be of assistance in trouble-shooting it? Thanks for your time, - Tillman -- "Learning isn't a means to an end; it is an end in itself." -- Robert Heinlein From owner-freebsd-sparc64@FreeBSD.ORG Tue Jan 25 09:38:38 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3016216A4CE; Tue, 25 Jan 2005 09:38:38 +0000 (GMT) Received: from people.fsn.hu (people.fsn.hu [195.228.252.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 252F643D41; Tue, 25 Jan 2005 09:38:37 +0000 (GMT) (envelope-from bra@fsn.hu) Received: from localhost (localhost [127.0.0.1]) by people.fsn.hu (Postfix) with ESMTP id 2565B84453; Tue, 25 Jan 2005 10:38:32 +0100 (CET) Received: from people.fsn.hu ([127.0.0.1]) by localhost (people.fsn.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 60441-02-3; Tue, 25 Jan 2005 10:38:24 +0100 (CET) Received: from [172.16.129.72] (japan.axelero.com [195.228.243.99]) by people.fsn.hu (Postfix) with ESMTP id A4B868444F; Tue, 25 Jan 2005 10:38:23 +0100 (CET) Message-ID: <41F6138F.9040201@fsn.hu> Date: Tue, 25 Jan 2005 10:38:23 +0100 From: Attila Nagy User-Agent: Mozilla Thunderbird 1.0 (X11/20050103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <41F4D7EE.5080808@fsn.hu> <20050124204940.GB89927@xor.obsecurity.org> In-Reply-To: <20050124204940.GB89927@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at fsn.hu cc: marcel@FreeBSD.org cc: re@FreeBSD.org cc: sparc64@freebsd.org Subject: Re: kgdb is broken (Re: Crash on an E220R) X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2005 09:38:38 -0000 Kris Kennaway wrote: >>I get regular crashes on an E220R with two processors. The same machine >>with one processor seems to work much more reliably. > kgdb is completely broken on sparc64 (and is only partly functional on > i386 -- marcel did not reply to my email when I asked about his > awareness of these problems and plans to fix it). Install the gdb53 > port instead. OK, I've installed gdb53. Here is what I get: gdb53 -k /usr/obj/usr/src/sys/CACHE/kernel.debug vmcore.0 GNU gdb 5.3 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "sparc64-portbld-freebsd5.3"... panic: trap: fast data access mmu miss panic messages: --- panic: trap: fast data access mmu miss cpuid = 0 boot() called on cpu#0 Uptime: 1d10h3m16s Dumping 2048 MB (4 chunks) chunk at 0: 536870912 bytes |\^H/\^H --- #0 0x00000000c00bf48c in doadump () at /usr/src/sys/kern/kern_shutdown.c:249 249 dumpsys(&dumper); (kgdb) backtrace #0 0x00000000c00bf48c in doadump () at /usr/src/sys/kern/kern_shutdown.c:249 #1 0x0000000000000000 in ?? () Segmentation fault (core dumped) -- Attila Nagy e-mail: Attila.Nagy@fsn.hu Adopt a directory on our free software phone @work: +361 371 3536 server! http://www.fsn.hu/?f=brick cell.: +3630 306 6758 From owner-freebsd-sparc64@FreeBSD.ORG Tue Jan 25 09:45:47 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF44F16A4CE; Tue, 25 Jan 2005 09:45:47 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B93743D53; Tue, 25 Jan 2005 09:45:47 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7D50E522B3; Tue, 25 Jan 2005 01:45:46 -0800 (PST) Date: Tue, 25 Jan 2005 01:45:46 -0800 From: Kris Kennaway To: Attila Nagy Message-ID: <20050125094546.GB13994@xor.obsecurity.org> References: <41F4D7EE.5080808@fsn.hu> <20050124204940.GB89927@xor.obsecurity.org> <41F6138F.9040201@fsn.hu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="A6N2fC+uXW/VQSAv" Content-Disposition: inline In-Reply-To: <41F6138F.9040201@fsn.hu> User-Agent: Mutt/1.4.2.1i cc: marcel@FreeBSD.org cc: re@FreeBSD.org cc: sparc64@freebsd.org cc: Kris Kennaway Subject: Re: kgdb is broken (Re: Crash on an E220R) X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2005 09:45:47 -0000 --A6N2fC+uXW/VQSAv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jan 25, 2005 at 10:38:23AM +0100, Attila Nagy wrote: > OK, I've installed gdb53. Here is what I get: > #1 0x0000000000000000 in ?? () > Segmentation fault (core dumped) Sorry, I don't know what else to suggest :-( If the panic occurs again, a traceback from DDB might suffice. Kris --A6N2fC+uXW/VQSAv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFB9hVKWry0BWjoQKURAoe/AKDGK0sa3ZHtKyvKnowEre+oxoOXAwCgugBD Tiy1xPxQPELlX/sPGKqfJ0Q= =OMb6 -----END PGP SIGNATURE----- --A6N2fC+uXW/VQSAv-- From owner-freebsd-sparc64@FreeBSD.ORG Tue Jan 25 09:50:35 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ED6B16A4CE; Tue, 25 Jan 2005 09:50:35 +0000 (GMT) Received: from people.fsn.hu (people.fsn.hu [195.228.252.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D24E43D46; Tue, 25 Jan 2005 09:50:34 +0000 (GMT) (envelope-from bra@fsn.hu) Received: from localhost (localhost [127.0.0.1]) by people.fsn.hu (Postfix) with ESMTP id 8790A8445B; Tue, 25 Jan 2005 10:50:32 +0100 (CET) Received: from people.fsn.hu ([127.0.0.1]) by localhost (people.fsn.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 61890-01; Tue, 25 Jan 2005 10:50:26 +0100 (CET) Received: from [172.16.129.72] (japan.axelero.com [195.228.243.99]) by people.fsn.hu (Postfix) with ESMTP id 7241D84451; Tue, 25 Jan 2005 10:50:26 +0100 (CET) Message-ID: <41F61662.7060302@fsn.hu> Date: Tue, 25 Jan 2005 10:50:26 +0100 From: Attila Nagy User-Agent: Mozilla Thunderbird 1.0 (X11/20050103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <41F4D7EE.5080808@fsn.hu> <20050124204940.GB89927@xor.obsecurity.org> <41F6138F.9040201@fsn.hu> <20050125094546.GB13994@xor.obsecurity.org> In-Reply-To: <20050125094546.GB13994@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at fsn.hu cc: marcel@FreeBSD.org cc: re@FreeBSD.org cc: sparc64@freebsd.org Subject: Re: kgdb is broken (Re: Crash on an E220R) X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2005 09:50:35 -0000 Kris Kennaway wrote: > Sorry, I don't know what else to suggest :-( > If the panic occurs again, a traceback from DDB might suffice. OK, then I will compile a kernel without KDB_UNATTENDED and try to reproduce the problem. -- Attila Nagy e-mail: Attila.Nagy@fsn.hu Adopt a directory on our free software phone @work: +361 371 3536 server! http://www.fsn.hu/?f=brick cell.: +3630 306 6758 From owner-freebsd-sparc64@FreeBSD.ORG Tue Jan 25 13:39:56 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDDE016A4D0; Tue, 25 Jan 2005 13:39:55 +0000 (GMT) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66B6A43D2F; Tue, 25 Jan 2005 13:39:55 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.13.1/8.13.1) with ESMTP id j0PDdsYG061709; Tue, 25 Jan 2005 08:39:54 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.1/8.13.1) with ESMTP id j0PDdraM053809; Tue, 25 Jan 2005 08:39:54 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 96FC57306E; Tue, 25 Jan 2005 08:39:53 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20050125133953.96FC57306E@freebsd-current.sentex.ca> Date: Tue, 25 Jan 2005 08:39:53 -0500 (EST) X-Virus-Scanned: ClamAV 0.80/625/Fri Dec 10 12:41:57 2004 clamav-milter version 0.80j on clamscanner2 X-Virus-Scanned: ClamAV 0.80/671/Mon Jan 17 09:16:31 2005 clamav-milter version 0.80j on avscan2 X-Virus-Status: Clean X-Virus-Status: Clean Subject: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2005 13:39:56 -0000 TB --- 2005-01-25 13:11:31 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-01-25 13:11:31 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2005-01-25 13:11:31 - checking out the source tree TB --- 2005-01-25 13:11:31 - cd /home/tinderbox/CURRENT/sparc64/sparc64 TB --- 2005-01-25 13:11:31 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2005-01-25 13:17:08 - building world (CFLAGS=-O2 -pipe) TB --- 2005-01-25 13:17:08 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src TB --- 2005-01-25 13:17:08 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -DPACKAGE_NAME=\"libarchive\" -DPACKAGE_VERSION=\"1.02.002\" -I/tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c /tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive/archive_read_support_format_tar.c cc -O2 -pipe -DPACKAGE_NAME=\"libarchive\" -DPACKAGE_VERSION=\"1.02.002\" -I/tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c /tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive/archive_read_support_format_zip.c /tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive/archive_read_support_format_zip.c: In function `zip_read_data_none': /tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive/archive_read_support_format_zip.c:356: warning: comparison between signed and unsigned /tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive/archive_read_support_format_zip.c: In function `zip_read_data_deflate': /tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive/archive_read_support_format_zip.c:408: warning: comparison between signed and unsigned /tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive/archive_read_support_format_zip.c: In function `zip_read_data_skip': /tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive/archive_read_support_format_zip.c:490: warning: comparison between signed and unsigned *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/lib. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. TB --- 2005-01-25 13:39:53 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-01-25 13:39:53 - ERROR: failed to build world TB --- 2005-01-25 13:39:53 - tinderbox aborted From owner-freebsd-sparc64@FreeBSD.ORG Wed Jan 26 05:51:59 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C49416A4CE; Wed, 26 Jan 2005 05:51:59 +0000 (GMT) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5CFA43D49; Wed, 26 Jan 2005 05:51:58 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smarthost2.sentex.ca (8.13.1/8.13.1) with ESMTP id j0Q5pwBP026937; Wed, 26 Jan 2005 00:51:58 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.13.1/8.13.1) with ESMTP id j0Q5pvFF068914; Wed, 26 Jan 2005 00:51:58 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id BF7B57306E; Wed, 26 Jan 2005 00:51:57 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20050126055157.BF7B57306E@freebsd-current.sentex.ca> Date: Wed, 26 Jan 2005 00:51:57 -0500 (EST) X-Virus-Scanned: ClamAV 0.80/625/Fri Dec 10 12:41:57 2004 clamav-milter version 0.80j on clamscanner1 X-Virus-Scanned: ClamAV 0.80/671/Mon Jan 17 09:16:31 2005 clamav-milter version 0.80j on clamscanner4 X-Virus-Status: Clean X-Virus-Status: Clean Subject: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2005 05:51:59 -0000 TB --- 2005-01-26 04:14:20 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-01-26 04:14:20 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2005-01-26 04:14:20 - checking out the source tree TB --- 2005-01-26 04:14:20 - cd /home/tinderbox/CURRENT/sparc64/sparc64 TB --- 2005-01-26 04:14:20 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2005-01-26 04:20:06 - building world (CFLAGS=-O2 -pipe) TB --- 2005-01-26 04:20:06 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src TB --- 2005-01-26 04:20:06 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything TB --- 2005-01-26 05:31:50 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2005-01-26 05:31:50 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src TB --- 2005-01-26 05:31:50 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Wed Jan 26 05:31:51 UTC 2005 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for GENERIC completed on Wed Jan 26 05:46:51 UTC 2005 TB --- 2005-01-26 05:46:53 - generating LINT kernel config TB --- 2005-01-26 05:46:53 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src/sys/sparc64/conf TB --- 2005-01-26 05:46:53 - /usr/bin/make -B LINT TB --- 2005-01-26 05:46:53 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2005-01-26 05:46:53 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src TB --- 2005-01-26 05:46:53 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Jan 26 05:46:54 UTC 2005 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] /tinderbox/CURRENT/sparc64/sparc64/src/sys/dev/ata/ata-card.c:59: error: initializer element is not constant /tinderbox/CURRENT/sparc64/sparc64/src/sys/dev/ata/ata-card.c:59: error: (near initialization for `ata_pccard_products[5]') /tinderbox/CURRENT/sparc64/sparc64/src/sys/dev/ata/ata-card.c:60: error: initializer element is not constant /tinderbox/CURRENT/sparc64/sparc64/src/sys/dev/ata/ata-card.c:60: error: (near initialization for `ata_pccard_products[6].pp_cis') /tinderbox/CURRENT/sparc64/sparc64/src/sys/dev/ata/ata-card.c:60: error: initializer element is not constant /tinderbox/CURRENT/sparc64/sparc64/src/sys/dev/ata/ata-card.c:60: error: (near initialization for `ata_pccard_products[6]') /tinderbox/CURRENT/sparc64/sparc64/src/sys/dev/ata/ata-card.c:61: error: initializer element is not constant /tinderbox/CURRENT/sparc64/sparc64/src/sys/dev/ata/ata-card.c:61: error: (near initialization for `ata_pccard_products[7]') *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/sys/LINT. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. TB --- 2005-01-26 05:51:56 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-01-26 05:51:56 - ERROR: failed to build lint kernel TB --- 2005-01-26 05:51:56 - tinderbox aborted From owner-freebsd-sparc64@FreeBSD.ORG Thu Jan 27 01:10:33 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA29116A4CE; Thu, 27 Jan 2005 01:10:32 +0000 (GMT) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F1EC43D45; Thu, 27 Jan 2005 01:10:32 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.13.1/8.13.1) with ESMTP id j0R1AVSI005466; Wed, 26 Jan 2005 20:10:31 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.1/8.13.1) with ESMTP id j0R1AVEQ028661; Wed, 26 Jan 2005 20:10:31 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 824F37306E; Wed, 26 Jan 2005 20:10:31 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20050127011031.824F37306E@freebsd-current.sentex.ca> Date: Wed, 26 Jan 2005 20:10:31 -0500 (EST) X-Virus-Scanned: ClamAV 0.80/625/Fri Dec 10 12:41:57 2004 clamav-milter version 0.80j on clamscanner2 X-Virus-Scanned: ClamAV 0.80/671/Mon Jan 17 09:16:31 2005 clamav-milter version 0.80j on avscan2 X-Virus-Status: Clean X-Virus-Status: Clean Subject: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 01:10:33 -0000 TB --- 2005-01-26 23:52:40 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-01-26 23:52:40 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2005-01-26 23:52:40 - checking out the source tree TB --- 2005-01-26 23:52:40 - cd /home/tinderbox/CURRENT/sparc64/sparc64 TB --- 2005-01-26 23:52:40 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2005-01-26 23:58:12 - building world (CFLAGS=-O2 -pipe) TB --- 2005-01-26 23:58:12 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src TB --- 2005-01-26 23:58:12 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything TB --- 2005-01-27 01:04:19 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2005-01-27 01:04:19 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src TB --- 2005-01-27 01:04:19 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Thu Jan 27 01:04:19 UTC 2005 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] touch export_syms awk -f /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/axe/../../conf/kmod_syms.awk if_axe.kld export_syms | xargs -J% objcopy % if_axe.kld ld -Bshareable -d -warn-common -o if_axe.ko.debug if_axe.kld objcopy --strip-debug if_axe.ko.debug if_axe.ko ===> bfe (all) cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -include /tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=15000 -fno-common -g -I/tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/sys/GENERIC -mcmodel=medlow -msoft-float -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/bfe/../../dev/bfe/if_bfe.c /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/bfe/../../dev/bfe/if_bfe.c: In function `bfe_dma_alloc': /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/bfe/../../dev/bfe/if_bfe.c:212: warning: overflow in implicit constant conversion *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/bfe. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/sys/GENERIC. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. TB --- 2005-01-27 01:10:31 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-01-27 01:10:31 - ERROR: failed to build generic kernel TB --- 2005-01-27 01:10:31 - tinderbox aborted From owner-freebsd-sparc64@FreeBSD.ORG Thu Jan 27 03:13:40 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BC8616A4CE for ; Thu, 27 Jan 2005 03:13:40 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A13043D3F for ; Thu, 27 Jan 2005 03:13:40 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 3BF7D72DD4; Wed, 26 Jan 2005 19:13:40 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 36CF572DCB; Wed, 26 Jan 2005 19:13:40 -0800 (PST) Date: Wed, 26 Jan 2005 19:13:40 -0800 (PST) From: Doug White To: Andrew D Wiles In-Reply-To: <41F1A09D.80500@dsmirc.f9.co.uk> Message-ID: <20050126191244.D57836@carver.gumbysoft.com> References: <41EEE119.9080907@dsmirc.f9.co.uk> <20050120141444.F85588@carver.gumbysoft.com> <41F068CA.8090502@dsmirc.f9.co.uk><41F1A09D.80500@dsmirc.f9.co.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-sparc64@freebsd.org Subject: Re: [Fwd: MMU Miss panic] X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 03:13:40 -0000 On Sat, 22 Jan 2005, Andrew D Wiles wrote: > Doug White wrote: > > >On Fri, 21 Jan 2005, Andrew D Wiles wrote: > > > > > > > >>---TYR.inc--- > >># The additions to the generic kernel that make tyr special > >># in future simply include this file and trim down the generic kernel > >> > >>options IPFIREWALL > >>options IPFIREWALL_VERBOSE > >>#options IPFIREWALL_FORWARD > >>#options IPFIREWALL_DEFAULT_TO_ACCEPT > >>options IPDIVERT > >>options IPSTEALTH > >>options CONSPEED= 115200 > >> > >># Include samba support in the kernel because encrypted passwords are req'd > >> > >>options NETSMBCRYPTO #encrypted password support for SMB > >>options LIBMCHAIN > >>options LIBICONV > >> > >> > > > >Try removing the smb and related options here. > > > >-- > >Doug White | FreeBSD: The Power to Serve > >dwhite@gumbysoft.com | www.FreeBSD.org > >_______________________________________________ > >freebsd-sparc64@freebsd.org mailing list > >http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 > >To unsubscribe, send any mail to "freebsd-sparc64-unsubscribe@freebsd.org" > > > > > That seems to have fixed the problem with booting, however networking > services fail on boot, smbd fails to start as does nfs rendering the > machine up, but useless. Since you have IPFIREWALL_DEFAULT_TOACCEPT commented out, the default is to deny all, so if you want to use your network you'll need to define some ipfw rules that allow you to do what you want. :) -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org From owner-freebsd-sparc64@FreeBSD.ORG Thu Jan 27 16:23:07 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1228C16A4CE for ; Thu, 27 Jan 2005 16:23:07 +0000 (GMT) Received: from mail.allbsd.org (vlsi00.si.noda.tus.ac.jp [133.31.130.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BA6A43D46 for ; Thu, 27 Jan 2005 16:23:06 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p28180-adsau15honb8-acca.tokyo.ocn.ne.jp [221.187.114.180]) (authenticated bits=128) by mail.allbsd.org (8.13.1/8.13.1) with ESMTP id j0RGN2Ew088796 for ; Fri, 28 Jan 2005 01:23:04 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.13.1/8.13.1) with ESMTP id j0RGL9bI079439 for ; Fri, 28 Jan 2005 01:21:10 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Fri, 28 Jan 2005 01:20:09 +0900 (JST) Message-Id: <20050128.012009.70747717.hrs@allbsd.org> To: sparc64@FreeBSD.org From: Hiroki Sato X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.1.53 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Fri_Jan_28_01_20_09_2005_536)--" Content-Transfer-Encoding: 7bit Subject: E3500/E4500 not supported? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 16:23:07 -0000 ----Security_Multipart(Fri_Jan_28_01_20_09_2005_536)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, Is the following description in www/en/platforms/sparc.sgml still true? The following systems are supported, but can only be netbooted due to the onboard scsi controller being unsupported. Work is underway to add support for this scsi controller. These systems may work with the esp driver imported from NetBSD. - Enterprise 3500 - Enterprise 4500 I tried 5.3-RELEASE on E4500 with SBus I/O board but the SCSI controller (FAS366) was recognized as esp(4) and it seemed to work fine. Although I do not know the PCI board-only case, I think it should be explained in sparc.sgml. Did somebody try these machines? -- | Hiroki SATO ----Security_Multipart(Fri_Jan_28_01_20_09_2005_536)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB+RS7TyzT2CeTzy0RAjNYAKDJkgR9Gk8HXTj9cFGc8twm8ualRQCcCcDZ ixjUTDAvtT/n1eYDVOGT1Fo= =Kb/2 -----END PGP SIGNATURE----- ----Security_Multipart(Fri_Jan_28_01_20_09_2005_536)---- From owner-freebsd-sparc64@FreeBSD.ORG Thu Jan 27 16:56:07 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4A5716A4CE; Thu, 27 Jan 2005 16:56:07 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2C6D43D5C; Thu, 27 Jan 2005 16:56:05 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.19] (ibook-nai.samsco.home [192.168.254.19]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id j0RGx58L007530; Thu, 27 Jan 2005 09:59:06 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <41F91D27.6070409@samsco.org> Date: Thu, 27 Jan 2005 09:56:07 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Hiroki Sato References: <20050128.012009.70747717.hrs@allbsd.org> In-Reply-To: <20050128.012009.70747717.hrs@allbsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: sparc64@freebsd.org Subject: Re: E3500/E4500 not supported? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 16:56:08 -0000 Hiroki Sato wrote: > Hi, > > Is the following description in www/en/platforms/sparc.sgml still true? > > The following systems are supported, but can only be netbooted due to > the onboard scsi controller being unsupported. Work is underway to add > support for this scsi controller. These systems may work with the esp > driver imported from NetBSD. > > - Enterprise 3500 > - Enterprise 4500 > > I tried 5.3-RELEASE on E4500 with SBus I/O board but the SCSI > controller (FAS366) was recognized as esp(4) and it seemed to work fine. > Although I do not know the PCI board-only case, I think it should > be explained in sparc.sgml. Did somebody try these machines? > I didn't know that such beasts existed. If they have a FAS366 and you are confirming that they work, then I see nothing wrong with correcting the text. Note that our esp driver only works with SBUS, so I'm not sure what you mean about PCI. Scott From owner-freebsd-sparc64@FreeBSD.ORG Thu Jan 27 17:11:51 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF64516A4CF for ; Thu, 27 Jan 2005 17:11:51 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A16D43D5F for ; Thu, 27 Jan 2005 17:11:51 +0000 (GMT) (envelope-from hengchai@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so280142wra for ; Thu, 27 Jan 2005 09:11:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:mime-version:content-type:content-transfer-encoding; b=Jb9C06qG8Hldy862FcYcfI7QCygywradXCEgu1UO4BYMAm/5kJ/DKMqEArn/fOUOQp2PUXxkTtzS8w9ncBw1/AqL5GmL8MtBBbZNS95hdFAam7NX+1qO8n1SB42KurS412+duZL962PCveimmYUwScZhuimDePMXzwXvOwf6Wsw= Received: by 10.54.51.54 with SMTP id y54mr503804wry; Thu, 27 Jan 2005 09:11:47 -0800 (PST) Received: by 10.54.23.67 with HTTP; Thu, 27 Jan 2005 09:11:47 -0800 (PST) Message-ID: Date: Fri, 28 Jan 2005 01:11:47 +0800 From: Tan Heng Chai To: Scott Long , Hiroki Sato Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: "sparc64@freebsd.org" Subject: Re: E3500/E4500 not supported? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tan Heng Chai List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 17:11:52 -0000 I have a E4000 with an I/O board that has 2x SBUS ISP based cards. The ESP driver for the onboard SCSI works perfectly for booting. Instead, its the ISP based cards I have problems with booting. Scott Long wrote: > Hiroki Sato wrote: > > > Hi, > > > > Is the following description in www/en/platforms/sparc.sgml still true? > > > > The following systems are supported, but can only be netbooted due to > > the onboard scsi controller being unsupported. Work is underway to add > > support for this scsi controller. These systems may work with the esp > > driver imported from NetBSD. > > > > - Enterprise 3500 > > - Enterprise 4500 > > > > I tried 5.3-RELEASE on E4500 with SBus I/O board but the SCSI > > controller (FAS366) was recognized as esp(4) and it seemed to work fine. > > Although I do not know the PCI board-only case, I think it should > > be explained in sparc.sgml. Did somebody try these machines? > > > > I didn't know that such beasts existed. If they have a FAS366 and you > are confirming that they work, then I see nothing wrong with correcting > the text. Note that our esp driver only works with SBUS, so I'm not > sure what you mean about PCI. > > Scott From owner-freebsd-sparc64@FreeBSD.ORG Thu Jan 27 17:16:24 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CB4016A4CE for ; Thu, 27 Jan 2005 17:16:24 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C84343D5D for ; Thu, 27 Jan 2005 17:16:24 +0000 (GMT) (envelope-from hengchai@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so280830wra for ; Thu, 27 Jan 2005 09:16:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=aAKac6/t4ViC8S7+n98gbHjaK/51++LVjBVud9+Ux5YS/SM7tjoDC9QttmlCjrGqePj8uNTvJ4XEgZ6ax0GANY80iBOvSZYzvKyEhHfy0FXj0nbkuTATQm6umxluI3bxaFVDgXmJc8rwatYBj1ICB3ErDoMzbO5Bv4nyGbk+gVA= Received: by 10.54.30.36 with SMTP id d36mr32119wrd; Thu, 27 Jan 2005 09:16:20 -0800 (PST) Received: by 10.54.23.67 with HTTP; Thu, 27 Jan 2005 09:16:20 -0800 (PST) Message-ID: Date: Fri, 28 Jan 2005 01:16:20 +0800 From: Tan Heng Chai To: freebsd-sparc64@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: More than 8 CPUs on E4000 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tan Heng Chai List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 17:16:24 -0000 Does anyone run FreeBSD on a Enterprise 4x00 or higher series with more than 8 CPUs? I have a E4000 with 4 CPUs right now, but have another 8 more CPU + boards from eBay which will be installed soon. Anyone with experience with this? From owner-freebsd-sparc64@FreeBSD.ORG Thu Jan 27 22:11:55 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46E0116A4CE; Thu, 27 Jan 2005 22:11:55 +0000 (GMT) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA54743D31; Thu, 27 Jan 2005 22:11:54 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.13.1/8.13.1) with ESMTP id j0RMBs2I047398; Thu, 27 Jan 2005 17:11:54 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.13.1/8.13.1) with ESMTP id j0RMBta1054507; Thu, 27 Jan 2005 17:11:55 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 14CB67306E; Thu, 27 Jan 2005 17:11:53 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20050127221153.14CB67306E@freebsd-current.sentex.ca> Date: Thu, 27 Jan 2005 17:11:53 -0500 (EST) X-Virus-Scanned: ClamAV 0.80/671/Mon Jan 17 09:16:31 2005 clamav-milter version 0.80j on clamscanner4 X-Virus-Status: Clean Subject: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 22:11:55 -0000 TB --- 2005-01-27 20:53:48 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-01-27 20:53:48 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2005-01-27 20:53:48 - checking out the source tree TB --- 2005-01-27 20:53:48 - cd /home/tinderbox/CURRENT/sparc64/sparc64 TB --- 2005-01-27 20:53:48 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2005-01-27 20:59:20 - building world (CFLAGS=-O2 -pipe) TB --- 2005-01-27 20:59:20 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src TB --- 2005-01-27 20:59:20 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything TB --- 2005-01-27 22:05:43 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2005-01-27 22:05:43 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src TB --- 2005-01-27 22:05:43 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Thu Jan 27 22:05:43 UTC 2005 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] touch export_syms awk -f /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/axe/../../conf/kmod_syms.awk if_axe.kld export_syms | xargs -J% objcopy % if_axe.kld ld -Bshareable -d -warn-common -o if_axe.ko.debug if_axe.kld objcopy --strip-debug if_axe.ko.debug if_axe.ko ===> bfe (all) cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -include /tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=15000 -fno-common -g -I/tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/sys/GENERIC -mcmodel=medlow -msoft-float -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/bfe/../../dev/bfe/if_bfe.c /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/bfe/../../dev/bfe/if_bfe.c: In function `bfe_dma_alloc': /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/bfe/../../dev/bfe/if_bfe.c:212: warning: overflow in implicit constant conversion *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/bfe. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/sys/GENERIC. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. TB --- 2005-01-27 22:11:53 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-01-27 22:11:53 - ERROR: failed to build generic kernel TB --- 2005-01-27 22:11:53 - tinderbox aborted From owner-freebsd-sparc64@FreeBSD.ORG Fri Jan 28 19:20:23 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F98316A4CE; Fri, 28 Jan 2005 19:20:23 +0000 (GMT) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4691443D3F; Fri, 28 Jan 2005 19:20:23 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.13.1/8.13.1) with ESMTP id j0SJKMZL073282; Fri, 28 Jan 2005 14:20:22 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.13.1/8.13.1) with ESMTP id h93ICX3g003278; Fri, 3 Oct 2003 14:12:33 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 3A9267306E; Fri, 28 Jan 2005 14:19:07 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20050128191907.3A9267306E@freebsd-current.sentex.ca> Date: Fri, 28 Jan 2005 14:19:07 -0500 (EST) X-Virus-Scanned: ClamAV 0.80/625/Fri Dec 10 12:41:57 2004 clamav-milter version 0.80j on clamscanner3 X-Virus-Scanned: ClamAV 0.80/690/Fri Jan 28 07:09:45 2005 clamav-milter version 0.80j on avscan2 X-Virus-Status: Clean X-Virus-Status: Clean Subject: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 19:20:23 -0000 TB --- 2005-01-28 18:00:52 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-01-28 18:00:52 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2005-01-28 18:00:52 - checking out the source tree TB --- 2005-01-28 18:00:52 - cd /home/tinderbox/CURRENT/sparc64/sparc64 TB --- 2005-01-28 18:00:52 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2005-01-28 18:06:24 - building world (CFLAGS=-O2 -pipe) TB --- 2005-01-28 18:06:24 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src TB --- 2005-01-28 18:06:24 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything TB --- 2005-01-28 19:12:44 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2005-01-28 19:12:44 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src TB --- 2005-01-28 19:12:44 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Fri Jan 28 19:12:45 UTC 2005 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] touch export_syms awk -f /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/axe/../../conf/kmod_syms.awk if_axe.kld export_syms | xargs -J% objcopy % if_axe.kld ld -Bshareable -d -warn-common -o if_axe.ko.debug if_axe.kld objcopy --strip-debug if_axe.ko.debug if_axe.ko ===> bfe (all) cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -include /tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=15000 -fno-common -g -I/tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/sys/GENERIC -mcmodel=medlow -msoft-float -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/bfe/../../dev/bfe/if_bfe.c /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/bfe/../../dev/bfe/if_bfe.c: In function `bfe_dma_alloc': /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/bfe/../../dev/bfe/if_bfe.c:212: warning: overflow in implicit constant conversion *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/bfe. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/sys/GENERIC. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. TB --- 2005-01-28 19:19:06 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-01-28 19:19:06 - ERROR: failed to build generic kernel TB --- 2005-01-28 19:19:06 - tinderbox aborted From owner-freebsd-sparc64@FreeBSD.ORG Sat Jan 29 10:01:23 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2916216A4CE for ; Sat, 29 Jan 2005 10:01:23 +0000 (GMT) Received: from ms-smtp-01-eri0.socal.rr.com (ms-smtp-01-qfe0.socal.rr.com [66.75.162.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id D41CD43D1F for ; Sat, 29 Jan 2005 10:01:22 +0000 (GMT) (envelope-from esayer1@san.rr.com) Received: from [192.168.1.29] (66-75-225-77.san.rr.com [66.75.225.77]) j0TA1FkM023873; Sat, 29 Jan 2005 02:01:16 -0800 (PST) In-Reply-To: <20050126191244.D57836@carver.gumbysoft.com> References: <41EEE119.9080907@dsmirc.f9.co.uk> <20050120141444.F85588@carver.gumbysoft.com> <41F068CA.8090502@dsmirc.f9.co.uk> <41F1A09D.80500@dsmirc.f9.co.uk> <20050126191244.D57836@carver.gumbysoft.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <9C905474-71DC-11D9-8E04-000A95CCF8C4@san.rr.com> Content-Transfer-Encoding: 7bit From: Evan Sayer Date: Sat, 29 Jan 2005 02:00:31 -0800 To: Doug White X-Mailer: Apple Mail (2.619) X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: Andrew D Wiles cc: freebsd-sparc64@freebsd.org Subject: Re: [Fwd: MMU Miss panic] X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 10:01:23 -0000 On Jan 26, 2005, at 7:13 PM, Doug White wrote: > On Sat, 22 Jan 2005, Andrew D Wiles wrote: > >> Doug White wrote: >> >>> On Fri, 21 Jan 2005, Andrew D Wiles wrote: >>> >>> >>> >>>> ---TYR.inc--- >>>> # The additions to the generic kernel that make tyr special >>>> # in future simply include this file and trim down the generic >>>> kernel >>>> >>>> options IPFIREWALL >>>> options IPFIREWALL_VERBOSE >>>> #options IPFIREWALL_FORWARD >>>> #options IPFIREWALL_DEFAULT_TO_ACCEPT >>>> options IPDIVERT >>>> options IPSTEALTH >>>> options CONSPEED= 115200 >>>> >>>> # Include samba support in the kernel because encrypted passwords >>>> are req'd >>>> >>>> options NETSMBCRYPTO #encrypted password support >>>> for SMB >>>> options LIBMCHAIN >>>> options LIBICONV >>>> >>>> >>> >>> Try removing the smb and related options here. >>> >>> -- >>> Doug White | FreeBSD: The Power to Serve >>> dwhite@gumbysoft.com | www.FreeBSD.org >>> _______________________________________________ >>> freebsd-sparc64@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 >>> To unsubscribe, send any mail to >>> "freebsd-sparc64-unsubscribe@freebsd.org" >>> >>> >> That seems to have fixed the problem with booting, however networking >> services fail on boot, smbd fails to start as does nfs rendering the >> machine up, but useless. > > Since you have IPFIREWALL_DEFAULT_TOACCEPT commented out, the default > is > to deny all, so if you want to use your network you'll need to define > some > ipfw rules that allow you to do what you want. :) > > -- > Doug White | FreeBSD: The Power to Serve > dwhite@gumbysoft.com | www.FreeBSD.org > _______________________________________________ > freebsd-sparc64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 > To unsubscribe, send any mail to > "freebsd-sparc64-unsubscribe@freebsd.org" > From owner-freebsd-sparc64@FreeBSD.ORG Sat Jan 29 16:31:39 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5364516A4CF; Sat, 29 Jan 2005 16:31:39 +0000 (GMT) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8C5E43D55; Sat, 29 Jan 2005 16:31:38 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.13.1/8.13.1) with ESMTP id j0TGVc21078674; Sat, 29 Jan 2005 11:31:38 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.13.1/8.13.1) with ESMTP id j0TGVxUZ056639; Sat, 29 Jan 2005 11:31:59 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 38DAD7306E; Sat, 29 Jan 2005 11:31:38 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20050129163138.38DAD7306E@freebsd-current.sentex.ca> Date: Sat, 29 Jan 2005 11:31:38 -0500 (EST) X-Virus-Scanned: ClamAV 0.80/690/Fri Jan 28 07:09:45 2005 clamav-milter version 0.80j on clamscanner4 X-Virus-Status: Clean Subject: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 16:31:39 -0000 TB --- 2005-01-29 15:13:18 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-01-29 15:13:18 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2005-01-29 15:13:18 - checking out the source tree TB --- 2005-01-29 15:13:18 - cd /home/tinderbox/CURRENT/sparc64/sparc64 TB --- 2005-01-29 15:13:18 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2005-01-29 15:19:06 - building world (CFLAGS=-O2 -pipe) TB --- 2005-01-29 15:19:06 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src TB --- 2005-01-29 15:19:06 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything TB --- 2005-01-29 16:25:28 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2005-01-29 16:25:28 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src TB --- 2005-01-29 16:25:28 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sat Jan 29 16:25:28 UTC 2005 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] touch export_syms awk -f /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/axe/../../conf/kmod_syms.awk if_axe.kld export_syms | xargs -J% objcopy % if_axe.kld ld -Bshareable -d -warn-common -o if_axe.ko.debug if_axe.kld objcopy --strip-debug if_axe.ko.debug if_axe.ko ===> bfe (all) cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -include /tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=15000 -fno-common -g -I/tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/sys/GENERIC -mcmodel=medlow -msoft-float -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/bfe/../../dev/bfe/if_bfe.c /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/bfe/../../dev/bfe/if_bfe.c: In function `bfe_dma_alloc': /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/bfe/../../dev/bfe/if_bfe.c:212: warning: overflow in implicit constant conversion *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules/bfe. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/sys/modules. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/sys/GENERIC. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. TB --- 2005-01-29 16:31:37 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-01-29 16:31:37 - ERROR: failed to build generic kernel TB --- 2005-01-29 16:31:37 - tinderbox aborted From owner-freebsd-sparc64@FreeBSD.ORG Sat Jan 29 22:29:31 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEAE216A4CE for ; Sat, 29 Jan 2005 22:29:31 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD29643D55 for ; Sat, 29 Jan 2005 22:29:31 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id AB89172DD4; Sat, 29 Jan 2005 14:29:31 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id A963072DCB; Sat, 29 Jan 2005 14:29:31 -0800 (PST) Date: Sat, 29 Jan 2005 14:29:31 -0800 (PST) From: Doug White To: Tan Heng Chai In-Reply-To: Message-ID: <20050129142923.O85926@carver.gumbysoft.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-sparc64@freebsd.org Subject: Re: More than 8 CPUs on E4000 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 22:29:31 -0000 On Fri, 28 Jan 2005, Tan Heng Chai wrote: > Does anyone run FreeBSD on a Enterprise 4x00 or higher series with > more than 8 CPUs? I have a E4000 with 4 CPUs right now, but have > another 8 more CPU + boards from eBay which will be installed soon. > Anyone with experience with this? Let us know how it goes :-) -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org