Package Details: keybase-bin 6.2.8_20240306193933+e38523abbe-1

Git Clone URL: https://aur.archlinux.org/keybase-bin.git (read-only, click to copy)
Package Base: keybase-bin
Description: the Keybase Go client, filesystem, and GUI
Upstream URL: https://keybase.io
Licenses: BSD
Conflicts: kbfs, keybase, keybase-git, keybase-gui, keybase-release
Provides: kbfs, keybase, keybase-gui
Submitter: oconnor663
Maintainer: keybase
Last Packager: keybase
Votes: 145
Popularity: 0.003659
First Submitted: 2016-06-22 16:52 (UTC)
Last Updated: 2024-03-06 19:51 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

vendion commented on 2018-08-07 18:10 (UTC)

I'm running into this issue as well, I've even tried reinstalling the electron package with pacman then rebuilding and installing this package.

Running /opt/keybase/Keybase results in a seg fault whereas electron /opt/keybase/resources/app/ works

eschwartz commented on 2018-08-07 17:22 (UTC)

Can you try running both:

/opt/keybase/Keybase

and

pacman -S --needed electron
electron /opt/keybase/resources/app/

nallekarhu commented on 2018-08-07 05:58 (UTC) (edited on 2018-08-07 06:10 (UTC) by nallekarhu)

@oconnor663 the problem started right after updating to linux 4.17.12-arch1-1 this morning. We actually have two computers with linux 4.17.12-arch1-1 having the problem and a third Arch still with linux 4.17.11-1 that shows no problems. But I filed a bug with Keybase on Github nevertheless.

oconnor663 commented on 2018-08-07 04:31 (UTC)

@nallekarhu that might not be Arch specific. Could you file a bug with the regular Keybase project please?

nallekarhu commented on 2018-08-06 23:51 (UTC)

Keybase is running, but can't start gui. I see errors in journalctl: [ERRO keybase main.go:90] 001 dial unix /run/user/1000/keybase/keybased.sock: connect: no such file or directory ... keybase.gui.service: Main process exited, code=dumped, status=11/SEGV ... keybase.gui.service: Failed with result 'core-dump' Also in dmesg: [ 662.304095] Keybase[5508]: segfault at b87650 ip 0000000000b87650 sp 00007fff392c1d18 error 15 in Keybase[200000+160c000]

oconnor663 commented on 2018-08-06 00:18 (UTC)

@badpixelbr it sounds like you did a Ctrl-C during a previous install or something like that. Probably (hopefully) not an issue specific to this package. Take a look at the solutions mentioned here: https://bbs.archlinux.org/viewtopic.php?id=220552

badpixelbr commented on 2018-08-05 20:49 (UTC)

cant update keybase. when run makepkg -sriC at the end i have:

resolving dependencies... looking for conflicting packages... warning: could not fully load metadata for package keybase-bin-2.5.0_20180803162902+dee7010d7a-1 error: failed to prepare transaction (invalid or corrupted package) ==> WARNING: Failed to install built package(s).

and previous instalation cant work after try to update. after i remove keybase package and try to install again i have the same error.

axionl commented on 2018-05-30 00:50 (UTC)

keybase-bin E: Missing custom license directory (usr/share/licenses/keybase-bin)

oconnor663 commented on 2018-03-04 20:05 (UTC)

We're working on replacing the "mount helper" entirely with a small root process that will serve symlinks pointing to a user-specific mount under your homedir. That should both avoid some security issues and support the "multiple users on the same system" case properly for the first time. So in short, all of this stuff is in flux. (Folks who prefer to disable all of this, see https://github.com/keybase/client/pull/10724.)

eschwartz commented on 2018-03-04 00:10 (UTC)

@eduard, see https://github.com/keybase/client/issues/10487 and note that the latest git version of keybase will "fix" this by simply running the mount helper as SUID root.