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
Describe the bug
I cannot access files from CLI at
/keybase
, however it seems/run/user/<user>/keybase/kbfs
shows the files - Debian unstable6.4.0-20240821175720.3212f60cc5
(I tried also nightly, the same); however, during the installation there was some warnings:To Reproduce Steps to reproduce the behavior:
run_keybase
ls /keybase/private/<user>
Expected behavior
Files should be visible.