Coder Social home page Coder Social logo

keybase-kbfs-docker's Introduction

Metrics

waldner's GitHub stats

keybase-kbfs-docker's People

Contributors

waldner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

xeijin

keybase-kbfs-docker's Issues

Permission denied and input/output error everywhere in the mountpoint

Upon configuring and starting up the container, I get permission denied when trying to list the contents of kbfs (or when doing anything there):

plantroon@myserver:/home/plantroon/keybase/kbfs/private$ ls -al
ls: reading directory '.': Input/output error
total 0
plantroon@myserver:/home/plantroon/keybase/kbfs/private$ sudo ls -al
ls: cannot open directory '.': Permission denied

Same thing directly in the container

root@14b0421e9423:~# cd /kbfs
bash: cd: /kbfs: Permission denied

Logs:

plantroon@myserver:/home/plantroon/keybase$ docker-compose  up
[+] Running 2/2
 ⠿ Network keybase_default  Created                                                                                0.1s
 ⠿ Container keybase        Created                                                                                0.8s
Attaching to keybase
keybase  | Starting with UID : 1000
keybase  | usermod: no changes
keybase  | 2022-08-21T00:12:25.613063Z ▶ [INFO keybase fork_server.go:74] 001 Starting background server with pid=29
keybase  | 2022-08-21T00:12:27.760965Z ▶ [INFO kbfs init.go:496] 001 KBFS version 4.4.2-20190913172845+4931602c61
keybase  | 2022-08-21T00:12:27.778078Z ▶ [WARN kbfs keybase_daemon_rpc.go:75] 002 adding NotifyService protocol
keybase  | 2022-08-21T00:12:27.778250Z ▶ [DEBU keybase socket.go:65] 003 + GetSocket
keybase  | 2022-08-21T00:12:27.778403Z ▶ [DEBU keybase context.go:171] 004 - GetSocket -> ok
keybase  | 2022-08-21T00:12:27.778423Z ▶ [DEBU keybase socket.go:75] 005 | empty socket wrapper; need a new one
keybase  | 2022-08-21T00:12:27.778458Z ▶ [DEBU keybase socket_nix.go:103] 006 + SocketInfo#dialSocket(unix:/home/keybase/.config/keybase/keybased.sock)
keybase  | 2022-08-21T00:12:27.778476Z ▶ [DEBU keybase socket_nix.go:132] 007 | net.Dial(unix:/home/keybase/.config/keybase/keybased.sock)
keybase  | 2022-08-21T00:12:27.778506Z ▶ [DEBU keybase socket.go:65] 008 + GetSocket
keybase  | 2022-08-21T00:12:27.778567Z ▶ [DEBU keybase context.go:171] 009 - GetSocket -> ok
keybase  | 2022-08-21T00:12:27.778716Z ▶ [DEBU keybase socket_nix.go:133] 00a - SocketInfo#dialSocket(unix:/home/keybase/.config/keybase/keybased.sock) -> ok
keybase  | 2022-08-21T00:12:27.778742Z ▶ [DEBU keybase socket.go:90] 00b | DialSocket -> ok
keybase  | 2022-08-21T00:12:27.782608Z ▶ [WARN kbfs(FAV) favorites.go:286] 00c Failed to read cached favorites from disk: leveldb: not found [tags:KBFSINIT=9e0ulmegnpNey4OeijwdpQ]
keybase  | 2022-08-21T00:12:27.797231Z ▶ [DEBU keybase socket.go:65] 00d + GetSocket
keybase  | 2022-08-21T00:12:27.797307Z ▶ [DEBU keybase context.go:171] 00e - GetSocket -> ok
keybase  | 2022-08-21T00:12:27.797500Z ▶ [WARN kbfs kbfs_ops.go:1856] 00f Can't get inbox: context canceled [tags:FBOID=NO2Um-MaPtYD03leZ9d9ow]
keybase  | 2022-08-21T00:12:27.799115Z ▶ [WARN kbfs kbfs_ops.go:1856] 010 Can't get inbox: context canceled [tags:FBOID=doBqAsL2YcS7HpV4bzjLSA]
keybase  | 2022-08-21T00:12:27.803094Z ▶ [DEBU keybase socket_nix.go:36] 011 + SocketInfo#BindToSocket(unix:/home/keybase/.config/keybase/kbfsd.sock)
keybase  | 2022-08-21T00:12:27.803132Z ▶ [INFO keybase socket_nix.go:75] 012 | net.Listen on unix:/home/keybase/.config/keybase/kbfsd.sock
keybase  | 2022-08-21T00:12:27.803206Z ▶ [DEBU keybase socket_nix.go:80] 013 - SocketInfo#BindToSocket(unix:/home/keybase/.config/keybase/kbfsd.sock) -> ok
keybase  | 2022-08-21T00:12:27.804118Z ▶ [WARN kbfs kbfs_ops.go:1856] 014 Can't get inbox: Login required [tags:FBOID=v-Ev8fYLbM3-5IVqFLNFTA]
keybase  | 2022-08-21T00:12:27.809145Z ▶ [INFO kbfs mount_interrupter.go:56] 015 Mounting the filesystem was a success
keybase  | 2022-08-21T00:12:27.974698Z ▶ [WARN kbfs kbfs_ops.go:1856] 016 Can't get inbox: Login required [tags:FBOID=Hf5iPSLaWm_W-BX4EsjT6g]
keybase  | 2022-08-21T00:12:28.098913Z ▶ [INFO kbfs mdserver_remote.go:216] 017 OnConnect called with a new connection
keybase  | 2022-08-21T00:12:28.133292Z ▶ [INFO kbfs mdserver_remote.go:484] 018 MDServerRemote: CheckReachability(): dial succeeded; fast forwarding any pending reconnect
keybase  | 2022-08-21T00:12:28.357921Z ▶ [INFO kbfs mdserver_remote.go:295] 019 authentication successful; ping interval: 30s

The server is clean Debian 10.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.