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...
(jms1@laptop) 13 /keybase/private/jms1/work $ ls
README.md
(jms1@laptop) 14 /keybase/private/jms1/work $ bbedit README.md
(jms1@laptop) 15 /keybase/private/jms1/work $
(work for a bit, save file, no problems)
(go to lunch, come back, more edits, save file, BBEdit throws an error message)
(jms1@laptop) 15 /keybase/private/jms1/work $ ls
ls: .: No such file or directory
(jms1@laptop) 16 /keybase/private/jms1/work $ cd /keybase/private/jms1/work
(jms1@laptop) 17 /keybase/private/jms1/work $ ls
README.md
(jms1@laptop) 18 /keybase/private/jms1/work $
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.)
I've noticed several occasions over the past few weeks where my
/keybasemount 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+64615d6258on 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.)