Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keybase-redirector hangs #4256

Open
wom-bat opened this issue May 6, 2024 · 1 comment
Open

Keybase-redirector hangs #4256

wom-bat opened this issue May 6, 2024 · 1 comment

Comments

@wom-bat
Copy link

wom-bat commented May 6, 2024

While /keybase is mounted (the default after installing the keybase client) apt upgrade stalls at

Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.

Also thunar (the XFCE4 file manager) never opens a window.

Doing

sudo umount -f /keybase

fixes both these issues.

When running I see

$ mount | grep keybase
keybase-redirector on /keybase type fuse (ro,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
/etc/auto.net on /net type autofs (rw,relatime,fd=7,pgrp=73335,timeout=300,minproto=5,maxproto=5,indirect,pipe_ino=329190)
/dev/fuse on /run/user/1003/keybase/kbfs type fuse (rw,nosuid,nodev,relatime,user_id=1003,group_id=50)
ls -l /keybase

also hangs until I control-C

I'm running Debian Unstable on x86_64, using the XFCE4 desktop environment.

@arcenik
Copy link

arcenik commented Jul 17, 2024

I have the same problem with Archlinux.

Keybase service version is 6.3.1-20240604204202+8a112fbd55

The last lines of strace df:

59707 newfstatat(AT_FDCWD, "/root", {st_mode=S_IFDIR|0755, st_size=19, ...}, 0) = 0
59707 newfstatat(AT_FDCWD, "/var/log", {st_mode=S_IFDIR|0755, st_size=23, ...}, 0) = 0
59707 newfstatat(AT_FDCWD, "/var/lib", {st_mode=S_IFDIR|0755, st_size=38, ...}, 0) = 0
59707 newfstatat(AT_FDCWD, "/home/someuser", {st_mode=S_IFDIR|0700, st_size=66, ...}, 0) = 0
59707 newfstatat(AT_FDCWD, "/var/lib/docker", {st_mode=S_IFDIR|0710, st_size=13, ...}, 0) = 0
59707 newfstatat(AT_FDCWD, "/var/lib/snapd", {st_mode=S_IFDIR|0755, st_size=2, ...}, 0) = 0
59707 newfstatat(AT_FDCWD, "/home/someuser/.local", {st_mode=S_IFDIR|0755, st_size=4, ...}, 0) = 0
59707 newfstatat(AT_FDCWD, "/home/someuser/.cache", {st_mode=S_IFDIR|0755, st_size=46, ...}, 0) = 0
59707 newfstatat(AT_FDCWD, "/home/someuser/.minikube", {st_mode=S_IFDIR|0755, st_size=2, ...}, 0) = 0
59707 newfstatat(AT_FDCWD, "/home/someuser/.gem", {st_mode=S_IFDIR|0755, st_size=3, ...}, 0) = 0
59707 newfstatat(AT_FDCWD, "/home/someuser/go", {st_mode=S_IFDIR|0755, st_size=4, ...}, 0) = 0
59707 newfstatat(AT_FDCWD, "/run/credentials/systemd-tmpfiles-setup.service", {st_mode=S_IFDIR|0500, st_size=40, ...}, 0) = 0
59707 newfstatat(AT_FDCWD, "/run/user/1000", {st_mode=S_IFDIR|0700, st_size=500, ...}, 0) = 0
59707 newfstatat(AT_FDCWD, "/run/user/1000/gvfs", {st_mode=S_IFDIR|0500, st_size=0, ...}, 0) = 0
59707 newfstatat(AT_FDCWD, "/keybase",  <unfinished ...>) = ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants