I want to mount a vagrant machine on my Windows 10. The machine runs on ubuntu 14.04.
However it just hangs for days literally when I run vagrant up
either on powershell normal or admin.
These are the last lines(I can post all the messages if that helps):
==> local: Notice: /Stage[main]/Puphpet::Python::Pip/Exec[easy_install pip]/returns: executed successfully
==> local: Notice: /Stage[main]/Puphpet_mailhog/Exec[download https://github.com/mailhog/MailHog/releases/download/v0.1.
8/MailHog_linux_amd64]/returns: executed successfully
==> local: Notice: /Stage[main]/Puphpet_php/Exec[mkdir -p /var/lib/php/session]/returns: executed successfully
==> local: Info: /Stage[main]/Puphpet_php/Exec[mkdir -p /var/lib/php/session]: Scheduling refresh of Service[php5-fpm]
==> local: Notice: /Stage[main]/Puphpet_mailhog/File[/usr/local/bin/mailhog]/mode: mode changed '0644' to '0755' (+x)
==> local: Notice: /Stage[main]/Rvm::Group/Group[rvm]/ensure: created
==> local: Notice: /Stage[main]/Rvm::Rvmrc/File[/etc/rvmrc]/ensure: defined content as '{md5}e9df1edcb0b4c3710b33d429459
89928'
I run this on my local ubuntu (NOT WINDOWS) and runs fine. The next line I get there is:
Notice: /Stage[main]/Swap_file/Exec[Create swap file]/returns: executed successfully
So I guess it hangs while creating the swap file. However I don't have a clue how to solve this.
Any help?
Thank in advance
UPDATE:
Running in debug mode it gets this extra messages:
==> local: Notice: /Stage[main]/Rvm::Rvmrc/File[/etc/rvmrc]/ensure: defined content as '{md5}e9df1edcb0b4c3710b33d429459
89928'
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
And keeps repeating DEBUG ssh: Sending SSH keep-alive...
Any help ?