From owner-freebsd-questions Sun Mar 30 12:41:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA11300 for questions-outgoing; Sun, 30 Mar 1997 12:41:16 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA11288; Sun, 30 Mar 1997 12:41:12 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id MAA20384; Sun, 30 Mar 1997 12:39:52 -0800 (PST) To: Doug White cc: Don Yuniskis , jkh@freebsd.org, Barry Masterson , FreeBSD Questions Subject: Re: Another 2.1.7 upgrade & no bin dist In-reply-to: Your message of "Sun, 30 Mar 1997 12:33:03 PST." Date: Sun, 30 Mar 1997 12:39:52 -0800 Message-ID: <20380.859754392@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > DEBUG: Parsing attributes file for distribution bin > > > DEBUG: Parse config: Invalid character 'P' at line 0 > > > ... > > Hm, unusual. It's having trouble parsing the bin.inf file. It looks okay > on the 2.1.7 CD -- it matches the one on the 2.1.6 CD pretty closely. > Make sure that the /cdrom/bin/bin.inf file looks okay, it should look like > this (the first few lines): I know this one - it's a bug which has been in sysinstall since day one and it only happens occasionally, making it very hard to find (some data being corrupted somewhere on the 1st pass, so when you come through on the 2nd to install more stuff, blooie). For 2.2.1, I finally just re-wrote all of that attribute code in frustration at not being able to find the bug (and what I ended up with was much nicer in the end) and I haven't seen it since. Jordan