vagrant-scaleway icon indicating copy to clipboard operation
vagrant-scaleway copied to clipboard

tty to run sudo

Open tmoreira2020 opened this issue 7 years ago • 0 comments

Hey there, I'm trying to use puppet to provision a machine but it is failing on:

Bringing machine 'default' up with 'scaleway' provider...
==> default: Warning! The Scaleway provider doesn't support any of the Vagrant
==> default: high-level network configurations (`config.vm.network`). They
==> default: will be silently ignored.
==> default: Creating a server with the following settings...
==> default:  -- Commercial Type: C2S
==> default:  -- Image: 7069f3d0-23e3-4664-8f6b-1a17ed478dff
==> default:  -- Name: blue-www.thiagomoreira.com.br
==> default: Starting the server...
==> default: Waiting for server to become "ready"...
==> default: Waiting for SSH to become available...
==> default: Machine is booted and ready for use!
==> default: Rsyncing folder: /Users/tmoreira2020/projects/thiagomoreira/thiagomoreira.com.br/src/main/puppet/ => /puppet
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

mkdir -p '/puppet'

Stdout from the command:



Stderr from the command:

sudo: sorry, you must have a tty to run sudo

The thing is it is not even able to execute shell provision. Do you have any advice to workaround this problem?

Thanks

tmoreira2020 avatar Mar 04 '17 20:03 tmoreira2020