From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <667d1ef0052669658ece75b48f079efb@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] replica problems From: rsc@plan9.bell-labs.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 13 May 2002 12:57:00 -0400 Topicbox-Message-UUID: 900968bc-eaca-11e9-9e20-41e7f4b1d025 Uhh... That should not have happened. Does /usr/nemo/lib/replica/nemo.proto exist on your laptop? I think the problem is that the proto file couldn't be opened, so the view of the local fs through the proto was absolutely no files, meaning you deleted your bin/* files. So the delete propagated. Still, revrdproto looks like it should be returning -1 when the proto doesn't exist, which should cause applychanges to exit immediately. Russ