From owner-freebsd-sparc64@FreeBSD.ORG Mon Feb 18 11:36:40 2013 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AB533FDE for ; Mon, 18 Feb 2013 11:36:40 +0000 (UTC) (envelope-from linmag7@gmail.com) Received: from mail-la0-x22f.google.com (la-in-x022f.1e100.net [IPv6:2a00:1450:4010:c03::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 28A95205 for ; Mon, 18 Feb 2013 11:36:39 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id fj20so5237152lab.6 for ; Mon, 18 Feb 2013 03:36:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:content-type:content-transfer-encoding:subject :message-id:date:to:mime-version:x-mailer; bh=doTJfyCzVoP9iLNzw2j/WepFcD7lIu3kvXLY7XQFeo8=; b=EsSt/rohUtXANBFOZb/QLN3PY5tTv6vdsysQLC9xfU/2VqFTRBikkKQDCjdvc6bBWE Gg1W2jj06tUqEROlnwwbfijUZhbssz3aKe449V7kD/ax4yTlIN8hBjPwl7Wn35LPKHq2 AWVqEI/PtJNigv3UJC6wmZinYEY4bRekQsZqUHBJU3bkau0pF2JRCN3XsukX8wN8OJ3v 3RjG05tlzgf+Mb4QX0VsNuYHp8Qr9NJfEe9SsdCl8dE5QnbpnrgPuCjQslYPkBEDyy+L bNSp+DhRfS/25rmyQfmHn7P9rjFw0b+31zM34sgcfIbVswIweADV5GFr6iz3nQIH1CSd 9PUg== X-Received: by 10.112.25.8 with SMTP id y8mr5560245lbf.81.1361187399098; Mon, 18 Feb 2013 03:36:39 -0800 (PST) Received: from [192.168.1.16] (h-4-246.a327.priv.bahnhof.se. [46.59.4.246]) by mx.google.com with ESMTPS id gm20sm19140745lab.7.2013.02.18.03.36.37 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 18 Feb 2013 03:36:38 -0800 (PST) From: Magnus Lindholm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: FreeBSD-9.1 freezes on sun ultra-30 Message-Id: Date: Mon, 18 Feb 2013 12:36:36 +0100 To: freebsd-sparc64@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) X-Mailer: Apple Mail (2.1499) X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.14 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 Feb 2013 11:36:40 -0000 Hi, I've installed FreeBSD-8.3 on my sun ultra-30, the 9.1 boot-only install = CD failed to boot, so did the 9.0 install CD. 8.3 worked fine and from = that I upgraded to 9.1 from source. The system has been up and running = for a day or two when I get the message: pcib0: correctable DMA error AFAR 0x3aecc400 AFSR 0x40f400009f800000 I't repeats a few times on the console and then the system freezes. The = system was doing some work building stuff from the port-collections, so = the load was quite heavy. Is this hardware related (failing hardware) or = is something in the 9.1 kernel thats doesn't work well with my hardware? Regards Magnus=20