From owner-freebsd-current@FreeBSD.ORG Fri May 2 19:33:30 2003 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 906D937B401 for ; Fri, 2 May 2003 19:33:30 -0700 (PDT) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17A9F43FA3 for ; Fri, 2 May 2003 19:33:30 -0700 (PDT) (envelope-from timothy@voidnet.com) Received: from repose (12-210-146-224.client.attbi.com[12.210.146.224]) by rwcrmhc53.attbi.com (rwcrmhc53) with SMTP id <2003050302332905300lr9c9e>; Sat, 3 May 2003 02:33:29 +0000 From: Eric Timme To: freebsd-current@freebsd.org Date: Fri, 2 May 2003 21:36:50 -0500 User-Agent: KMail/1.5.1 References: <1051898162.1148.99.camel@jracine.maxwell.syr.edu> <200305021433.51221.timothy@voidnet.com> In-Reply-To: <200305021433.51221.timothy@voidnet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305022136.50200.timothy@voidnet.com> Subject: Re: sysinstall fatal error 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: Sat, 03 May 2003 02:33:30 -0000 A quick addition - the snapshot I was using was the April 21 image off JPSNAP. Thanks for any input people can give. On Friday 02 May 2003 02:33 pm, Eric Timme wrote: > Attempting to install via the latest 5-current (May 1 I think) errors out > at 43% for me every time with the same "Fatal Error: Invalid realloc size > of 0!". I spent some time with the mailing list archives and Google, but > although lots of people are having the problem, nobody has said anything > about a solution. Are there any UFS2 enabled snapshots that have solved > people's problem with this? > > Running on an 800mhz Duron on an Abit KT7-A motherboard, 80GB Maxtor HD > plugged into the raid port on the motherboard, if it matters. > > ----- > > I don't know if this is significant, given that the install process halts > when it's barely into it, but when I boot into Windows and hit a partition > program (PM8) it gives me the following two error messages every time: > > PM has detected an error 116 on the partition starting at sector 41062140 > on disk 1. The starting LBA value is 41062140 and the CHS value is > 16450622. The LBA and CHS values must be equal. PM has verified the LBA > value is correct and can fix the CHS value. > > PM has detected an error 116 on the partition starting at sector 133098525 > on disk 1. The starting LBA value is 133098525 and the CHS value is > 16450622. The LBA and CHS values must be equal. PM has verified the LBA > value is correct and can fix the CHS value. > > Note, if I delete the FreeBSD partition that was created, fix those > problems, and reboot, the error stays gone, but as soon as I try and > install again and it stops the error is back again =0