From owner-freebsd-current@FreeBSD.ORG Tue Apr 19 13:20:41 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23DE016A505 for ; Tue, 19 Apr 2005 13:20:10 +0000 (GMT) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 877A143D1D for ; Tue, 19 Apr 2005 13:20:09 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id B905D1FF9A8 for ; Tue, 19 Apr 2005 15:20:07 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 987051FF90C; Tue, 19 Apr 2005 15:20:05 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 29095157ED; Tue, 19 Apr 2005 13:15:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 26D8015783 for ; Tue, 19 Apr 2005 13:15:17 +0000 (UTC) Date: Tue, 19 Apr 2005 13:15:17 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: FreeBSD current mailing list Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Subject: g_vfs_done fails with strange offsets X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2005 13:20:42 -0000 Hi, I had the same error yesterday when running installworld and it failed at exactly the same point (both cases). da0s1f is the fs holding src and obj only and it had been newfsed -O2 -U in between and I did a new cvs co and buildworld/kernel (still same places I can see this error): install: /usr/share/snmp/mibs/FOKUS-MIB.txt: Bad address this is what gets logged to console. g_vfs_done():da0s1f[READ(offset=-1078889850880, length=2560)]error = 5 vnode_pager_getpages: I/O read error vm_fault: pager read error, pid 55985 (install) This is with the kernel from SNAP0002: 6.0-CURRENT-SNAP002 FreeBSD 6.0-CURRENT-SNAP002 #0: Tue Mar 15 19:02:56 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 When booting a kernel compiled from HEAD of the day I can get repeatedly get this with still same installworld as above: ===> include (install) install -C -o root -g wheel -m 444 ..... *** Signal 11 and get this on console: g_vfs_done():da0s1f[READ(offset=-1077929627648, length=2560)]error = 5 vnode_pager_getpages: I/O read error vm_fault: pager read error, pid 646 (install) g_vfs_done():da0s1f[READ(offset=-1077929627648, length=2560)]error = 5 vnode_pager_getpages: I/O read error vm_fault: pager read error, pid 646 (install) -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT