keybase / client

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

Application not starting fully #7015

Closed JeroenDeDauw closed 7 years ago

JeroenDeDauw commented 7 years ago

hangs

I get this on my desktop machine. Working fine on my laptop. Both running Kubuntu. No idea what's going wrong or how to debug.

Followed the instructions at https://keybase.io/docs/the_app/install_linux for x64 Ubuntu. Removed and reinstalled, same issue.

When executing run_keybase I get

$ run_keybase Shutting down kbfsfuse... Launching keybase service... Mounting /keybase... Launching Keybase GUI... Success!

After which the window comes up and does bugger all.

$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 17.04 Release: 17.04 Codename: zesty

App version: I don't know, it's not in the help menu and it's not output to the CLI either.

$ keybase log send usage: keybase [-h] [-v] [-p PASSPHRASE] [-c CONFIG] [-i] [-d] [-q] [-C]
[--port PORT] [--no-tls] [--host HOST] ...

cjb commented 7 years ago

It sounds like you might have a super old version of keybase on your $PATH, since it doesn't seem to support keybase log send. Try moving it out of the way? which keybase to see where it is.

JeroenDeDauw commented 7 years ago

Indeed. I ran sudo rm /usr/local/bin/keybase and installed the thing again. Works now. Thanks