Open wom-bat opened 5 months ago
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 ...>) = ?
While /keybase is mounted (the default after installing the keybase client)
apt upgrade
stalls atAlso thunar (the XFCE4 file manager) never opens a window.
Doing
fixes both these issues.
When running I see
also hangs until I control-C
I'm running Debian Unstable on x86_64, using the XFCE4 desktop environment.