-
Notifications
You must be signed in to change notification settings - Fork 135
/keybase "resets" at random times #1700
Comments
Updating the software while you're If you don't think it corresponds to updates, please do a |
It just happened. This time I happened to catch the Keybase icon "blink" on the screen for a bit, and then the current directory in which I was working became invalid. Log ID: 0e0e02372e0b80940b18141c Also ran |
Thanks. Looks like you are hitting keybase/client#12817. Can you please try the build referenced here and see if it helps? |
Installed |
Seeing the same issue with version 2.3.0-20180710171051+64615d6258 on macOS 10.13.6 (17G65) |
@nwbt above I linked to a build you can try. |
@strib seems to be working so far. I'll follow up in a few days. Also I'm seeing a constant state of "UPLOADING CHANGES..." though it does not seem to impact functionality. |
@nwbt If you do a |
@strib thanks! still hanging on UPLOADING CHANGES... log ID |
Hmm, I don't see any actual uploads happening anymore. Can you paste in the output of |
The |
It's created when you try to read it -- it's a special virtual file that we make when you ask for it. Just try to |
very cool ... shared it with you privately |
@nwbt ah I see now, one of your folders (a private one shared with another user) is stuck, unable to flush its data to our servers. It's stuck in what we call a "conflict" state, where it's trying to reconcile your local data with the current server-based state of the folder. But due to what looks like a bug in our code, it can't reconcile them, and is failing with this error:
This might be the same underlying problem as keybase/client#11373, which we haven't fixed yet. Unfortunately, due to the original error you were having, any logs that would have helped us figure out the issue are probably long gone from your machine. But, you can work around this and fix the problem with the following steps I think:
Now you can copy all that data back into the shared folder and things should work again. Sorry for the inconvenience! |
It seems to have helped "more or less", i.e. I've only noticed it happen once since installing the debug build (which is a big improvement over 3-4 times per hour). |
I've noticed several occasions over the past few weeks where my
/keybase
mount seems to "reset". I'll be working with a file in a kbfs directory, and when I try to save it, the program I'm using will throw an error message. The message is different based on what program it is, but they all boil down to some variant of "directory not found". When I investigate what happened, it looks something like this...(work for a bit, save file, no problems)
(go to lunch, come back, more edits, save file, BBEdit throws an error message)
I more or less understand what happened (something caused the filesystem to un-mount and re-mount itself, resulting in all existing file handles becoming invalid) but it seems like it's been happening more and more often over the past few weeks.
Is this a known issue?
Currently using
keybase version 2.3.0-20180710171051+64615d6258
on OSX 10.13.6, although it was happening with earlier versions as well (I'm pretty good about updating the software when the pop-up appears.)The text was updated successfully, but these errors were encountered: