keybase / bot-sshca

A chat bot that can manage your team's SSH accounts
BSD 3-Clause "New" or "Revised" License
222 stars 30 forks source link

Fails to start up on Rpi #91

Closed blaggacao closed 4 years ago

blaggacao commented 4 years ago

On Raspberry Pi 3B V1.2, starting the keybase service consistently fails with the following log output:

Failed to write the client config: failed to start Keybase chat: unable to run Keybase command

I traced the last part down to this line: https://github.com/keybase/go-keybase-chat-bot/blob/81b8e08b23b9f3e1a602cbfabb457c308604578f/kbchat/kbchat.go#L232

Which was recently added through https://github.com/keybase/go-keybase-chat-bot/pull/64 (16 days before this report). The used build is from today.

What to do? /cc @joshblum

blaggacao commented 4 years ago

/cc @Johannestegner fyi

mmou commented 4 years ago

closing this with merging of https://github.com/keybase/bot-sshca/commit/8ea43a4aebe513324b791500fa9462e33e52e0b5, but let us know if you are still having problems.