From mboxrd@z Thu Jan 1 00:00:00 1970 From: wkt@tuhs.org (Warren Toomey) Date: Sat, 3 May 2008 13:47:47 +1000 Subject: [Unix-jun72] login prompt! In-Reply-To: References: Message-ID: <20080503034747.GA38902@minnie.tuhs.org> On Fri, May 02, 2008 at 05:25:00PM -1000, Tim Newsham wrote: > > The good news: login prompt! And also, check gives good results: # check RF: 116 files 6 large 6 indirect 249 used 405 free 336 missing RK: [ it dies here, as empty disk image ] I think I know the problem why check was not working via Apout. Here's a comment from the CHANGES file: 2.3 Alpha2: to 10th Jan 2000 ---------------------------- Added code to support 512-byte block seeks on /dev files for 1st Edition binaries. This was required to get tap(1) to work. This should really only force 512-byte seeks on specific /dev/files, not all of them. So I suspect that check is doing something with seeks that I am not dealing with correctly in Apout. Cheers, Warren