keybase / keybase-issues

A single repo for managing publicly recognized issues with the keybase client, installer, and website.
902 stars 37 forks source link

error: EACCES, mkdir #1491

Open mgifford opened 9 years ago

mgifford commented 9 years ago

I get this with when trying to login.

$ keybase login error: EACCES, mkdir '/home/mgifford/.local/share/keybase/keybase.idb/8d'

zQueal commented 9 years ago

EACCES is likely a permission error. Are you running the command as the mgifford user, or as root? If you're running as mgifford try running sudo keybase login.

mgifford commented 9 years ago

Yup, that worked.. I had to sudo on all the commands I think... Wasn't expecting that.

zQueal commented 9 years ago

I believe this happens when you install keybase-installer as the root user. If you change the permissions for /home/mgifford/.local/share/keybase then you shouldn't have to do sudo every time.

sudo chown -R mgilford:mgilford /home/mgifford/.local/share/keybase
mgifford commented 9 years ago

Might be good to add some more documetation to this process.