keybase / keybase-issues

A single repo for managing publicly recognized issues with the keybase client, installer, and website.
902 stars 37 forks source link

keybase-redirect locking up file access on Ubuntu 22.04 with ZFS #4211

Open rjr162 opened 11 months ago

rjr162 commented 11 months ago

I've hit issues on and off where I couldn't download files in Chrome or attach documents to email via browing my local files in Outlook Online, and I finally tracked down the issue when 'df' wouldn't run either.

I did an 'strace df' and it was hanging at:

newfstatat(AT_FDCWD, "/keybase",

I killed the keybase process and everything started working fine.

I'm not sure I can give much more diagnostic info around the issue, but is there a way to disable it in keybase vs doing a 'rm -f /usr/bin/keybase-redirector' to make things work right?