$ run_keybase
â–¶ WARNING Permission denied opening config file /home/username/.config/keybase/config.json
â–¶ WARNING Permission denied opening gui config file /home/username/.config/keybase/gui_config.json
â–¶ WARNING Permission denied opening updater config file /home/username/.config/keybase/updater.json
â–¶ ERROR open /home/username/.config/keybase/keybase.autogen.env: permission denied
I saw a similar issue here & made sure I did own ~/.config, so their fix doesn't apply.
https://github.com/keybase/client/issues/15233
my log id: 3f4ae08efa8d42784b129f1c
Are you sure permissions are correct, recursively? What if you do
sudo chown -R $(whoami):$(whoami) ~/.config/keybase
@heronhaye
That did it- thanks!
Thanks. Do you know how the permissions might have gotten messed up? Did you run any keybase commands with sudo, perhaps?
As per the published instructions here:
https://keybase.io/docs/the_app/install_linux
I ran the sudo apt etc. but that shouldn't have done anything...
As per the published instructions here:
https://keybase.io/docs/the_app/install_linuxI ran the sudo apt etc. but that shouldn't have done anything...
Exactly the same steps I did and the same symptoms but on kubuntu 19.04. Also the chown above fixed it.
Most helpful comment
As per the published instructions here:
https://keybase.io/docs/the_app/install_linux
I ran the sudo apt etc. but that shouldn't have done anything...