From owner-freebsd-current@FreeBSD.ORG Fri Jan 4 11:09:16 2013 Return-Path: Delivered-To: freebsd-current@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 5D311114 for ; Fri, 4 Jan 2013 11:09:16 +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 07C8FC28 for ; Fri, 4 Jan 2013 11:09:15 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1Tr59A-0006xQ-KZ for freebsd-current@freebsd.org; Fri, 04 Jan 2013 11:09:08 +0000 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.72) (envelope-from ) id 1Tr59A-0005P4-8S for freebsd-current@freebsd.org; Fri, 04 Jan 2013 11:09:08 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r04B97ZP001898; Fri, 4 Jan 2013 11:09:07 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r04B97QU001888; Fri, 4 Jan 2013 11:09:07 GMT (envelope-from mexas) Date: Fri, 4 Jan 2013 11:09:07 GMT From: Anton Shterenlikht Message-Id: <201301041109.r04B97QU001888@mech-cluster241.men.bris.ac.uk> To: freebsd-current@freebsd.org, sparc64@bristol.ac.uk Subject: installworld error: ad0: FAILURE - READ_DMA status=51 error=40 LBA=28071584 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2013 11:09:16 -0000 I got this error on make installworld: ===> sbin/dhclient (install) install -s -o root -g wheel -m 555 dhclient /sbin ad0: FAILURE - READ_DMA status=51 error=40 LBA=28071584 g_vfs_done():ad0a[READ(offset=14372651008, length=16384)]error = 5 vnode_pager_getpages: I/O read error vm_fault: pager read error, pid 12794 (install) install: /sbin/dhclient: Bad address *** [_proginstall] Error code 71 Stop in /usr/src/sbin/dhclient. *** [realinstall] Error code 1 Stop in /usr/src/sbin. *** [realinstall] Error code 1 Stop in /usr/src. *** [reinstall] Error code 1 Stop in /usr/src. *** [installworld] Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. What's going on? This is on sparc64 SunBlade 1500 silver, updating to r244988. The disk is: # gpart show ad0 => 0 234432720 ad0 VTOC8 (111G) 0 41946480 1 !0 (20G) 41946480 33558000 2 !0 (16G) 75504480 158928240 4 !0 (75G) # # df Filesystem 512-blocks Used Avail Capacity Mounted on /dev/ad0a 40620236 21769888 15600732 58% / devfs 2 2 0 100% /dev # I've run fsck -p before installworld, and didn't see any problems. Thanks Anton