Open ghost opened 7 years ago
kbfsfuse
isn't really designed to be run on its own, there are environment variables you need in order to hit our production servers. If this is on Linux, you should replicate what's in the run_keybase
script.
If there are environment variables needed to hit the production servers then why is ls /mnt/keybase/public/chris
working at all?
In my opinion, a rational expectation would be: If ls
is working then all other programs should be working as well.
public/chris
works because, when you run it without environment variables, we run a local version of KBFS with 4 hard-coded users, including chris
. You would probably be able to do things in /mnt/keybase/private/strib
, because by default you are logged in as the fake user strib
.
If you just modify the mountpoint in run_keybase
, you will be all set.
Hello
I am experiencing the following issues.
echo 1 > /mnt/keybase/private/atomsymbol/1
printsbash: /mnt/keybase/private/atomsymbol/1: Input/output error
Changing directory to
/mnt/keybase/public/chris
in mc (Midnight Commander) displays "Cannot read directory contents".ls /mnt/keybase/public/chris
in Bash executes successfully.