keybase / client

Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
BSD 3-Clause "New" or "Revised" License
8.83k stars 1.22k forks source link

mkdir on Linux Mint 17.3 hangs #2662

Open sdigit opened 8 years ago

sdigit commented 8 years ago

Was playing with KBFS; ran into an issue when running mkdir /keybase/public/dive/Photos: it hung, and kbfs now hangs when I do anything (so it feels like when an NFS server dies out from under you)

The following was in /keybase/kbfs.error.txt

md-server: Unhandled incoming RPC

my log id: 5d2931c5218d4b9406cfc51c

cjb commented 8 years ago

@strib Please take a look.

cjb commented 8 years ago

Oh wait, I bet this is the bug that @patrickxb is working on. It hasn't made it into a public OS X build as far as we know, but it's in Linux builds.

sdigit commented 8 years ago

Also noticed: https://keybase.io/pub/dive returns a 404 (whether or not i end it with a /); not surprising just thought the datapoint might help.

cjb commented 8 years ago

@sdigit That'd be https://keybase.pub/dive/.

sdigit commented 8 years ago

Yeah I just noticed that, and that address works just fine. Oops

cjb commented 8 years ago

Thanks for the report, we're fixing this at the moment, I'd expect tomorrow's Linux package will contain the fix.

cjb commented 8 years ago

By the way, we think that running keybase unlock will get KBFS alive again for you as a workaround.

sdigit commented 8 years ago

Yep, looks that way -- i was able to make the directory and copy a couple photos into it just fine. I did umount /keybase and run_keybase again after keybase unlock, as it didn't change the pre-unlock mount (but I'm guessing it wouldn't have, as it was mounted before being unlocked)