From owner-freebsd-sparc64@FreeBSD.ORG Mon Feb 14 11:07:13 2011 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 0139110656A8 for ; Mon, 14 Feb 2011 11:07:13 +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 E1C488FC32 for ; Mon, 14 Feb 2011 11:07:12 +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 p1EB7CJG077301 for ; Mon, 14 Feb 2011 11:07:12 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p1EB7Cre077299 for freebsd-sparc64@FreeBSD.org; Mon, 14 Feb 2011 11:07:12 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 14 Feb 2011 11:07:12 GMT Message-Id: <201102141107.p1EB7Cre077299@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, 14 Feb 2011 11:07:13 -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 Tue Feb 15 17:35:06 2011 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 CAA9D1065673 for ; Tue, 15 Feb 2011 17:35:06 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from mail.icecube.wisc.edu (trout.icecube.wisc.edu [128.104.255.119]) by mx1.freebsd.org (Postfix) with ESMTP id 9ACEB8FC12 for ; Tue, 15 Feb 2011 17:35:06 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.icecube.wisc.edu (Postfix) with ESMTP id B9FCB58135 for ; Tue, 15 Feb 2011 11:03:41 -0600 (CST) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from mail.icecube.wisc.edu ([127.0.0.1]) by localhost (trout.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id 2Wa+yv4ATRu4 for ; Tue, 15 Feb 2011 11:03:41 -0600 (CST) Received: from wanderer.tachypleus.net (i3-dhcp-172-16-223-197.icecube.wisc.edu [172.16.223.197]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 994CB58134 for ; Tue, 15 Feb 2011 11:03:41 -0600 (CST) Message-ID: <4D5AB1ED.5060306@freebsd.org> Date: Tue, 15 Feb 2011 11:03:41 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110103 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-sparc64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: BSDInstall 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, 15 Feb 2011 17:35:06 -0000 I've prepared a test ISO image of the new BSDInstall installer for sparc64, which can be found at: http://people.freebsd.org/~nwhitehorn/bsdinstall-sparc64-20110215.iso.bz2 It works fine on my Ultra 5, but I'd appreciate wider testing on sparc64 (as well as general feedback) before we begin integrating this into the build infrastructure. -Nathan From owner-freebsd-sparc64@FreeBSD.ORG Fri Feb 18 22:54:04 2011 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 52BC2106566C; Fri, 18 Feb 2011 22:54:03 +0000 (UTC) (envelope-from cheeky.m@live.com) Received: from bay0-omc4-s2.bay0.hotmail.com (bay0-omc4-s2.bay0.hotmail.com [65.54.190.204]) by mx1.freebsd.org (Postfix) with ESMTP id 3E85D8FC0A; Fri, 18 Feb 2011 22:54:03 +0000 (UTC) Received: from BAY147-W47 ([65.54.190.199]) by bay0-omc4-s2.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 18 Feb 2011 14:42:03 -0800 Message-ID: X-Originating-IP: [66.189.65.82] From: Roger Hammerstein To: Date: Fri, 18 Feb 2011 17:42:03 -0500 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 18 Feb 2011 22:42:03.0011 (UTC) FILETIME=[0FBE9D30:01CBCFBD] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: re: BSDInstall 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: Fri, 18 Feb 2011 22:54:04 -0000 > I've prepared a test ISO image of the new BSDInstall installer for > sparc64=2C which can be found at: > http://people.freebsd.org/~nwhitehorn/bsdinstall-sparc64-20110215.iso.bz2 > It works fine on my Ultra 5=2C but I'd appreciate wider testing on > sparc64 (as well as general feedback) before we begin integrating this > into the build infrastructure. Works on an Ultra 60 with 2 cpus. falcon# uname -a FreeBSD falcon 9.0-CURRENT FreeBSD 9.0-CURRENT #24 r218643M: Sun Feb 13 10:= 49:35 CST 2011 root@comporellon.tachypleus.net:/usr/obj/sparc64.sparc64= /usr/src/sys/GENERIC sparc64 falcon# I did a guided install via serial console. after hostname input I saw :=20 rm: /tmp/bsdinstall_etc/fstab: No such file or directory On a different attempt=2C I wasn't sure how to exit the LiveCD portion of = it and get back into the installer. I could type sysinstall to get into sysinstall=2C but that isn't the same. I ended up rebooting. I configured a static ip and expected 'tab' to get me onto the Netmask line= =2C needed to use the down error. Works for me. =