Code Monkey home page Code Monkey logo

kbfs's Introduction

kbfs's People

Contributors

aalness avatar akalin avatar akalin-keybase avatar buoyad avatar chrisnojima avatar chromakode avatar cjb avatar eli-schwartz avatar elimisteve avatar gabriel avatar heronhaye avatar jakob223 avatar jinyangli avatar joshblum avatar jxguan avatar jzila avatar marcopolo avatar maxtaco avatar mlsteele avatar mmaxim avatar modax avatar oconnor663 avatar patrickxb avatar pwendelboe avatar sijad avatar songgao avatar strib avatar taruti avatar tv42 avatar zapu avatar

Stargazers

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

Watchers

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

kbfs's Issues

Transparent access to contents of private/public directories?

If I write something to /keybase/public/mbklein@github/foo.txt, it gets signed. When I read it back out, I get the plaintext that I (and others) can trust is signed. Is there a way to access the cryptographically signed version off the server directly?

Same goes for stuff in public – I'd like to be able to write to the directory and then send someone the resulting encrypted file to decrypt by other means.

Windows - Running cmd as administrator doesn't allow access to K:\

Client: 1.0.17-20160822152935+692af12
Service: 1.0.17-20160822152935+692af12

Steps:

Right click cmd and select 'Run as administrator'
At prompt type 'K:'
Hit Enter

Receive:

"The system cannot find the drive specified."

I believe this is also linked to 352.

Essentially running cmd or cmder as administrator will currently stop access to K:\

Keybase client won't install on Windows 10

I'm attempting to install the Keybase client on Windows 10 version 1607, build 14393 (x64). I download and run keybase_setup_386.exe and the installer starts. When I click Install, I briefly see the text "initializing" and then the installer disappears. Keybase is added to the list of installed programs in Control Panel but the icon does not appear in the taskbar and I can't see any directory created under Program Files either. I tried to run the installer with the Run As Administrator option and without it but that didn't change anything. The installation log file is attached.
Keybase_20161018143903_log.txt

kbfs frozen, cannot manipulate with files

It used to work, then, when I was uploading a larger amount of files, something made it stop working.
Now I can't use the kbfs at all, I can't even cd into my public directory.

kbfs public documents for 2 (or more) people

Hello Team,

try the following:

cd /keybase/public/<name>,<othername>
echo "some text" > test.txt

Ask othername to check if he sees this
Ask some other guy to check your public space

Is this a file that is public
Is this a file that is private
Should this be visible in /keybase/public/name
Should this be visible in /keybase/public/othername
Is this an expected behaviour

keybasesf causes lightroom cc 2015 to beachball

When I have keybasefs running, lightroom will beachball after some random amount of time. My guess is that it's related somehow to the latency to pull directory listings but I have no evidence to back it up.

Please reconsider storage method

Hi,

why was kbfs designed to rely on storage that you host yourself? To me as a user it is nontransparent how it works. I was only able to find out that it's being stored on some server. Whose server is it? Why was it designed like that?

Since the data is encrypted I think it's somewhat ok that the data is leaving my domain, BUT I think there are much better ways.

First of all I'm bound to 10 GiB of storage. Well you might upgrade that some day, but then it may be 100GiB. Still not satisfactory for me and probably for other users, too.

Secondly I would like to encourage you software designers to think about another approach like freenet or like btsync or ipfs.
I know there's pro and con for every method but the method you are using I think should really be reconsidered.

Keybase user not found: sconstruct is not a Keybase user

Every time I save a new file to my /keybase/public/$user I get two notifications.

The first says:
"KBFS: Signing and uploading files in /keybase/public/$user"

And the second, which I wouldn't expect says:
"Keybase user not found: sconstruct is not a Keybase user".

Any ideas of where this might come from?

Another issue I've noticed is that I can't save files to my /keybase/{public,private}/ directories from within Emacs. Keybase says, again, that sconstruct is not a Keybase user, and that I have no write permissions.

Mac OS X 10.11.6

KBFS hang in kernel then crash write error: error="socket is not connected" stack

@AlexClineBB has a hang and crash here:
keybase/client#5864 (comment)

Log ID: ddf410f757aedbc080b0931c

KBFS starts up:

2017-02-14T11:18:00.857680 ▶ [INFO kbfs start.go:27] 001 KBFS version 1.0.2-20170209165734+fde7523

Then a crash ~5 minutes later.

2017-02-14T11:23:07.490149 ▶ [DEBU FUSE fuse.go:1114] 14b kernel write error: error="socket is not connected" stack=
goroutine 1020 [running]:
github.com/keybase/kbfs/vendor/bazil.org/fuse.stack(0x53a1260, 0xc4213ccd80)
	/Users/test/go/src/github.com/keybase/kbfs/vendor/bazil.org/fuse/debug.go:9 +0x74
github.com/keybase/kbfs/vendor/bazil.org/fuse.(*Conn).respond(0xc420151740, 0xc420294320, 0xa0, 0xa0)
	/Users/test/go/src/github.com/keybase/kbfs/vendor/bazil.org/fuse/fuse.go:1113 +0x96
github.com/keybase/kbfs/vendor/bazil.org/fuse.(*Header).respond(0xc421396140, 0xc420294320, 0xa0, 0xa0)
	/Users/test/go/src/github.com/keybase/kbfs/vendor/bazil.org/fuse/fuse.go:313 +0x59
github.com/keybase/kbfs/vendor/bazil.org/fuse.(*LookupRequest).Respond(0xc421396140, 0xc4201d43c0)
	/Users/test/go/src/github.com/keybase/kbfs/vendor/bazil.org/fuse/fuse.go:1600 +0x200
github.com/keybase/kbfs/vendor/bazil.org/fuse/fs.(*Server).handleRequest(0xc4200ab2c0, 0x6805650, 0xc4213dc7c0, 0x5398820, 0xc42000e1a0, 0xc420148940, 0x53a4a20, 0xc421396140, 0xc421305eb8, 0xc420449698, ...)
	/Users/test/go/src/github.com/keybase/kbfs/vendor/bazil.org/fuse/fs/
2017-02-14T11:23:07.490196 ▶ [DEBU kbfs main.go:104] 14c Ending

Use mount point in Windows instead of drive letter

The use of K: could conflict with other mounted drive letters, perhaps pushed down by an organisation through AD. This is at least the case for me.

Keybase should use a mount point under C:, or better yet, let the user point to where the dir should be.

Note: I haven't been able to install keybase on Windows because my company's Trend Micro is stopping me so I haven't verified if it's possible to change the kbfs path. If it is then please disregard this issue.

kbfsdokan unkillable

win 7 ultimate

kbfsdokan.exe cannot be killed - even the pid stays the same
upd.exe can be killed but spawnes again with a new pid

Dual Boot Delima

I'm migrating a laptop from Windows to Linux (Kubuntu to be exact). I'm currently dual booting, but once everything has been migrated and setup I'm going to kill the Windows partitions and expand my /home partition.

I originally setup keybase on the Windows partition, along with a paper key. I lost the original key, but created a second. I logged into Linux and installed keybase. Initially, I used my keybase passphrase to login. It told me that I needed to rekey my private folder using my first device. Since I'm dual booting and can't run them at the same time, I tried using my paper key instead. It failed, saying that the "Paper key is empty".

So, I deprovisioned the device (on Linux), restarted keybase (keybase ctl start/stop), and logged in again, but this time using the paper key. I still get the same error when attempting to rekey my private folder.

Any ideas? Log ID: cb5e441196fa8e46eca3e21c

Heavy filesystem access causes displayport driver to restart

Installed kbfs on a microsoft surface pro 4 - since then my external monitor connected via displayport flashes black frequently, as though the driver is crashing and being restarted. It seems to correspond to heavy file-system access, although not necessarily to the K: drive.

Unfortunately there's nothing obvious in the event log corresponding to those times.

No kbfs in CLI?

Why is KBFS only present in the GUI application?

This is especially confusing given that, presently, the GUI aspect of KBFS isn't implemented, and the GUI just says "coming soon".

I would expect to be able to install community/keybase (on Arch) and read/write to /keybase/ in the CLI.

Windows - Unable to access K:\ using cmder

Client: 1.0.17-20160822152935+692af12
Service: 1.0.17-20160822152935+692af12

Following on from #322

I'm unable to run the following commands using cmder:

K:
cd K:
cd K:
cd K:
K:\public\jubes
K:\private\jubes

I've also raised this as an issue with the cmder guys #1096

Filesystems permissions are funny

keybase fs installed from the deb on Ubuntu xenial:
Version: 1.0.16-20160802173443.d99d9c7

Subdirectories of the filesystem are shown as owned by root, and not writable to the user.

crosser@pccross:~$ ls -lR /keybase/*/crosser
/keybase/private/crosser:
total 0
drwx------ 1 root root 158 Aug  3 11:53 chris
drwx------ 1 root root 156 Aug  3 11:44 jno

/keybase/private/crosser/chris:
total 0
-rw-r--r-- 1 root root 105 Aug  3 11:53 oh-nice.txt

/keybase/private/crosser/jno:
total 0
-rw-r--r-- 1 root root 26 Aug  3 11:44 hello.txt

/keybase/public/crosser:
total 0
-rw-r--r-- 1 root root 40 Aug  3 11:48 greetings.txt

However, they are writable (at least those belonging to the user).
This is confusing. It would be better if filesystem permissions at least vaguely reflected the actual read- and writeability. Obviously "foreign" directories cannot be properly owned, they may stay owned by root or by nobody.

(Sorry for the mess with this ticket: I accidentally opened it before I wrote the description.)

Timed out waiting for pipe

I'm unable to do keybase log send as it's getting permission denied for some reason

My keybase is stuck on this screen:

vhfdv5

This started with recent Keybase update

Keybase Version: 1.0.18-20161214181335+e063e25

Here's my log for kbfs:

This part just keep on repeating. It works after I reinstall Keybase, but after restart, it happens again.

2016-12-16T14:46:09.794978 - [DEBU keybase util.go:391] 200 + GetSocket
2016-12-16T14:46:09.794978 - [DEBU keybase util.go:392] 201 - GetSocket -> ok
2016-12-16T14:46:09.794978 - [DEBU keybase socket.go:73] 202 | empty socket wrapper; need a new one
2016-12-16T14:46:10.795145 - [DEBU keybase socket.go:88] 203 | DialSocket -> ERROR: Timed out waiting for pipe '\\.\pipe\kbservice\Users\xxlos\AppData\Local\Keybase\keybased.sock' to come available
2016-12-16T14:46:10.795145 - [WARN kbfs connection.go:354] 204 (CONN CryptoClient ca43726a) Connection: error dialing transport: Timed out waiting for pipe '\\.\pipe\kbservice\Users\xxlos\AppData\Local\Keybase\keybased.sock' to come available
2016-12-16T14:46:10.795145 - [WARN kbfs connection.go:519] 205 CryptoClient: connection error: "Timed out waiting for pipe '\\\\.\\pipe\\kbservice\\Users\\xxlos\\AppData\\Local\\Keybase\\keybased.sock' to come available"; retrying in 35.450236521s

How to use custom domain with keybase.pub?

I have searched on google and previous issues on keybase repo. but didn't find anything similar. So I am opening an issue regarding this.
What IP address should I use to set an A Record in DNS? Also what about setting up CNAME record?
I want to host my files from user.keybase.pub.

Deleting folder for "files before account reset"

I did an account reset and had one test file in my private kbfs folder. Now there is a folder with "files before account reset". Those files should be rekeyed, what's not possible.

How to delete such a folder? It seems I just can hide it.

Thanks

Support for Renaming a Privately Shared Folder?

Is it possible to rename a shared folder to include/remove someone for access?

For example, Alice and Bob are in a music group together and are sharing lyrics. Randy joins their band, so without doing a major overhaul they'll do mv /keybase/private/alice,bob /kaybase/private/alice,bob,randy.

It doesn't appear mv is supported in kbfstool.

Creating a folder with Thunar on Linux also creates all valid intermediate folders

I tried to create a folder at /keybase/private/smoyer,christopherharm. This resulted in the creation of XXX intermediate folders (based on the valid Keybase usernames I "passed over". Clearly, Keybase is trying to be nice by showing when a valid folder could be created but it shouldn't actually create them.

  • /keybase/private/smoyer,ch
  • /keybase/private/smoyer,chr
  • /keybase/private/smoyer,christo
  • /keybase/private/smoyer,christoph
  • /keybase/private/smoyer,christophe
  • /keybase/private/smoyer,christopher

A further complication is that these folders are owned by root:root with dr-x------ mode and attempting to delete them results in a "Permission Denied" message (with sudo). If I sudo su to become root, even running ls -al on the selected folder results in a "Permission Denied" message (I'm assuming because my private key is unavailable to the root user?).

Using keybase fs rm on these folders seems to result in a list of pending operations that never completes.

macOS Support

I upgraded to macOS and initially the kbfs was not working. After deleting the application install and installing from a download on keybase.io I was able to then again utilize the kbfs kext. A short while later the following day I believe there was an update that was taken under the hood and it is no longer available to use. Not sure what is going on here when it previously was working. What kind of an ETA do we have on fixing this and how can I help ? I need this working for work purposes desperately

kbfsdokan uses up to 40% of CPU and triggers Kaspersky to do the same

I'm not sure what is happening, but on reboot, everything loads really slow, and when I check the task manager I see kbfsdokan using between 25% and 40% along with that, Kaspersky Endpoint Security 10 jumps up to another 30%, making my computer hard to use.

When I end kbfsdokan CPU usage of Kaspersky drops to normal values, and my computer is usable until next reboot.

I am making an assumption that because Kaspersky is configured to scan drives when they are connected it is getting hung up on something with the mapping.

Last point of info before someone tries troubleshooting this with me, this is a corporate device, and I cannot disable Kaspersky in any way.

Multi-user failure of Keybase filesystem on MacOS

Keybase GUI Version: 1.0.18-20161116190722+95f8303
This is MacOS El Capitan with all updates.

It seems that only one user (the first one to try) on a macOS system is allowed to access the Keybase File System.

  1. User 1, and "admin" user installs keybase and gets set up (new Keybase user). Attach the Mac as a device using the name of the Mac as the device name.
  2. User 1 follows User 2 on Keybase using the command line.
  3. User 1, on the command line, cd's to /keybase/private/<user1><user2>
  4. Fast user switch (to User 2's account on the Mac), User 2 is existing Keybase user that is all set on other devices.
  5. User 2 starts the Keybase application, logs in. Add the mac as a device using the name of the Mac as the device name.
  6. User 2 goes to the command line and follows User 1 on keybase
  7. User 2 attempts to cd to /keybase/private/<user1><user2>.
    7.a. User 2 receives "Operation not permitted"
  8. User 2 attempts to cd to /keybase/private/<user2><user1>.
    8.a. User 2 receives "Operation not permitted"
  9. User 2 executes keybase install
    9.a. receive ERROR stat /keybase: no such file or directory (kbfs) (ERROR/1804)
  10. Fast user switch back to User 1 on macOS, log out
  11. Log in as User 2 on mac
  12. keybase login
  13. keybase install
...
INFO Starting keybase.service
ERROR stat /keybase: no such file or directory (kbfs) (ERROR/1804)

Type mismatches in disk_limits_unix.go on freebsd/amd64

Found this when trying to build the latest master (8f19a38) on FreeBSD 11. Looks like Statfs_T defines Bavail as int64 and Bsize as uint64 on freebsd/amd64.

$ go version
go version go1.8.1 freebsd/amd64
$ go install
# github.com/keybase/kbfs/libkbfs
../libkbfs/disk_limits_unix.go:27: invalid operation: stat.Bavail * uint64(stat.Bsize) (mismatched types int64 and uint64)
../libkbfs/disk_limits_unix.go:32: cannot use stat.Ffree (type int64) as type uint64 in assignment

panic: runtime error

OS: Archlinux 64

keybase-bin 1.0.17

$kbfsfuse --help
Usage of kbfsfuse:
-bserver string
host:port of the block server (default "bserver.kbfs.keybase.io:443")
......
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x53eff7]

goroutine 1 [running]:
panic(0xe21580, 0xc420010150)
/usr/local/go/src/runtime/panic.go:500 +0x1a1
github.com/keybase/kbfs/libkbfs.SizeFlag.String(0x0, 0xe835a0, 0x0)
/root/build/gopaths/amd64/src/github.com/keybase/kbfs/libkbfs/flag_size.go:23 +0x37
flag.isZeroValue(0xc420239b00, 0xc4202691e8, 0x5, 0xfa0e2e)
/usr/local/go/src/flag/flag.go:393 +0x12d
flag.(_FlagSet).PrintDefaults.func1(0xc420239b00)
/usr/local/go/src/flag/flag.go:467 +0x1d5
flag.(_FlagSet).VisitAll(0xc420074060, 0xc42022b8a8)
/usr/local/go/src/flag/flag.go:323 +0x67
flag.(_FlagSet).PrintDefaults(0xc420074060)
/usr/local/go/src/flag/flag.go:476 +0x46
flag.PrintDefaults()
/usr/local/go/src/flag/flag.go:499 +0x2d
flag.glob..func1()
/usr/local/go/src/flag/flag.go:523 +0xce
flag.(_FlagSet).usage(0xc420074060)
/usr/local/go/src/flag/flag.go:823 +0x42
flag.(_FlagSet).parseOne(0xc420074060, 0x0, 0x0, 0x13a52453c000)
/usr/local/go/src/flag/flag.go:870 +0xb4c
flag.(_FlagSet).Parse(0xc420074060, 0xc42008e070, 0x1, 0x1, 0x0, 0x0)
/usr/local/go/src/flag/flag.go:915 +0x60
flag.Parse()
/usr/local/go/src/flag/flag.go:943 +0x72
main.start(0x4060db)
/root/build/gopaths/amd64/src/github.com/keybase/kbfs/kbfsfuse/main.go:68 +0x76
main.main()
/root/build/gopaths/amd64/src/github.com/keybase/kbfs/kbfsfuse/main.go:111 +0x36

https://keybase.pub/<user> not serving kbfs file

Using the keybase client (Client: 1.0.17-20160930202009+0229d49 Service: 1.0.17-20160930202009+0229d49) on Mac OSX El Capitan 10.11.16,

I've added keybase.txt to /keybase/public/vdice and have confirmed that it exists:

$ ls /keybase/public/vdice/
keybase.txt

$ cat /keybase/public/vdice/keybase.txt
==================================================================
https://keybase.io/vdice
--------------------------------------------------------------------
<rest of file omitted>

Yet, the file does not appear to be served on https://keybase.pub/vdice/ :
keybase_pub_vdice

How to install it on Opensuse Tumbleweed???

Here is something ,which not working 👍

root@OpenSuse_10:41:02_Tue Dec 13:~#zypper in keybase
Retrieving repository 'Vlc' metadata .....................................................................................................................................................[done]
Building repository 'Vlc' cache ..........................................................................................................................................................[done]
Loading repository data...
Reading installed packages...
'keybase' not found in package names. Trying capabilities.
No provider of 'keybase' found.
Resolving package dependencies...

Nothing to do.
root@OpenSuse_10:41:34_Tue Dec 13:~#zypper in https://prerelease.keybase.io/keybase_amd64.rpm
^CProblem retrieving the specified RPM file:
Download (curl) error for 'https://prerelease.keybase.io/keybase_amd64.rpm':
Error code: User abort
Error message: Callback aborted

Please check whether the file is accessible.
Problem with the RPM file specified as 'https://prerelease.keybase.io/keybase_amd64.rpm', skipping.
No valid arguments specified.

Add support for "well known" subdirectories in public and private user directories

Here's an idea I think could be fun and/or interesting: adopt the /.well-known/ (RFC 5785) convention for public and private keybase directories. Files stored within this standard, probably hidden, top-level directory (inside a kbfs folder) would have certain standard formats and provide additional functionality for users, effectively overlaying social networking capabilities on top of kbfs.

blog

This could be as simple as a directory containing a collection of Jekyll-style Markdown files with YAML front matter containing metadata, or just an Atom XML file. E.g.

/keybase/public/crimeminister/.kbfs/blog/1970-01-01-hello-world.md

microblog

Something similar to the above but with additional constraints on content length, etc. trsst is interesting here.

cv

A JSON-based format for describing CVs could do the trick here. Other XML-based formats like XMLRésumé are also of interest.

vlog

An Atom feed coupled with video files, perhaps?

With these kinds of documents stored in a kbfs folder, it would then be interesting to enable their display as part of the keybase user profile, e.g.

Keybase already naturally provides the "follow" mechanism present in sites like Twitter, Tumblr, etc. to construct a social graph, but with the added goodness of signing and (if-desired) privacy-via-encryption.

/keybase read and write errors

Hello

I am experiencing the following issues.

$ kbfsfuse /mnt/keybase
▶ INFO KBFS version 1.0.2                                                                                                  
▶ WARNING Background keep alive hit an error: method 'sessionPing' not found in protocol 'keybase.1.session'

$ ls -l /mnt
$ dr-x------  1 root root    0 Feb  5 21:08 keybase
  • echo 1 > /mnt/keybase/private/atomsymbol/1 prints bash: /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.

kbfsfuse should behave better when keybase is in locked state

Currently if kbfs is running and keybase has not been unlocked, the kbfs will get stuck in an error loop which does not recover when keybase is unlocked. Error loops like this shouldn't happen, and I think kbfs should run "keybase unlock" or similar when an access to /keybase is attempted but keybase is in a locked state. This would improve user-friendliness and make kbfsfuse more useful as a system service.

save backup via bup to kbfs dir throwing an error on close

Originally issue here - keybase/keybase-issues#2578

Posting here as it is kbfs related -

I am attempting to setup bup (https://bup.github.io/) against a BUP_DIR on a kbfs mount at /keybase/private/<username>/bup.

Something is not happy in the bup git internals when attempting to run bup save -

Reading index: 7, done.
Saving: 100.00% (2/2k, 7/7 files), done.    
Traceback (most recent call last): 
  File "/usr/local/Cellar/bup/0.28.1/lib/bup/cmd/bup-save", line 460, in <module>
    w.close()  # must close before we can update the ref
  File "/usr/local/Cellar/bup/0.28.1/lib/bup/bup/git.py", line 790, in close
    return self._end(run_midx=run_midx)
  File "/usr/local/Cellar/bup/0.28.1/lib/bup/bup/git.py", line 776, in _end
    os.fsync(self.parentfd)
OSError: [Errno 5] Input/output error

Is this a known limitation in kbfs?

Password no longer required on Windows

I've noticed recently that the Windows keybase client automatically logs in to keybase upon startup, fully connecting me to my private directories, without prompting for a password. It used to prompt me for a password every time I started up the computer. Is there a way to get back to the old behavior?

Dokan install error

Hey, I am having an error with installing Dokan. I tried to install dokan seperately, ran as admin, redownloaded both keybase and dokan, tried to install KBFS. Didn't work. I got a permission denied, checked the path and it is fine.

Log file: http://pastebin.com/raw/hNtpQVXs

Please create a tagged release

Even a 0.1 release would make it possible for distributions that require releases to package this, and provide a wider test base.

Thank you

Creating files using windows client

Using Windows 7 Professional with client: Keybase GUI Version: 1.0.17-20160822153555+692af12
When entering private/username or public/username and using context menu / new i can only create a new folder but not a new file. It is only possible to create a file in a temporary location on windows and then copy that file into the desired directory.

Window error accessing KBFS K:

When I attempt to run start k:\ from administrator, it won't launch / gives errors while attempting to launch the Windows Explorer.

I can drag files out of k: on the mount, but cannot drag files in.

SuperDuper clone not working after upgrading to macOS Sierra

Hi, trying to run SuperDuper after upgrading to Sierra gives me the following error:

Error | SDCopy: Failed to copy extended attributes to directory /Volumes/.../keybase
Error | : Device not configured

Is there a workaround until kbfs is supported in Sierra?

Getting more done in Github with Zenhub

Hey everyone!
ZenHub is the only project management tool integrated natively in GitHub – created specifically for fast-moving, software-driven teams.

How do I use ZenHub?
To get set up with ZenHub, all you have to do is download the browser extension and log in with your GitHub account. Once you do, you’ll get access to ZenHub’s complete feature-set immediately.
What can ZenHub do?

ZenHub adds a series of enhancements directly inside the GitHub UI:

  • Real-time, customizable task boards for GitHub issues;
  • Multi-Repository burndown charts, estimates, and velocity tracking based on GitHub Milestones;
  • Personal to-do lists and task prioritization;
  • Time-saving shortcuts – like a quick repo switcher, a “Move issue” button, and much more.

Add ZenHub to Github

Still curious? See more ZenHub features or read user reviews. This issue was written by your friendly ZenHub bot, posted by request from @amitkumarj441

Not working on MacOS Sierra

I've downloaded and installed the latest version from https://prerelease.keybase.io/Keybase.dmg (1.1.45)

When I opened for the first time I got the following error:

keybase.kbfs is not running (kbfs):

Installer: 1.1.45
Privileged Helper: Installed, Bundle Version: 1.0.29, Version: 1.0.29
Updater: Installed, PID: 18721
Service: Installed, Version: 1.0.18-20161219185928+7868d49, PID: 18734
Fuse: Installed, Version: 3.5.2, Kext ID: com.github.kbfuse.filesystems.kbfuse, Kext Loaded: No, Path: /Library/Filesystems/kbfuse.fs
Mount directory: Installed
KBFS: Unknown, Install Error: keybase.kbfs is not running (kbfs)
CLI: Unknown, 

Log:
Version: 1.1.45
Installables: (
    "Privileged Helper",
    Updater,
    Service,
    Fuse,
    "Mount directory",
    KBFS,
    CLI
)
Install: Privileged Helper
Connecting to keybase.Helper (privileged=1)
Connected
Helper version: {
    build = 2;
    version = "1.0.29";
}
Helper version: {
    build = 2;
    version = "1.0.29";
}
Install: Updater
Task: /Applications/Keybase.app/Contents/SharedSupport/bin/keybase -d --log-format=file install --format=json --components=updater --timeout=10s
Task EOF
Completed
Task (err): 2017-01-07T01:07:45.665025 ▶ [DEBU keybase globals.go:314] 001 Created Identify2Cache, max age: 5m0s
2017-01-07T01:07:45.665113 ▶ [DEBU keybase globals.go:317] 002 Created LinkCache, max size: 65536, clean dur: 1m0s
2017-01-07T01:07:45.665147 ▶ [DEBU keybase globals.go:319] 003 Created CardCache, max age: 5m0s
2017-01-07T01:07:45.667714 ▶ [DEBU keybase ui.go:561] 004 Can't set GPG_TTY; discover failed
2017-01-07T01:07:45.667772 ▶ [DEBU keybase globals.go:297] 005 Keybase CLI 1.0.18-20161219185928+7868d49
2017-01-07T01:07:45.667792 ▶ [DEBU keybase globals.go:297] 006 - Built with go1.7.4
2017-01-07T01:07:45.667805 ▶ [DEBU keybase globals.go:297] 007 - Visit https://keybase.io for more details
2017-01-07T01:07:45.667821 ▶ [DEBU keybase main.go:147] 008 + configureProcesses
2017-01-07T01:07:45.667845 ▶ [DEBU keybase main.go:245] 009 + configureLogging
2017-01-07T01:07:45.667861 ▶ [DEBU keybase main.go:254] 00a Disabling log forwarding
2017-01-07T01:07:45.667874 ▶ [DEBU keybase main.go:247] 00b - configureLogging
2017-01-07T01:07:45.667894 ▶ [DEBU keybase main.go:149] 00c - configureProcesses -> <nil>
2017-01-07T01:07:45.668020 ▶ [DEBU keybase install_osx.go:405] 00d Installing components: [updater]
2017-01-07T01:07:45.668102 ▶ [DEBU keybase install_osx.go:932] 00e Using updater path: /Applications/Keybase.app/Contents/SharedSupport/bin/updater
2017-01-07T01:07:45.674223 ▶ [DEBU keybase launchd.go:141] 00f Output (launchctl remove): 
2017-01-07T01:07:45.674344 ▶ [DEBU keybase launchd.go:146] 010 Nothing to stop (keybase.updater)
2017-01-07T01:07:45.674363 ▶ [DEBU keybase install_osx.go:942] 011 Installing updater service (keybase.updater, timeout=10s)
2017-01-07T01:07:45.674497 ▶ [INFO keybase launchd.go:270] 012 Saving /Users/aaraujo/Library/LaunchAgents/keybase.updater.plist
2017-01-07T01:07:45.674536 ▶ [DEBU keybase util.go:178] 013 + Writing to /Users/aaraujo/Library/LaunchAgents/keybase.updater.plist
2017-01-07T01:07:45.675246 ▶ [DEBU keybase util.go:180] 014 | Temporary file generated: /Users/aaraujo/Library/LaunchAgents/keybase.updater.plist.HY3CFTZ2J7V3KWB2374DSM6ONMKC4BVV
2017-01-07T01:07:45.675476 ▶ [DEBU keybase util.go:199] 015 - Wrote to /Users/aaraujo/Library/LaunchAgents/keybase.updater.plist -> ok
2017-01-07T01:07:45.675577 ▶ [INFO keybase launchd.go:95] 016 Starting keybase.updater
2017-01-07T01:07:45.685441 ▶ [DEBU keybase launchd.go:98] 017 Output (launchctl load): 
2017-01-07T01:07:45.685597 ▶ [INFO keybase launchd.go:176] 018 Waiting for keybase.updater to be loaded...
2017-01-07T01:07:46.198890 ▶ [DEBU keybase launchd.go:111] 019 Service status: &launchd.ServiceStatus{label:"keybase.updater", pid:"18721", lastExitStatus:""}
2017-01-07T01:07:46.711435 ▶ [DEBU keybase out_of_date.go:14] 01a + PrintOutOfDateWarnings
2017-01-07T01:07:46.711487 ▶ [DEBU keybase util.go:391] 01b + GetSocket
2017-01-07T01:07:46.711513 ▶ [DEBU keybase util.go:392] 01c - GetSocket -> ok
2017-01-07T01:07:46.711532 ▶ [DEBU keybase socket.go:73] 01d | empty socket wrapper; need a new one
2017-01-07T01:07:46.711563 ▶ [DEBU keybase socket_nix.go:96] 01e Dialing unix:/Users/aaraujo/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock
2017-01-07T01:07:46.711969 ▶ [DEBU keybase socket_nix.go:96] 01f Dialing unix:/Users/aaraujo/Library/Caches/Keybase/keybased.sock
2017-01-07T01:07:46.712255 ▶ [DEBU keybase socket.go:88] 020 | DialSocket -> ERROR: There were multiple errors: dial unix /Users/aaraujo/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock: connect: no such file or directory; dial unix /Users/aaraujo/Library/Caches/Keybase/keybased.sock: connect: no such file or directory
2017-01-07T01:07:46.712297 ▶ [DEBU keybase out_of_date.go:19] 021 Ignoring error in printOutOfDateWarnings: There were multiple errors: dial unix /Users/aaraujo/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock: connect: no such file or directory; dial unix /Users/aaraujo/Library/Caches/Keybase/keybased.sock: connect: no such file or directory
2017-01-07T01:07:46.712332 ▶ [DEBU keybase out_of_date.go:20] 022 - PrintOutOfDateWarnings
2017-01-07T01:07:46.817207 ▶ [DEBU keybase globals.go:349] 023 Calling shutdown first time through
2017-01-07T01:07:46.817284 ▶ [DEBU keybase login_state.go:1046] 024 + Account "LoginState - Shutdown"
2017-01-07T01:07:46.817347 ▶ [DEBU keybase login_state.go:959] 025 - LoginState: Leaving request loop
2017-01-07T01:07:46.817366 ▶ [DEBU keybase login_state.go:1048] 026 - Account "LoginState - Shutdown"
2017-01-07T01:07:46.817425 ▶ [DEBU keybase globals.go:406] 027 exiting shutdown code=0; err=<nil>

Task (out): {
  "componentResults": [
    {
      "name": "updater",
      "status": {
        "code": 0,
        "name": "OK",
        "desc": "OK",
        "fields": null
      }
    }
  ],
  "status": {
    "code": 0,
    "name": "OK",
    "desc": "OK",
    "fields": null
  },
  "fatal": false
}

Checking launchd status for updater
Task: /Applications/Keybase.app/Contents/SharedSupport/bin/keybase --log-format=file launchd status --format=json updater
Task EOF
Completed
Task (err): 
Task (out): {
  "version": "",
  "label": "keybase.updater",
  "pid": "18721",
  "lastExitStatus": "",
  "bundleVersion": "",
  "installStatus": 4,
  "installAction": 1,
  "status": {
    "code": 0,
    "name": "OK",
    "desc": "OK",
    "fields": null
  }
}

Install: Service
Task: /Applications/Keybase.app/Contents/SharedSupport/bin/keybase -d --log-format=file install --format=json --components=service --timeout=10s
Task EOF
Completed
Task (err): 2017-01-07T01:07:47.379656 ▶ [DEBU keybase globals.go:314] 001 Created Identify2Cache, max age: 5m0s
2017-01-07T01:07:47.379729 ▶ [DEBU keybase globals.go:317] 002 Created LinkCache, max size: 65536, clean dur: 1m0s
2017-01-07T01:07:47.379760 ▶ [DEBU keybase globals.go:319] 003 Created CardCache, max age: 5m0s
2017-01-07T01:07:47.381924 ▶ [DEBU keybase ui.go:561] 004 Can't set GPG_TTY; discover failed
2017-01-07T01:07:47.381978 ▶ [DEBU keybase globals.go:297] 005 Keybase CLI 1.0.18-20161219185928+7868d49
2017-01-07T01:07:47.381998 ▶ [DEBU keybase globals.go:297] 006 - Built with go1.7.4
2017-01-07T01:07:47.382009 ▶ [DEBU keybase globals.go:297] 007 - Visit https://keybase.io for more details
2017-01-07T01:07:47.382022 ▶ [DEBU keybase main.go:147] 008 + configureProcesses
2017-01-07T01:07:47.382046 ▶ [DEBU keybase main.go:245] 009 + configureLogging
2017-01-07T01:07:47.382062 ▶ [DEBU keybase main.go:254] 00a Disabling log forwarding
2017-01-07T01:07:47.382081 ▶ [DEBU keybase main.go:247] 00b - configureLogging
2017-01-07T01:07:47.382093 ▶ [DEBU keybase main.go:149] 00c - configureProcesses -> <nil>
2017-01-07T01:07:47.382320 ▶ [DEBU keybase install_osx.go:405] 00d Installing components: [service]
2017-01-07T01:07:47.382422 ▶ [DEBU keybase install_osx.go:504] 00e Using binPath: /Applications/Keybase.app/Contents/SharedSupport/bin/keybase
2017-01-07T01:07:47.387558 ▶ [DEBU keybase launchd.go:141] 00f Output (launchctl remove): 
2017-01-07T01:07:47.387616 ▶ [DEBU keybase launchd.go:146] 010 Nothing to stop (keybase.service)
2017-01-07T01:07:47.392884 ▶ [DEBU keybase launchd.go:141] 011 Output (launchctl remove): 
2017-01-07T01:07:47.392942 ▶ [DEBU keybase launchd.go:146] 012 Nothing to stop (homebrew.mxcl.keybase)
2017-01-07T01:07:47.392960 ▶ [DEBU keybase install_osx.go:513] 013 Installing service (keybase.service, timeout=10s)
2017-01-07T01:07:47.393111 ▶ [INFO keybase launchd.go:270] 014 Saving /Users/aaraujo/Library/LaunchAgents/keybase.service.plist
2017-01-07T01:07:47.393151 ▶ [DEBU keybase util.go:178] 015 + Writing to /Users/aaraujo/Library/LaunchAgents/keybase.service.plist
2017-01-07T01:07:47.393675 ▶ [DEBU keybase util.go:180] 016 | Temporary file generated: /Users/aaraujo/Library/LaunchAgents/keybase.service.plist.JTIMQD6DTIBMMEZ3VCLGCP5OLCBGLKGG
2017-01-07T01:07:47.393852 ▶ [DEBU keybase util.go:199] 017 - Wrote to /Users/aaraujo/Library/LaunchAgents/keybase.service.plist -> ok
2017-01-07T01:07:47.393914 ▶ [INFO keybase launchd.go:95] 018 Starting keybase.service
2017-01-07T01:07:47.402653 ▶ [DEBU keybase launchd.go:98] 019 Output (launchctl load): 
2017-01-07T01:07:47.402726 ▶ [INFO keybase launchd.go:176] 01a Waiting for keybase.service to be loaded...
2017-01-07T01:07:47.913928 ▶ [DEBU keybase launchd.go:111] 01b Service status: &launchd.ServiceStatus{label:"keybase.service", pid:"18734", lastExitStatus:""}
2017-01-07T01:07:48.425138 ▶ [DEBU keybase service_info.go:92] 01c Looking for service info file (timeout=10s)
2017-01-07T01:07:48.829146 ▶ [DEBU keybase service_info.go:104] 01d Found service info: libkb.ServiceInfo{Version:"1.0.18-20161219185928+7868d49", Label:"keybase.service", Pid:18734}
2017-01-07T01:07:48.829318 ▶ [DEBU keybase out_of_date.go:14] 01e + PrintOutOfDateWarnings
2017-01-07T01:07:48.829341 ▶ [DEBU keybase util.go:391] 01f + GetSocket
2017-01-07T01:07:48.829356 ▶ [DEBU keybase util.go:392] 020 - GetSocket -> ok
2017-01-07T01:07:48.829366 ▶ [DEBU keybase socket.go:73] 021 | empty socket wrapper; need a new one
2017-01-07T01:07:48.829381 ▶ [DEBU keybase socket_nix.go:96] 022 Dialing unix:/Users/aaraujo/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock
2017-01-07T01:07:48.829477 ▶ [DEBU keybase socket.go:88] 023 | DialSocket -> ok
2017-01-07T01:07:48.960936 ▶ [DEBU keybase out_of_date.go:28] 024 Got OutOfDateInfo: keybase1.OutOfDateInfo{UpgradeTo:"", UpgradeURI:"", CustomMessage:"", CriticalClockSkew:0}
2017-01-07T01:07:48.960975 ▶ [DEBU keybase out_of_date.go:44] 025 - PrintOutOfDateWarnings
2017-01-07T01:07:49.064634 ▶ [DEBU keybase globals.go:349] 026 Calling shutdown first time through
2017-01-07T01:07:49.064716 ▶ [DEBU keybase login_state.go:1046] 027 + Account "LoginState - Shutdown"
2017-01-07T01:07:49.064759 ▶ [DEBU keybase login_state.go:959] 028 - LoginState: Leaving request loop
2017-01-07T01:07:49.064780 ▶ [DEBU keybase login_state.go:1048] 029 - Account "LoginState - Shutdown"
2017-01-07T01:07:49.064807 ▶ [DEBU keybase globals.go:406] 02a exiting shutdown code=0; err=<nil>

Task (out): {
  "componentResults": [
    {
      "name": "service",
      "status": {
        "code": 0,
        "name": "OK",
        "desc": "OK",
        "fields": null
      }
    }
  ],
  "status": {
    "code": 0,
    "name": "OK",
    "desc": "OK",
    "fields": null
  },
  "fatal": false
}

Checking launchd status for service
Task: /Applications/Keybase.app/Contents/SharedSupport/bin/keybase --log-format=file launchd status --format=json service
Task EOF
Completed
Task (err): 
Task (out): {
  "version": "1.0.18-20161219185928+7868d49",
  "label": "keybase.service",
  "pid": "18734",
  "lastExitStatus": "",
  "bundleVersion": "1.0.18-20161219185928+7868d49",
  "installStatus": 4,
  "installAction": 1,
  "status": {
    "code": 0,
    "name": "OK",
    "desc": "OK",
    "fields": null
  }
}

Install: Fuse
Task: /Applications/Keybase.app/Contents/SharedSupport/bin/keybase -d --log-format=file fuse status --bundle-version=3.5.2
Task EOF
Completed
Task (err): 2017-01-07T01:07:49.181077 ▶ [DEBU keybase globals.go:314] 001 Created Identify2Cache, max age: 5m0s
2017-01-07T01:07:49.181185 ▶ [DEBU keybase globals.go:317] 002 Created LinkCache, max size: 65536, clean dur: 1m0s
2017-01-07T01:07:49.181220 ▶ [DEBU keybase globals.go:319] 003 Created CardCache, max age: 5m0s
2017-01-07T01:07:49.182880 ▶ [DEBU keybase ui.go:561] 004 Can't set GPG_TTY; discover failed
2017-01-07T01:07:49.182930 ▶ [DEBU keybase globals.go:297] 005 Keybase CLI 1.0.18-20161219185928+7868d49
2017-01-07T01:07:49.182947 ▶ [DEBU keybase globals.go:297] 006 - Built with go1.7.4
2017-01-07T01:07:49.182959 ▶ [DEBU keybase globals.go:297] 007 - Visit https://keybase.io for more details
2017-01-07T01:07:49.182979 ▶ [DEBU keybase main.go:147] 008 + configureProcesses
2017-01-07T01:07:49.182999 ▶ [DEBU keybase main.go:245] 009 + configureLogging
2017-01-07T01:07:49.183015 ▶ [DEBU keybase main.go:254] 00a Disabling log forwarding
2017-01-07T01:07:49.183032 ▶ [DEBU keybase main.go:247] 00b - configureLogging
2017-01-07T01:07:49.183052 ▶ [DEBU keybase main.go:149] 00c - configureProcesses -> <nil>
2017-01-07T01:07:49.183375 ▶ [DEBU keybase fuse_status_osx.go:46] 00d No kext info available (kext not loaded)
2017-01-07T01:07:49.183428 ▶ [DEBU keybase fuse_status_osx.go:146] 00e Loading plist: /Library/Filesystems/kbfuse.fs/Contents/Info.plist
2017-01-07T01:07:49.187469 ▶ [DEBU keybase out_of_date.go:14] 00f + PrintOutOfDateWarnings
2017-01-07T01:07:49.187516 ▶ [DEBU keybase util.go:391] 010 + GetSocket
2017-01-07T01:07:49.187545 ▶ [DEBU keybase util.go:392] 011 - GetSocket -> ok
2017-01-07T01:07:49.187565 ▶ [DEBU keybase socket.go:73] 012 | empty socket wrapper; need a new one
2017-01-07T01:07:49.187588 ▶ [DEBU keybase socket_nix.go:96] 013 Dialing unix:/Users/aaraujo/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock
2017-01-07T01:07:49.187704 ▶ [DEBU keybase socket.go:88] 014 | DialSocket -> ok
2017-01-07T01:07:49.188651 ▶ [DEBU keybase out_of_date.go:28] 015 Got OutOfDateInfo: keybase1.OutOfDateInfo{UpgradeTo:"", UpgradeURI:"", CustomMessage:"", CriticalClockSkew:0}
2017-01-07T01:07:49.188687 ▶ [DEBU keybase out_of_date.go:44] 016 - PrintOutOfDateWarnings
2017-01-07T01:07:49.292941 ▶ [DEBU keybase globals.go:349] 017 Calling shutdown first time through
2017-01-07T01:07:49.293028 ▶ [DEBU keybase login_state.go:1046] 018 + Account "LoginState - Shutdown"
2017-01-07T01:07:49.293086 ▶ [DEBU keybase login_state.go:959] 019 - LoginState: Leaving request loop
2017-01-07T01:07:49.293104 ▶ [DEBU keybase login_state.go:1048] 01a - Account "LoginState - Shutdown"
2017-01-07T01:07:49.293127 ▶ [DEBU keybase globals.go:406] 01b exiting shutdown code=0; err=<nil>

Task (out): {
  "version": "3.5.2",
  "bundleVersion": "3.5.2",
  "kextID": "com.github.kbfuse.filesystems.kbfuse",
  "path": "/Library/Filesystems/kbfuse.fs",
  "kextStarted": false,
  "installStatus": 4,
  "installAction": 1,
  "mountInfos": [],
  "status": {
    "code": 0,
    "name": "OK",
    "desc": "OK",
    "fields": null
  }
}

Load permissions: 4755
Fuse install is OK
Task: /Applications/Keybase.app/Contents/SharedSupport/bin/keybase -d --log-format=file fuse status --bundle-version=3.5.2
Task EOF
Completed
Task (err): 2017-01-07T01:07:49.356253 ▶ [DEBU keybase globals.go:314] 001 Created Identify2Cache, max age: 5m0s
2017-01-07T01:07:49.356358 ▶ [DEBU keybase globals.go:317] 002 Created LinkCache, max size: 65536, clean dur: 1m0s
2017-01-07T01:07:49.356392 ▶ [DEBU keybase globals.go:319] 003 Created CardCache, max age: 5m0s
2017-01-07T01:07:49.358575 ▶ [DEBU keybase ui.go:561] 004 Can't set GPG_TTY; discover failed
2017-01-07T01:07:49.358652 ▶ [DEBU keybase globals.go:297] 005 Keybase CLI 1.0.18-20161219185928+7868d49
2017-01-07T01:07:49.358673 ▶ [DEBU keybase globals.go:297] 006 - Built with go1.7.4
2017-01-07T01:07:49.358686 ▶ [DEBU keybase globals.go:297] 007 - Visit https://keybase.io for more details
2017-01-07T01:07:49.358699 ▶ [DEBU keybase main.go:147] 008 + configureProcesses
2017-01-07T01:07:49.358722 ▶ [DEBU keybase main.go:245] 009 + configureLogging
2017-01-07T01:07:49.358740 ▶ [DEBU keybase main.go:254] 00a Disabling log forwarding
2017-01-07T01:07:49.358763 ▶ [DEBU keybase main.go:247] 00b - configureLogging
2017-01-07T01:07:49.358770 ▶ [DEBU keybase main.go:149] 00c - configureProcesses -> <nil>
2017-01-07T01:07:49.359059 ▶ [DEBU keybase fuse_status_osx.go:46] 00d No kext info available (kext not loaded)
2017-01-07T01:07:49.359110 ▶ [DEBU keybase fuse_status_osx.go:146] 00e Loading plist: /Library/Filesystems/kbfuse.fs/Contents/Info.plist
2017-01-07T01:07:49.364690 ▶ [DEBU keybase out_of_date.go:14] 00f + PrintOutOfDateWarnings
2017-01-07T01:07:49.364738 ▶ [DEBU keybase util.go:391] 010 + GetSocket
2017-01-07T01:07:49.364766 ▶ [DEBU keybase util.go:392] 011 - GetSocket -> ok
2017-01-07T01:07:49.364786 ▶ [DEBU keybase socket.go:73] 012 | empty socket wrapper; need a new one
2017-01-07T01:07:49.364810 ▶ [DEBU keybase socket_nix.go:96] 013 Dialing unix:/Users/aaraujo/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock
2017-01-07T01:07:49.364954 ▶ [DEBU keybase socket.go:88] 014 | DialSocket -> ok
2017-01-07T01:07:49.365956 ▶ [DEBU keybase out_of_date.go:28] 015 Got OutOfDateInfo: keybase1.OutOfDateInfo{UpgradeTo:"", UpgradeURI:"", CustomMessage:"", CriticalClockSkew:0}
2017-01-07T01:07:49.366005 ▶ [DEBU keybase out_of_date.go:44] 016 - PrintOutOfDateWarnings
2017-01-07T01:07:49.469863 ▶ [DEBU keybase globals.go:349] 017 Calling shutdown first time through
2017-01-07T01:07:49.469928 ▶ [DEBU keybase login_state.go:1046] 018 + Account "LoginState - Shutdown"
2017-01-07T01:07:49.469979 ▶ [DEBU keybase login_state.go:959] 019 - LoginState: Leaving request loop
2017-01-07T01:07:49.469993 ▶ [DEBU keybase login_state.go:1048] 01a - Account "LoginState - Shutdown"
2017-01-07T01:07:49.470050 ▶ [DEBU keybase globals.go:406] 01b exiting shutdown code=0; err=<nil>

Task (out): {
  "version": "3.5.2",
  "bundleVersion": "3.5.2",
  "kextID": "com.github.kbfuse.filesystems.kbfuse",
  "path": "/Library/Filesystems/kbfuse.fs",
  "kextStarted": false,
  "installStatus": 4,
  "installAction": 1,
  "mountInfos": [],
  "status": {
    "code": 0,
    "name": "OK",
    "desc": "OK",
    "fields": null
  }
}

Install: Mount directory
Mount directory doesn't exist: /keybase
Creating mount directory: {
    directory = "/keybase";
    excludeFromBackup = 1;
    gid = 20;
    permissions = 384;
    uid = 503;
}
Mount directory=/keybase, attributes={
    NSFileCreationDate = "2017-01-07 04:07:49 +0000";
    NSFileExtensionHidden = 0;
    NSFileGroupOwnerAccountID = 20;
    NSFileGroupOwnerAccountName = staff;
    NSFileModificationDate = "2017-01-07 04:07:49 +0000";
    NSFileOwnerAccountID = 503;
    NSFileOwnerAccountName = aaraujo;
    NSFilePosixPermissions = 384;
    NSFileReferenceCount = 2;
    NSFileSize = 68;
    NSFileSystemFileNumber = 16343594;
    NSFileSystemNumber = 16777220;
    NSFileType = NSFileTypeDirectory;
}
File list favorite enabled (file:///Users/aaraujo/Library/Application%20Support/Keybase/Keybase/)
File list favorites changed: Yes
Mount directory=/keybase, attributes={
    NSFileCreationDate = "2017-01-07 04:07:49 +0000";
    NSFileExtensionHidden = 0;
    NSFileGroupOwnerAccountID = 20;
    NSFileGroupOwnerAccountName = staff;
    NSFileModificationDate = "2017-01-07 04:07:49 +0000";
    NSFileOwnerAccountID = 503;
    NSFileOwnerAccountName = aaraujo;
    NSFilePosixPermissions = 384;
    NSFileReferenceCount = 2;
    NSFileSize = 68;
    NSFileSystemFileNumber = 16343594;
    NSFileSystemNumber = 16777220;
    NSFileType = NSFileTypeDirectory;
}
Install: KBFS
Task: /Applications/Keybase.app/Contents/SharedSupport/bin/keybase -d --log-format=file install --format=json --components=kbfs --timeout=10s
Task EOF
Completed
Task (err): 2017-01-07T01:07:49.525525 ▶ [DEBU keybase globals.go:314] 001 Created Identify2Cache, max age: 5m0s
2017-01-07T01:07:49.525630 ▶ [DEBU keybase globals.go:317] 002 Created LinkCache, max size: 65536, clean dur: 1m0s
2017-01-07T01:07:49.525662 ▶ [DEBU keybase globals.go:319] 003 Created CardCache, max age: 5m0s
2017-01-07T01:07:49.528273 ▶ [DEBU keybase ui.go:561] 004 Can't set GPG_TTY; discover failed
2017-01-07T01:07:49.528340 ▶ [DEBU keybase globals.go:297] 005 Keybase CLI 1.0.18-20161219185928+7868d49
2017-01-07T01:07:49.528358 ▶ [DEBU keybase globals.go:297] 006 - Built with go1.7.4
2017-01-07T01:07:49.528373 ▶ [DEBU keybase globals.go:297] 007 - Visit https://keybase.io for more details
2017-01-07T01:07:49.528386 ▶ [DEBU keybase main.go:147] 008 + configureProcesses
2017-01-07T01:07:49.528405 ▶ [DEBU keybase main.go:245] 009 + configureLogging
2017-01-07T01:07:49.528426 ▶ [DEBU keybase main.go:254] 00a Disabling log forwarding
2017-01-07T01:07:49.528438 ▶ [DEBU keybase main.go:247] 00b - configureLogging
2017-01-07T01:07:49.528450 ▶ [DEBU keybase main.go:149] 00c - configureProcesses -> <nil>
2017-01-07T01:07:49.528571 ▶ [DEBU keybase install_osx.go:405] 00d Installing components: [kbfs]
2017-01-07T01:07:49.534735 ▶ [DEBU keybase launchd.go:141] 00e Output (launchctl remove): 
2017-01-07T01:07:49.534796 ▶ [DEBU keybase launchd.go:146] 00f Nothing to stop (keybase.kbfs)
2017-01-07T01:07:49.539137 ▶ [DEBU keybase launchd.go:141] 010 Output (launchctl remove): 
2017-01-07T01:07:49.539192 ▶ [DEBU keybase launchd.go:146] 011 Nothing to stop (homebrew.mxcl.kbfs)
2017-01-07T01:07:49.539240 ▶ [DEBU keybase install_osx.go:536] 012 Installing KBFS (keybase.kbfs, timeout=10s)
2017-01-07T01:07:49.539380 ▶ [INFO keybase launchd.go:270] 013 Saving /Users/aaraujo/Library/LaunchAgents/keybase.kbfs.plist
2017-01-07T01:07:49.539417 ▶ [DEBU keybase util.go:178] 014 + Writing to /Users/aaraujo/Library/LaunchAgents/keybase.kbfs.plist
2017-01-07T01:07:49.539911 ▶ [DEBU keybase util.go:180] 015 | Temporary file generated: /Users/aaraujo/Library/LaunchAgents/keybase.kbfs.plist.2BPZPO3HNZQVKY67MTKWY47Q7PHQM7QN
2017-01-07T01:07:49.540108 ▶ [DEBU keybase util.go:199] 016 - Wrote to /Users/aaraujo/Library/LaunchAgents/keybase.kbfs.plist -> ok
2017-01-07T01:07:49.540174 ▶ [INFO keybase launchd.go:95] 017 Starting keybase.kbfs
2017-01-07T01:07:49.547189 ▶ [DEBU keybase launchd.go:98] 018 Output (launchctl load): 
2017-01-07T01:07:49.547250 ▶ [INFO keybase launchd.go:176] 019 Waiting for keybase.kbfs to be loaded...
2017-01-07T01:07:50.057151 ▶ [DEBU keybase launchd.go:111] 01a Service status: &launchd.ServiceStatus{label:"keybase.kbfs", pid:"", lastExitStatus:"2"}
2017-01-07T01:07:50.569096 ▶ [ERRO keybase standard.go:200] 01b Error installing KBFS: keybase.kbfs is not running
2017-01-07T01:07:50.569136 ▶ [ERRO keybase standard.go:200] 01c Error installing KBFS: keybase.kbfs is not running
2017-01-07T01:07:50.569300 ▶ [DEBU keybase out_of_date.go:14] 01d + PrintOutOfDateWarnings
2017-01-07T01:07:50.569319 ▶ [DEBU keybase util.go:391] 01e + GetSocket
2017-01-07T01:07:50.569335 ▶ [DEBU keybase util.go:392] 01f - GetSocket -> ok
2017-01-07T01:07:50.569349 ▶ [DEBU keybase socket.go:73] 020 | empty socket wrapper; need a new one
2017-01-07T01:07:50.569369 ▶ [DEBU keybase socket_nix.go:96] 021 Dialing unix:/Users/aaraujo/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock
2017-01-07T01:07:50.569473 ▶ [DEBU keybase socket.go:88] 022 | DialSocket -> ok
2017-01-07T01:07:50.570296 ▶ [DEBU keybase out_of_date.go:28] 023 Got OutOfDateInfo: keybase1.OutOfDateInfo{UpgradeTo:"", UpgradeURI:"", CustomMessage:"", CriticalClockSkew:0}
2017-01-07T01:07:50.570333 ▶ [DEBU keybase out_of_date.go:44] 024 - PrintOutOfDateWarnings
2017-01-07T01:07:50.672974 ▶ [DEBU keybase globals.go:349] 025 Calling shutdown first time through
2017-01-07T01:07:50.673077 ▶ [DEBU keybase login_state.go:1046] 026 + Account "LoginState - Shutdown"
2017-01-07T01:07:50.673187 ▶ [DEBU keybase login_state.go:959] 027 - LoginState: Leaving request loop
2017-01-07T01:07:50.673266 ▶ [DEBU keybase login_state.go:1048] 028 - Account "LoginState - Shutdown"
2017-01-07T01:07:50.673379 ▶ [DEBU keybase globals.go:406] 029 exiting shutdown code=0; err=<nil>

Task (out): {
  "componentResults": [
    {
      "name": "kbfs",
      "status": {
        "code": 1804,
        "name": "ERROR",
        "desc": "keybase.kbfs is not running",
        "fields": null
      }
    }
  ],
  "status": {
    "code": 1804,
    "name": "ERROR",
    "desc": "keybase.kbfs is not running (kbfs)",
    "fields": null
  },
  "fatal": false
}

Install complete
Privileged Helper: Installed, Bundle Version: 1.0.29
Version: 1.0.29
Updater: Installed, PID: 18721
Service: Installed, Version: 1.0.18-20161219185928+7868d49
PID: 18734
Fuse: Installed, Version: 3.5.2
Kext ID: com.github.kbfuse.filesystems.kbfuse
Kext Loaded: No
Path: /Library/Filesystems/kbfuse.fs
Mount directory: Installed
KBFS: Install Error: keybase.kbfs is not running (kbfs)

Is there anything I could do from my end to make this work or it is a bug?

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.