Date: Tue, 19 Apr 2005 13:15:17 +0000 (UTC) From: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> To: FreeBSD current mailing list <current@freebsd.org> Subject: g_vfs_done fails with strange offsets Message-ID: <Pine.BSF.4.53.0504191258430.703@e0-0.zab2.int.zabbadoz.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.53.0504191258430.703>