On Wed, Nov 17, 2010 at 6:36 AM, Russ Cox <rsc@swtch.com> wrote:
> % venti/venti
> 2010/1116 20:44:14 venti: conf...2010/1116 20:44:14 err 4: read
> /Users/dave/venti/disks/bloom offset 0x0 count 65536 buf 3800000 returned
> 65536: No such file or directory

A read of 65536 returning 65536 should not be an error.
If you want to dig in, this is $PLAN9/src/cmd/venti/srv/part.c:/^prwb.
There have been problems with short reads before.

Russ

I will look at this later tonight.  It only happens when using a bloom file apparently so far.

Dave