From owner-freebsd-current Sun Aug 29 4:15:57 1999 Delivered-To: freebsd-current@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 8C89E14BE2 for ; Sun, 29 Aug 1999 04:15:53 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id VAA04353; Sun, 29 Aug 1999 21:14:50 +1000 Date: Sun, 29 Aug 1999 21:14:50 +1000 From: Bruce Evans Message-Id: <199908291114.VAA04353@godzilla.zeta.org.au> To: jkh@zippy.cdrom.com, phk@critter.freebsd.dk Subject: Re: No longer able to rip CD data under -current. Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>Nope, it still occurs. You're definitely in the right ballpark >>though since I added some printfs and it's this check: >> >> } else if (ssp->dss_secshift != -1) { >> if (bp->b_bcount & (ssp->dss_secsize - 1)) >> goto bad_bcount; >> >>Which is now failing. The message about this is a bit verbose. Some software (e.g. fdisk) legitimately tries sizes 512, 1024, 2048, ... until it finds one that works. Then the message is not wanted. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message