Unable to start keybase after build
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 9.2k
- Forks
- 1.3k
- Avg merge
- 12h 58m
- Merged PRs (30d)
- 56
Description
I tried to run keybase on my raspberry pi 4 according to the instructions here: https://github.com/keybase/client/blob/master/go/README.md#building
But I kept getting errors. With some hunting around and googles I was able to determine the problem was that I didn't have a keybase.service file for systemd. After copying the file from $GOPATH/src/github.com/keybase/client/packaging/linux/systemd/keybase.service to /etc/systemd/user I successfully enabled it with
systemctl --user enable keybase.service and then started it systemctl --user start keybase.service and everything seems to be working now.
So just reporting that, in case it helps anyone in the future.
my log id: 627a8f5f169fa46584d86e1c
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with go/README.md#building and inspect packaging/linux/systemd/keybase.service, then compare the Raspberry Pi 4 build and user systemd setup described in the report. Reproduce the startup failure if possible and determine whether the build instructions or service packaging need to change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, linux, raspberry-pi
- Domain
- devops, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100