Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Aug 1999 21:14:50 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        jkh@zippy.cdrom.com, phk@critter.freebsd.dk
Cc:        current@FreeBSD.ORG
Subject:   Re: No longer able to rip CD data under -current.
Message-ID:  <199908291114.VAA04353@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908291114.VAA04353>