keybase / keybase/keybase-issues

keybase fs out of sync and some files are missing

Open
#2,203 16 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
899
Forks
40
PR merge metrics
No merged PRs in 30d

Description

(or maybe I don't understand how this is supposed to work).
I have two computers, "new-host-8" (don't ask) and "vijayps-macbook"

new-host-8:vijayp vijayp$ find /keybase/private/vijayp | wc -l
3075
vijayps-MacBook:vijayp vijayp$ find /keybase/private/vijayp | wc -l
1761

Diffing the files:

new-host-8:vijayp vijayp$ find /keybase/private/vijayp >/tmp/a
new-host-8:vijayp vijayp$ ssh vijayps-MacBook find /keybase/private/vijayp | sort > /tmp/b
Password:
new-host-8:vijayp vijayp$ find /keybase/private/vijayp | sort >/tmp/a
new-host-8:vijayp vijayp$ diff /tmp/{a,b}

shows legitimate file differences.

I killed and restarted all daemons on my macbook, but those files are still not showing up. Any other suggestions? They seem to be showing up on my desktop, but now I'm wondering whether they're actually in cache or there for real. Maybe I should reinstall everything and see?

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the discrepancy by running find /keybase/private/vijayp on both new-host-8 and vijayps-MacBook, then compare the sorted results with diff. Check whether the missing files are only cached on one machine or are absent from the synchronized filesystem; done means the cause is identified and both hosts report the expected files consistently.

Written by the indexing model from the issue text.

Assessment

Domain
distributed-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.