oh and the ssh-config:

$ vagrant ssh-config
Host default
  HostName 127.0.0.1
  User vagrant
  Port 2222
  UserKnownHostsFile /dev/null
  StrictHostKeyChecking no
  PasswordAuthentication no
  IdentityFile /Users/forcer/.vagrant.d/insecure_private_key
  IdentitiesOnly yes
  LogLevel FATAL

On Tuesday, 6 May 2014 00:46:02 UTC+1, Alvaro Miranda Aguilera wrote:
>
> what's the output of vagrant sshd-config ?
>
> do you have any config.ssh.* parameter in the Vagrantfile ?
>
>
> On Fri, May 2, 2014 at 7:58 AM, Goodbytes <for...@gmail.com 
> <javascript:>>wrote:
>
>> Hi guys,
>>
>> I'm noticing some errors using Vagrant when firing up and shutting down 
>> my vm.
>>
>> $ vagrant up
>> Bringing machine 'default' up with 'virtualbox' provider...
>> ....
>> ==> default: Waiting for machine to boot. This may take a few minutes...
>>     default: SSH address: 127.0.0.1:2222
>>     default: SSH username: vagrant
>>     default: SSH auth method: private key
>> *    default: Warning: Connection timeout. Retrying...*
>> *    default: Warning: Remote connection disconnect. Retrying...*
>> ==> default: Machine booted and ready!
>> GuestAdditions 4.3.10 running --- OK.
>> ==> default: Checking for guest additions in VM...
>> ==> default: Setting hostname...
>> ....
>> ==> default: VM already provisioned. Run `vagrant provision` or use 
>> `--provision` to force it
>>
>> Everything seems to work OK, but then when i try to shut it down it goes 
>> from graceful to force..
>>
>> $ vagrant halt
>> ==> default: Attempting graceful shutdown of VM...
>>     default: Guest communication could not be established! This is 
>> usually because
>>     default: SSH is not running, the authentication information was 
>> changed,
>>     default: or some other networking issue. Vagrant will force halt, if
>>     default: capable.
>> ==> default: Forcing shutdown of VM...
>>
>> Any ideas with this, would be nice to get it functioning without errors 
>> and warnings.
>>  
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Vagrant" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to vagrant-up+...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to