client icon indicating copy to clipboard operation
client copied to clipboard

ls: cannot access '/keybase': Transport endpoint is not connected

Open jirib opened this issue 1 year ago • 3 comments

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:

  1. Debian Unstable
  2. deb package
  3. run_keybase
  4. ls /keybase/private/<user>

Expected behavior

Files should be visible.

Additional numbers The number 345567

jirib avatar Oct 03 '24 11:10 jirib

I've just noticed the same thing on Ubuntu 20.04 with the same version (6.4.0-20240821175720.3212f60cc5)

jamgregory avatar Oct 07 '24 14:10 jamgregory

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

mjobin-mdsol avatar Nov 18 '24 09:11 mjobin-mdsol