The second command gave: orhan@orhan-MS-7850:~$ ./elasticluster.sh -vvv start slurm-on-gce docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.31/containers/create: dial unix /var/run/docker.sock: connect: permission denied.
Orhan On Sun, Feb 4, 2018 at 1:32 PM, Riccardo Murri <[email protected]> wrote: > Ah, no, wait! You should *not* run `elasticluster.sh` through `sudo`! > Otherwise you'll be running as root in your home directory, which > screws all permissions up... > > Can you please run the following commands? > > # fix permissions > chown -R $USER $HOME/.ansible $HOME/.ssh $HOME/.elasticluster > > # run elasticluster > ./elasticluster.sh -vvv start slurm-on-gce > > Ciao, > R > -- You received this message because you are subscribed to the Google Groups "elasticluster" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
