On Wed Mar 12 18:53:01 EDT 2008, [EMAIL PROTECTED] wrote:
> Perhaps I've screwed something up along the way, but when I
> run 'replica/pull -nv /dist/replica/network' I get the
> following error:
>
> replica/compactdb: opendb /n/boot/dist/replica/client/plan9.db:
> '/n/boot/dist/replica/client/plan9.db' does not exist
> replica/compactdb /n/boot/dist/replica/client/plan9.db: compactdb 192196:
> opendb /n/boot/dist/replica/client/plan9.db:
> '/n/boot/dist/replica/client/plan9.db' does not exist
>
> What's going on?
>
> John
i can't speak to the particulars of how you got to the state
your in, but compactdb requires that the database actually
exist.
; touch /n/boot/dist/replica/client/plan9.db
should allow you continue.
- erik