ls: cannot access '/keybase': Transport endpoint is not connected
Describe the bug
I cannot access files from CLI at /keybase, however it seems /run/user/<user>/keybase/kbfs shows the files - Debian unstable 6.4.0-20240821175720.3212f60cc5 (I tried also nightly, the same); however, during the installation there was some warnings:
Warning: program compiled against libxml 212 using older 209
jiri@t14s:~$ findmnt | grep keybase
│ ├─/run/user/1000/keybase/kbfs /dev/fuse fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
└─/keybase keybase-redirector fuse ro,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
jiri@t14s:~$ ls -l /run/user/1000/keybase/kbfs/private/jirib79/ /keybase/private/jirib79/
ls: cannot access '/keybase/private/jirib79/': Transport endpoint is not connected
/run/user/1000/keybase/kbfs/private/jirib79/:
total 2
-rw-------. 1 jiri root 1036 Oct 3 13:17 fstab
To Reproduce Steps to reproduce the behavior:
- Debian Unstable
- deb package
-
run_keybase -
ls /keybase/private/<user>
Expected behavior
Files should be visible.
Additional numbers The number 345567
I've just noticed the same thing on Ubuntu 20.04 with the same version (6.4.0-20240821175720.3212f60cc5)
I've had this problem for a while...
sometimes it makes df or ls or other program hangs...
I now terminate the keybase-redirector service, accepting this is broken and preventing further problems