client: GUI and KBFS bugs in 5.9.0 on Windows and Linux
Since upgrading to 5.9.0 on Windows 11, keybase does not fully start. The GUI is stuck on a Loading message and kbfs is not mapped to K: or any other drive letter. This would seem to be the same issue as reported in https://github.com/keybase/client/issues/24745 and https://github.com/keybase/keybase-issues/issues/4087.
I have also experienced a similar issue using the linux client (for debian-based systems). Upon upgrading to 5.9.0, kbfs would not cleanly mount at /keybase, though the GUI did seem to work as expected, and I found my keybase files could be accessed at /run/user/<uid>/keybase/kbfs.
On linux I was able to downgrade to 5.8.1 and set an apt hold to prevent re-upgrading to 5.9.0.
my log id: 23ad4baebe37f3d92088101c
About this issue
- Original URL
- State: open
- Created 3 years ago
- Reactions: 6
- Comments: 44 (7 by maintainers)
@karlvlam, @tgockel, @sc6l6d3v, and all others having issues, please try out the latest 5.9.3 test build:
.deb: https://s3.amazonaws.com/tests.keybase.io/linux_binaries/deb/index.html .rpm: https://s3.amazonaws.com/tests.keybase.io/linux_binaries/rpm/index.html
A restart might be required before/after installing.
You can verify the signature on the binary against our code signing key at https://book.keybase.io/docs/server/our-code-signing-key.
I’m hoping this will resolve the issues, especially with
ls /hanging. If you are still having issues, let me know. Otherwise I will promote this test build to a release in a few days. Thanks for your patience.https://github.com/keybase/client/issues/24749#issuecomment-998906626
@orgcontrib re:
Understood, however
keybase log send, the output suggested creating a new issue in this queue that included the log ID submitted.Note: For debian-based installations, here is the workaround to downgrade, for those who may be interested…
linux/deblinksudo apt purge keybaseto remove version 5.9.0. You may need to reboot at this point (on one system I needed to do so to cleanly install 5.8.1 but not an another)sudo apt-get install /path/to/<keybase 5.8.1 deb file>sudo apt-mark hold keybase