keybase / client

Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
BSD 3-Clause "New" or "Revised" License
8.91k stars 1.23k forks source link

`git push` is stalled on fedora 39 when 'Syncing encrypted data to Keybase' caused by corrupted files in `~/.local/share/keybase/` #26018

Open aanno opened 12 months ago

aanno commented 12 months ago

I encounter the following on fedora 39:

$ git push
Initializing Keybase... done.
Syncing with Keybase... done.
Preparing and encrypting: (0.00%) 0/9 objects... done.
Syncing encrypted data to Keybase: (0.00%) 0.00/171.86 KB...
# stalled forever

on

$ keybase --version
keybase version 6.2.3-20231016183016+06cb935ee3
$ git-remote-keybase --version
6.2.3-20231016183016+06cb935ee3
$ git --version
git version 2.42.0

Is there a way to provide more information?

Kind regards,

aanno

aanno commented 11 months ago

Seems to be restricted to my f39 linux system. On Win11, everything works as expected.

aanno commented 11 months ago

The problem has been caused by corrupted files in ~/.local/share/keybase/ . I deleted the directory, run run_keybase and logged in again with keybase login.

I guess that one of the `*.ldb' files has been corrupted.

I guess there is room for better error reporting in this case.