From owner-freebsd-sparc64@FreeBSD.ORG Sun Oct 17 00:49:11 2010 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47610106566B for ; Sun, 17 Oct 2010 00:49:11 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id 0748D8FC0C for ; Sun, 17 Oct 2010 00:49:10 +0000 (UTC) Received: from acrux.dbai.tuwien.ac.at (acrux.dbai.tuwien.ac.at [128.131.111.60]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTPS id 5DC0C1E046; Sun, 17 Oct 2010 02:31:00 +0200 (CEST) Date: Sun, 17 Oct 2010 02:31:06 +0200 (CEST) From: Gerald Pfeifer To: Anton Shterenlikht In-Reply-To: <20101008091625.GA4257@mech-cluster241.men.bris.ac.uk> Message-ID: References: <20101008091625.GA4257@mech-cluster241.men.bris.ac.uk> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-sparc64@freebsd.org Subject: Re: lang/gcc45 configure fails on sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2010 00:49:11 -0000 On Fri, 8 Oct 2010, Anton Shterenlikht wrote: > checking for suffix of object files... configure: error: in `/usr/ports/lang/gcc45/work/build/sparc64-portbld-freebsd9.0/libgcc': > configure: error: cannot compute suffix of object files: cannot compile > See `config.log' for more details. > gmake[2]: *** [configure-stage2-target-libgcc] Error 1 > gmake[2]: Leaving directory `/usr/ports/lang/gcc45/work/build' > > > I'm not sure which "config.log" I should look at: Per the message above referring to "target-libgcc", I assume... > ./work/build/sparc64-portbld-freebsd9.0/libgcc/config.log ...this one. Gerald From owner-freebsd-sparc64@FreeBSD.ORG Sun Oct 17 12:00:23 2010 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B82DC10656C4 for ; Sun, 17 Oct 2010 12:00:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 83CAE8FC16 for ; Sun, 17 Oct 2010 12:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9HC0NBf058660 for ; Sun, 17 Oct 2010 12:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9HC0NFG058636; Sun, 17 Oct 2010 12:00:23 GMT (envelope-from gnats) Date: Sun, 17 Oct 2010 12:00:23 GMT Message-Id: <201010171200.o9HC0NFG058636@freefall.freebsd.org> To: freebsd-sparc64@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: sparc64/151404: commit references a PR X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2010 12:00:23 -0000 The following reply was made to PR sparc64/151404; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: sparc64/151404: commit references a PR Date: Sun, 17 Oct 2010 11:52:07 +0000 (UTC) Author: marius Date: Sun Oct 17 11:51:55 2010 New Revision: 213952 URL: http://svn.freebsd.org/changeset/base/213952 Log: MFC: r213873 Explicitly lower the PIL to 0 as part of enabling interrupts, similar to what is done on other platforms. Unlike as with the sched_throw(NULL) called on BSPs during their startup apparently there's nothing which will reliably lower it on APs. I'm unsure why this only came up on V215 though, breaking these with r207248. My best guess is that these are the only supported ones so far fast enough to lose some race. PR: 151404 Modified: stable/8/sys/sparc64/sparc64/machdep.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) stable/8/sys/dev/xen/xenpci/ (props changed) Modified: stable/8/sys/sparc64/sparc64/machdep.c ============================================================================== --- stable/8/sys/sparc64/sparc64/machdep.c Sun Oct 17 11:40:29 2010 (r213951) +++ stable/8/sys/sparc64/sparc64/machdep.c Sun Oct 17 11:51:55 2010 (r213952) @@ -589,6 +589,7 @@ sparc64_init(caddr_t mdp, u_long o1, u_l * enable them. */ intr_init2(); + wrpr(pil, 0, 0); wrpr(pstate, 0, PSTATE_KERNEL); /* _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-sparc64@FreeBSD.ORG Sun Oct 17 12:00:31 2010 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A938106574F for ; Sun, 17 Oct 2010 12:00:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3D9FC8FC1C for ; Sun, 17 Oct 2010 12:00:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9HC0UBJ059212 for ; Sun, 17 Oct 2010 12:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9HC0UnS059197; Sun, 17 Oct 2010 12:00:30 GMT (envelope-from gnats) Date: Sun, 17 Oct 2010 12:00:30 GMT Message-Id: <201010171200.o9HC0UnS059197@freefall.freebsd.org> To: freebsd-sparc64@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: sparc64/151404: commit references a PR X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2010 12:00:31 -0000 The following reply was made to PR sparc64/151404; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: sparc64/151404: commit references a PR Date: Sun, 17 Oct 2010 11:52:11 +0000 (UTC) Author: marius Date: Sun Oct 17 11:51:59 2010 New Revision: 213953 URL: http://svn.freebsd.org/changeset/base/213953 Log: MFC: r213873 Explicitly lower the PIL to 0 as part of enabling interrupts, similar to what is done on other platforms. Unlike as with the sched_throw(NULL) called on BSPs during their startup apparently there's nothing which will reliably lower it on APs. I'm unsure why this only came up on V215 though, breaking these with r207248. My best guess is that these are the only supported ones so far fast enough to lose some race. PR: 151404 Modified: stable/7/sys/sparc64/sparc64/machdep.c Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cddl/contrib/opensolaris/ (props changed) stable/7/sys/contrib/dev/acpica/ (props changed) stable/7/sys/contrib/pf/ (props changed) Modified: stable/7/sys/sparc64/sparc64/machdep.c ============================================================================== --- stable/7/sys/sparc64/sparc64/machdep.c Sun Oct 17 11:51:55 2010 (r213952) +++ stable/7/sys/sparc64/sparc64/machdep.c Sun Oct 17 11:51:59 2010 (r213953) @@ -579,6 +579,7 @@ sparc64_init(caddr_t mdp, u_long o1, u_l * enable them. */ intr_init2(); + wrpr(pil, 0, 0); wrpr(pstate, 0, PSTATE_KERNEL); /* _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-sparc64@FreeBSD.ORG Sun Oct 17 14:24:06 2010 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E65D1065674; Sun, 17 Oct 2010 14:24:06 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 442148FC13; Sun, 17 Oct 2010 14:24:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9HEO6g7014284; Sun, 17 Oct 2010 14:24:06 GMT (envelope-from marius@freefall.freebsd.org) Received: (from marius@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9HEO5If014280; Sun, 17 Oct 2010 14:24:05 GMT (envelope-from marius) Date: Sun, 17 Oct 2010 14:24:05 GMT Message-Id: <201010171424.o9HEO5If014280@freefall.freebsd.org> To: KOT@MATPOCKuH.Ru, marius@FreeBSD.org, freebsd-sparc64@FreeBSD.org From: marius@FreeBSD.org Cc: Subject: Re: sparc64/151404: Kernel hangs before mounting root fs X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2010 14:24:06 -0000 Synopsis: Kernel hangs before mounting root fs State-Changed-From-To: patched->closed State-Changed-By: marius State-Changed-When: Sun Oct 17 14:23:50 UTC 2010 State-Changed-Why: close http://www.freebsd.org/cgi/query-pr.cgi?pr=151404 From owner-freebsd-sparc64@FreeBSD.ORG Mon Oct 18 04:05:56 2010 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C314E106566B for ; Mon, 18 Oct 2010 04:05:56 +0000 (UTC) (envelope-from gavin.mu@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7CA818FC16 for ; Mon, 18 Oct 2010 04:05:56 +0000 (UTC) Received: by qyk30 with SMTP id 30so471158qyk.13 for ; Sun, 17 Oct 2010 21:05:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=yVZpu6C7/cqNxXsJglOBMmOGckgKXuh+zNjOeAfp8Pw=; b=HPoXCia5wy/f4vmhSxB2FS6/cQbkN2xmPGGdAj7SHz9pDhO/cx+hOVFr+vIIK1o3YS CWr5AOUkfjpp9rAcCU5RR9g1+QyDmqKyGfG8LVGBq1A2wO91tNFOawcfD7PIOBbuKHoA +XYMp/mSJ2ZPxBeGNF4VHIbV8in2NXjkAImpc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=VQHdL8u0uZLNo8nszRkdHsT7rl0E5s2aO5HWhc6H8aXCaI/0lI6VyOJ8nGrIOn0JGc B37kDg7F56YXJJzonL4jjDZWxBgSznm3JyP9q00UNFh3F3o74/1uuPtvy0pZzmfjXoW8 5YoxjOqgP8pdXp7WKFbhezH7/qsrIQ6YtjLuo= MIME-Version: 1.0 Received: by 10.229.191.130 with SMTP id dm2mr1077766qcb.256.1287373286935; Sun, 17 Oct 2010 20:41:26 -0700 (PDT) Received: by 10.229.185.200 with HTTP; Sun, 17 Oct 2010 20:41:26 -0700 (PDT) Date: Mon, 18 Oct 2010 11:41:26 +0800 Message-ID: From: Gavin Mu To: freebsd-sparc64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Has anybody been working on zfsboot for sparc64? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2010 04:05:56 -0000 Hi, all, It seems that booting from ZFS is not supported on sparc64, has anybody been working on this? Thanks. Regards, Gavin Mu From owner-freebsd-sparc64@FreeBSD.ORG Mon Oct 18 11:07:06 2010 Return-Path: Delivered-To: freebsd-sparc64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD308106566C for ; Mon, 18 Oct 2010 11:07:06 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AA25E8FC2A for ; Mon, 18 Oct 2010 11:07:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9IB76Y9029447 for ; Mon, 18 Oct 2010 11:07:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9IB76lU029445 for freebsd-sparc64@FreeBSD.org; Mon, 18 Oct 2010 11:07:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 18 Oct 2010 11:07:06 GMT Message-Id: <201010181107.o9IB76lU029445@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-sparc64@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-sparc64@FreeBSD.org X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2010 11:07:06 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- f sparc/145211 sparc64 [panic] Memory modified after free o sparc/142102 sparc64 [nfs] [panic] FreeBSD 8.0 kernel panics on sparc64 whe o sparc/141918 sparc64 [ehci] ehci_interrupt: unrecoverable error, controller s sparc/139134 sparc64 kernel output corruption o sparc/119244 sparc64 X11Forwarding to X11 server on sparc crashes Xorg o sparc/119240 sparc64 top has WCPU over 100% on UP system s sparc/119239 sparc64 gdb coredumps on sparc64 f sparc/108732 sparc64 ping(8) reports 14 digit time on sparc64 s sparc/107087 sparc64 [hang] system is hung during boot from CD o sparc/105048 sparc64 [trm] trm(4) panics on sparc64 o sparc/104428 sparc64 [nullfs] nullfs panics on E4500 (but not E420) o sparc/80890 sparc64 [panic] kmem_malloc(73728): kmem_map too small running o sparc/71729 sparc64 printf in kernel thread causes panic on SPARC 13 problems total. From owner-freebsd-sparc64@FreeBSD.ORG Mon Oct 18 19:20:06 2010 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B493106564A for ; Mon, 18 Oct 2010 19:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 54BCC8FC12 for ; Mon, 18 Oct 2010 19:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9IJK60r042758 for ; Mon, 18 Oct 2010 19:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9IJK6ju042757; Mon, 18 Oct 2010 19:20:06 GMT (envelope-from gnats) Date: Mon, 18 Oct 2010 19:20:06 GMT Message-Id: <201010181920.o9IJK6ju042757@freefall.freebsd.org> To: freebsd-sparc64@FreeBSD.org From: Marius Strobl Cc: Subject: Re: sparc64/151404: Kernel hangs before mounting root fs X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marius Strobl List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2010 19:20:06 -0000 The following reply was made to PR sparc64/151404; it has been noted by GNATS. From: Marius Strobl To: Dmitry Afanasiev Cc: bug-followup@FreeBSD.org Subject: Re: sparc64/151404: Kernel hangs before mounting root fs Date: Mon, 18 Oct 2010 21:11:57 +0200 On Fri, Oct 15, 2010 at 11:27:55PM +0400, Dmitry Afanasiev wrote: > Hello! > > After a kernel update system booted, but all onboard interfaces (bge0-4) > got status DOWN and system became fully unavailable via network. > I rebooted the system twice, but without results. > After booting old kernel all works properly - interfaces up and etc. > > I'm confused. Is incorrect interface's status result of this change, or > I got another problem with bge driver? FYI, the interfaces should work again with r214012. Marius From owner-freebsd-sparc64@FreeBSD.ORG Tue Oct 19 08:22:30 2010 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D83E9106566C; Tue, 19 Oct 2010 08:22:30 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id A243D8FC18; Tue, 19 Oct 2010 08:22:30 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.4/8.14.3) with ESMTP id o9J8MTC6076802; Tue, 19 Oct 2010 04:22:29 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.3/Submit) id o9J8MTTj076801; Tue, 19 Oct 2010 08:22:29 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 19 Oct 2010 08:22:29 GMT Message-Id: <201010190822.o9J8MTTj076801@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2010 08:22:31 -0000 TB --- 2010-10-19 01:55:54 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-10-19 01:55:54 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2010-10-19 01:55:54 - cleaning the object tree TB --- 2010-10-19 01:58:17 - cvsupping the source tree TB --- 2010-10-19 01:58:17 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2010-10-19 02:03:02 - building world TB --- 2010-10-19 02:03:02 - MAKEOBJDIRPREFIX=/obj TB --- 2010-10-19 02:03:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2010-10-19 02:03:02 - TARGET=sparc64 TB --- 2010-10-19 02:03:02 - TARGET_ARCH=sparc64 TB --- 2010-10-19 02:03:02 - TZ=UTC TB --- 2010-10-19 02:03:02 - __MAKE_CONF=/dev/null TB --- 2010-10-19 02:03:02 - cd /src TB --- 2010-10-19 02:03:02 - /usr/bin/make -B buildworld >>> World build started on Tue Oct 19 02:03:04 UTC 2010 >>> 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 >>> World build completed on Tue Oct 19 06:51:31 UTC 2010 TB --- 2010-10-19 06:51:31 - generating LINT kernel config TB --- 2010-10-19 06:51:31 - cd /src/sys/sparc64/conf TB --- 2010-10-19 06:51:31 - /usr/bin/make -B LINT TB --- 2010-10-19 06:51:31 - building LINT kernel TB --- 2010-10-19 06:51:31 - MAKEOBJDIRPREFIX=/obj TB --- 2010-10-19 06:51:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2010-10-19 06:51:31 - TARGET=sparc64 TB --- 2010-10-19 06:51:31 - TARGET_ARCH=sparc64 TB --- 2010-10-19 06:51:31 - TZ=UTC TB --- 2010-10-19 06:51:31 - __MAKE_CONF=/dev/null TB --- 2010-10-19 06:51:31 - cd /src TB --- 2010-10-19 06:51:31 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Oct 19 06:51:32 UTC 2010 >>> 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 [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/netsmb/smb_subr.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/netsmb/smb_trantcp.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/netsmb/smb_usr.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/nfs/nfs_common.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/nfs/nfs_lock.c cc1: warnings being treated as errors /src/sys/nfs/nfs_lock.c: In function 'nfs_dolock': /src/sys/nfs/nfs_lock.c:254: warning: passing argument 3 of 'nmp->nm_com.nmcom_getinfo' from incompatible pointer type *** Error code 1 Stop in /obj/sparc64.sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2010-10-19 08:22:29 - WARNING: /usr/bin/make returned exit code 1 TB --- 2010-10-19 08:22:29 - ERROR: failed to build lint kernel TB --- 2010-10-19 08:22:29 - 3544.85 user 12258.00 system 23195.35 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-sparc64@FreeBSD.ORG Tue Oct 19 10:16:44 2010 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0CE2106564A; Tue, 19 Oct 2010 10:16:44 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 933418FC0C; Tue, 19 Oct 2010 10:16:44 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.4/8.14.3) with ESMTP id o9JAGho9092519; Tue, 19 Oct 2010 06:16:43 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.3/Submit) id o9JAGh4a092518; Tue, 19 Oct 2010 10:16:43 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 19 Oct 2010 10:16:43 GMT Message-Id: <201010191016.o9JAGh4a092518@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on sparc64/sun4v X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2010 10:16:44 -0000 TB --- 2010-10-19 04:03:09 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-10-19 04:03:09 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2010-10-19 04:03:09 - cleaning the object tree TB --- 2010-10-19 04:04:56 - cvsupping the source tree TB --- 2010-10-19 04:04:56 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2010-10-19 04:09:53 - building world TB --- 2010-10-19 04:09:53 - MAKEOBJDIRPREFIX=/obj TB --- 2010-10-19 04:09:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2010-10-19 04:09:53 - TARGET=sun4v TB --- 2010-10-19 04:09:53 - TARGET_ARCH=sparc64 TB --- 2010-10-19 04:09:53 - TZ=UTC TB --- 2010-10-19 04:09:53 - __MAKE_CONF=/dev/null TB --- 2010-10-19 04:09:53 - cd /src TB --- 2010-10-19 04:09:53 - /usr/bin/make -B buildworld >>> World build started on Tue Oct 19 04:09:55 UTC 2010 >>> 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 >>> World build completed on Tue Oct 19 09:35:04 UTC 2010 TB --- 2010-10-19 09:35:04 - generating LINT kernel config TB --- 2010-10-19 09:35:04 - cd /src/sys/sun4v/conf TB --- 2010-10-19 09:35:04 - /usr/bin/make -B LINT TB --- 2010-10-19 09:35:04 - building LINT kernel TB --- 2010-10-19 09:35:04 - MAKEOBJDIRPREFIX=/obj TB --- 2010-10-19 09:35:04 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2010-10-19 09:35:04 - TARGET=sun4v TB --- 2010-10-19 09:35:04 - TARGET_ARCH=sparc64 TB --- 2010-10-19 09:35:04 - TZ=UTC TB --- 2010-10-19 09:35:04 - __MAKE_CONF=/dev/null TB --- 2010-10-19 09:35:04 - cd /src TB --- 2010-10-19 09:35:04 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Oct 19 09:35:05 UTC 2010 >>> 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 [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/netsmb/smb_subr.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/netsmb/smb_trantcp.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/netsmb/smb_usr.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/nfs/nfs_common.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/nfs/nfs_lock.c cc1: warnings being treated as errors /src/sys/nfs/nfs_lock.c: In function 'nfs_dolock': /src/sys/nfs/nfs_lock.c:254: warning: passing argument 3 of 'nmp->nm_com.nmcom_getinfo' from incompatible pointer type *** Error code 1 Stop in /obj/sun4v.sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2010-10-19 10:16:43 - WARNING: /usr/bin/make returned exit code 1 TB --- 2010-10-19 10:16:43 - ERROR: failed to build lint kernel TB --- 2010-10-19 10:16:43 - 3501.72 user 12728.75 system 22414.08 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-sparc64@FreeBSD.ORG Tue Oct 19 21:05:45 2010 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34DBB10656B0 for ; Tue, 19 Oct 2010 21:05:45 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id E61078FC27 for ; Tue, 19 Oct 2010 21:05:44 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirj.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1P8JNP-0007bo-K5; Tue, 19 Oct 2010 22:05:43 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1P8JNP-0006Rk-8w; Tue, 19 Oct 2010 22:05:43 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4) with ESMTP id o9JL5hDD091379; Tue, 19 Oct 2010 22:05:43 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4/Submit) id o9JL5gEb091378; Tue, 19 Oct 2010 22:05:42 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Tue, 19 Oct 2010 22:05:42 +0100 From: Anton Shterenlikht To: Gerald Pfeifer Message-ID: <20101019210542.GA91357@mech-cluster241.men.bris.ac.uk> References: <20101008091625.GA4257@mech-cluster241.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-sparc64@freebsd.org Subject: Re: lang/gcc45 configure fails on sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2010 21:05:45 -0000 On Sun, Oct 17, 2010 at 02:31:06AM +0200, Gerald Pfeifer wrote: > On Fri, 8 Oct 2010, Anton Shterenlikht wrote: > > checking for suffix of object files... configure: error: in `/usr/ports/lang/gcc45/work/build/sparc64-portbld-freebsd9.0/libgcc': > > configure: error: cannot compute suffix of object files: cannot compile > > See `config.log' for more details. > > gmake[2]: *** [configure-stage2-target-libgcc] Error 1 > > gmake[2]: Leaving directory `/usr/ports/lang/gcc45/work/build' > > > > > > I'm not sure which "config.log" I should look at: > > Per the message above referring to "target-libgcc", I assume... > > > ./work/build/sparc64-portbld-freebsd9.0/libgcc/config.log > > ...this one. I submitted a bug report: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46086 -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-sparc64@FreeBSD.ORG Tue Oct 19 21:20:47 2010 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D82131065672 for ; Tue, 19 Oct 2010 21:20:45 +0000 (UTC) (envelope-from mmoll@darkthrone.kvedulv.de) Received: from darkthrone.kvedulv.de (darkthrone.kvedulv.de [IPv6:2001:1578:400:101::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9D4608FC0A for ; Tue, 19 Oct 2010 21:20:45 +0000 (UTC) Received: by darkthrone.kvedulv.de (Postfix, from userid 666) id C41D71CC83; Tue, 19 Oct 2010 23:20:43 +0200 (CEST) Date: Tue, 19 Oct 2010 23:20:43 +0200 From: Michael Moll To: Gavin Mu Message-ID: <20101019212043.GA38362@darkthrone.kvedulv.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-sparc64@freebsd.org Subject: Re: Has anybody been working on zfsboot for sparc64? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2010 21:20:47 -0000 Hi, On Mon, Oct 18, 2010 at 11:41:26AM +0800, Gavin Mu wrote: > It seems that booting from ZFS is not supported on sparc64, has > anybody been working on this? Thanks. There has been a discussion about this topic some months ago, see http://lists.freebsd.org/pipermail/freebsd-sparc64/2010-July/007330.html and the following mails. It seems nobody stepped up, yet. Regards -- Michael Moll From owner-freebsd-sparc64@FreeBSD.ORG Wed Oct 20 10:15:59 2010 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8D8E106566C for ; Wed, 20 Oct 2010 10:15:59 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: from lerwick.hopto.org (lerwick.hopto.org [204.51.112.196]) by mx1.freebsd.org (Postfix) with ESMTP id 600AE8FC18 for ; Wed, 20 Oct 2010 10:15:59 +0000 (UTC) Received: (qmail 67419 invoked by uid 98); 20 Oct 2010 09:53:27 +0000 Received: from 81.187.141.93 by mailserver (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.96.1/11509. spamassassin: 3.3.1. Clear:RC:1(81.187.141.93):. Processed in 0.025012 secs); 20 Oct 2010 09:53:27 -0000 Received: from 93.141.187.81.in-addr.arpa (HELO ?192.168.1.101?) (81.187.141.93) by lerwick.hopto.org with SMTP; 20 Oct 2010 09:53:27 +0000 From: Craig Butler To: Michael Moll In-Reply-To: <20101019212043.GA38362@darkthrone.kvedulv.de> References: <20101019212043.GA38362@darkthrone.kvedulv.de> Content-Type: text/plain; charset="UTF-8" Date: Wed, 20 Oct 2010 10:49:04 +0100 Message-ID: <1287568144.2392.10.camel@main.lerwick.hopto.org> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-sparc64@freebsd.org Subject: Re: Has anybody been working on zfsboot for sparc64? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2010 10:15:59 -0000 On Tue, 2010-10-19 at 23:20 +0200, Michael Moll wrote: > Hi, > > On Mon, Oct 18, 2010 at 11:41:26AM +0800, Gavin Mu wrote: > > It seems that booting from ZFS is not supported on sparc64, has > > anybody been working on this? Thanks. > > There has been a discussion about this topic some months ago, see > http://lists.freebsd.org/pipermail/freebsd-sparc64/2010-July/007330.html > and the following mails. It seems nobody stepped up, yet. > > Regards Does it really need to be implemented ?? zfs root with ufs /boot is working great. Personally I push a minimal install onto the ufs partition then dump-restore onto tank when created... I keep the data on the ufs partition and just link in boot directory into the tank; http://wiki.freebsd.org/ZFSOnRoot You can even gmirror the ufs partition between HDD's If the zfs ever messes up, you still have a workable system available via the ufs partition. I don't fully see the advantages of a fully zfs system including the /boot. Thanks Craig B From owner-freebsd-sparc64@FreeBSD.ORG Thu Oct 21 02:07:00 2010 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFDA61065693 for ; Thu, 21 Oct 2010 02:07:00 +0000 (UTC) (envelope-from peterjeremy@acm.org) Received: from fallbackmx10.syd.optusnet.com.au (fallbackmx10.syd.optusnet.com.au [211.29.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 17EA18FC1B for ; Thu, 21 Oct 2010 02:06:58 +0000 (UTC) Received: from mail16.syd.optusnet.com.au (mail16.syd.optusnet.com.au [211.29.132.197]) by fallbackmx10.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id o9KLTTVH027653 for ; Thu, 21 Oct 2010 08:29:29 +1100 Received: from server.vk2pj.dyndns.org (c220-239-116-103.belrs4.nsw.optusnet.com.au [220.239.116.103]) by mail16.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id o9KLTOD5031148 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 21 Oct 2010 08:29:25 +1100 X-Bogosity: Ham, spamicity=0.000000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.4/8.14.4) with ESMTP id o9KLTNPq095769; Thu, 21 Oct 2010 08:29:23 +1100 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.4/8.14.4/Submit) id o9KLTMWe095768; Thu, 21 Oct 2010 08:29:22 +1100 (EST) (envelope-from peter) Date: Thu, 21 Oct 2010 08:29:22 +1100 From: Peter Jeremy To: Craig Butler Message-ID: <20101020212922.GB94244@server.vk2pj.dyndns.org> References: <20101019212043.GA38362@darkthrone.kvedulv.de> <1287568144.2392.10.camel@main.lerwick.hopto.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GRPZ8SYKNexpdSJ7" Content-Disposition: inline In-Reply-To: <1287568144.2392.10.camel@main.lerwick.hopto.org> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-sparc64@freebsd.org Subject: Re: Has anybody been working on zfsboot for sparc64? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2010 02:07:00 -0000 --GRPZ8SYKNexpdSJ7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2010-Oct-20 10:49:04 +0100, Craig Butler wr= ote: >You can even gmirror the ufs partition between HDD's > >If the zfs ever messes up, you still have a workable system available >via the ufs partition. I built a system like this (even to the extent of having /usr/src on UFS) for that reason. My experience has been that the gmirrored UFS has caused more data-related problems than ZFS (ZFS has been responsible for more hangs and panics but survives them far better and ZFS in recent 8-stable has fixed those problems). In particular, it looks like I'm losing writes to one of the disks in my gmirror (and they are identical disks, though with different firmware) under some circumstances on shutdown. I'm in the process of rebuilding that system and, based on my experiences with that system and some other ZFS root systems, will be converting it to use ZFS root. --=20 Peter Jeremy --GRPZ8SYKNexpdSJ7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.15 (FreeBSD) iEYEARECAAYFAky/XzIACgkQ/opHv/APuIc0cACdG3rm/D4Ne87gIzptH0jz5Cfw 2ocAnA/CS2+90GRuA0JaN+KCYJ2i/JRI =+Xj+ -----END PGP SIGNATURE----- --GRPZ8SYKNexpdSJ7-- From owner-freebsd-sparc64@FreeBSD.ORG Thu Oct 21 07:23:11 2010 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38554106566B for ; Thu, 21 Oct 2010 07:23:11 +0000 (UTC) (envelope-from matpockuh@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id DDFEB8FC12 for ; Thu, 21 Oct 2010 07:23:10 +0000 (UTC) Received: by qyk10 with SMTP id 10so1908716qyk.13 for ; Thu, 21 Oct 2010 00:23:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=jku6e3grwbJ4/3Miw+Bn8/kQ6KFQ3La5jnIklqtIkfA=; b=fQj9zksmntjfSiN19stPNjISGcJ8l91ZoB5r72IV7Zo7il6XQprdRLY+PC2v0+8ubk m4gj8GeNg62d8j+u1GbYgoH+WbEaSunAizbHM2FicQm2o8P9+3MP1h+99x33kREkb/z0 uYOa9bGIZ7M2Z0CaPi8YI9tYF6CZ1oD5hE/TE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=r06uLEIXVWXmDbdOHvC8PGHw5CfMkU8UFD5OPvJNaYmuaCfKcG4ReIm/WW5zD3EaK0 9BQDRxOOe0GCo2RGsnEqEsbhp1wBf4fxjd9kWQ1QAW8kguSZOiDYtTkdLQsyZyGPZyUk 3H3PevZh7z7J9usESW2Zwp+P3K8DSrdrDhpqs= MIME-Version: 1.0 Received: by 10.224.218.193 with SMTP id hr1mr434292qab.82.1287645789853; Thu, 21 Oct 2010 00:23:09 -0700 (PDT) Received: by 10.229.248.201 with HTTP; Thu, 21 Oct 2010 00:23:09 -0700 (PDT) In-Reply-To: <201010181920.o9IJK6ju042757@freefall.freebsd.org> References: <201010181920.o9IJK6ju042757@freefall.freebsd.org> Date: Thu, 21 Oct 2010 11:23:09 +0400 Message-ID: From: KOT MATPOCKuH To: Marius Strobl Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-sparc64@freebsd.org Subject: Re: sparc64/151404: Kernel hangs before mounting root fs X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2010 07:23:11 -0000 2010/10/18 Marius Strobl : > =A0> I'm confused. Is incorrect interface's status result of this change,= or > =A0> I got another problem with bge driver? > =A0FYI, the interfaces should work again with r214012. After yesterday's update bge(4) interfaces works properly. Thanks you! --=20 MATPOCKuH