You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
im following #3 in starting vitess cluster, and when i try to start ./zk-up.sh i get this error on my terminal:
" mkdir: cannot create directory '/vtdataroot': Permission denied "
any thoughts on this?
The text was updated successfully, but these errors were encountered:
hardcoar
changed the title
Docker Build on Ubuntu 14.04
Docker Build on Ubuntu 14.04 amd64
Apr 15, 2016
Did you explicitly set the VTDATAROOT env var to /vtdataroot? If so, you may need to choose a different location, that a non-root user has permission to modify. If you instead inherited VTDATAROOT by sourcing dev.env, then you need to make sure your src/github.com/youtube/vitess tree is itself rooted in a directory that a non-root user has permission to modify.
I followed the instructions here: http://vitess.io/getting-started/local-instance.html
im following #3 in starting vitess cluster, and when i try to start ./zk-up.sh i get this error on my terminal:
" mkdir: cannot create directory '/vtdataroot': Permission denied "
any thoughts on this?
The text was updated successfully, but these errors were encountered: