Open sbromberger opened 8 years ago
@maxtaco: I've noticed this before too. You can see the bottom KBFS(s)
showing that KBFS sent the right HelloIAm
call, but why does the upper section list it as "not running"?
I just had this issue on ubuntu.
Known bug! We have it in this sprint to fix.
On Friday, February 19, 2016, Ryan Singer notifications@github.com wrote:
I just had this issue on ubuntu.
— Reply to this email directly or view it on GitHub https://github.com/keybase/client/issues/2031#issuecomment-186446253.
This is still not working for me. Quite sure KBFS is actually not running.
This is on an Ubuntu container bootstrapped as such:
RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
libappindicator1 \
fuse \
curl \
sudo \
ca-certificates \
&& curl -O https://prerelease.keybase.io/keybase_amd64.deb \
&& sudo dpkg -i keybase_amd64.deb \
&& run_keybase
&& adduser --disabled-login --home $HOME --gecos "" brain \
&& chown -R brain:brain $HOME
@vitoc: can you please do a keybase log send
and tell us the log ID? (Might be better in a new issue -- this one is super old and the issue is likely very different.)
Note that you need to run run_keybase
as the same Unix user you will be accessing the files as. Looks like you made brain
after you ran run_keybase
.
Thanks @strib , here's the Log ID: 2adef5629508c9ccf686781c
@vitoc: looks like your user doesn't have permission to read /dev/fuse
:
4 2016/08/13 06:20:09 mount helper error: fusermount: failed to open /dev/fuse: Operation not permitted
5 2016/08/13 06:20:09 mount helper error: fusermount: failed to open /dev/fuse: Operation not permitted
6 kbfsfuse error: (2) fusermount: exit status 1
Check out the permissions on that device and make sure your user is in the appropriate group.
Although I just remembered you're running in a container -- you may need to be in -privileged
mode for fuse to work within the container.
Thanks @strib . Got it now. Here's the working container: https://github.com/vitoc/ContainerPC
my log id: d74a6d010b7ecc5338de6b1c