在创建交换时,Windows 10机器上的Vagrant up挂起

时间:2016-12-04 16:33:03

标签: windows powershell vagrant vagrant-windows

我想在我的 Windows 10 上安装一个流浪汉机器。 该机器在ubuntu 14.04上运行。

然而,当我在powershell normal或admin上运行vagrant up时,它只会挂起几天。

这些是最后一行(如果有帮助,我可以发布所有消息):

==> 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'

我在本地ubuntu(不是WINDOWS)上运行它并运行正常。 我到达的下一行是:

Notice: /Stage[main]/Swap_file/Exec[Create swap file]/returns: executed successfully

所以我猜它在创建交换文件时会挂起。 但是我不知道如何解决这个问题。

任何帮助?

提前感谢

UPDATE:

调试模式中运行,它会收到以下额外消息:

==> 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...

不断重复DEBUG ssh: Sending SSH keep-alive...

任何帮助?

0 个答案:

没有答案