On Tue, Nov 16, 2010 at 8:09 PM, David Leimbach <leim...@gmail.com> wrote:
> Could sparse files be an issue? Bloom always shows up wrong when I > restart. > Nope... Didn't make a difference it seems. I recreated my venti setup, and it starts ok. I do a vac and an unvac, then kill it and restart and get the following: % 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 venti/venti: can't load bloom filter: read /Users/dave/venti/disks/bloom offset 0x0 count 65536 buf 3800000 returned 65536: No such file or directory bloom is definitely there though... Not sure what the no such file or directory is referring to just yet. -rw-r--r-- 1 dave wheel 33554432 Nov 16 20:42 bloom I'll try without the bloom filter. > On Tuesday, November 16, 2010, David Leimbach <leim...@gmail.com> wrote: > > On Tuesday, November 16, 2010, Russ Cox <r...@swtch.com> wrote: > >> On Tue, Nov 16, 2010 at 5:43 PM, David Leimbach <leim...@gmail.com> > wrote: > >>> I'm trying to figure out how to correctly sync a plan9port venti > instance so > >>> I can start it back up again and have it actually function :-). > >>> using venti/sync doesn't appear to get the job done... > >> > >> It should. Not using venti/sync should work too since > >> vac etc all sync before hanging up. The flushicache/flushdcache > >> trick will make restarting a little faster, but it should not > >> be necessary for correctness and shouldn't even be > >> that much faster. > > > > I did a kill TERM... should the signal handler have cleaned up or was > > I supposed to send HUP? > > > > > >> > >> Russ > >> > >> > > >