質問編集履歴

1

誤字

2015/12/31 06:02

投稿

onozeam
onozeam

スコア13

test CHANGED
File without changes
test CHANGED
@@ -66,6 +66,38 @@
66
66
 
67
67
  default: Warning: Connection timeout. Retrying...
68
68
 
69
+ Timed out while waiting for the machine to boot. This means that
70
+
71
+ Vagrant was unable to communicate with the guest machine within
72
+
73
+ the configured ("config.vm.boot_timeout" value) time period.
74
+
75
+
76
+
77
+ If you look above, you should be able to see the error(s) that
78
+
79
+ Vagrant had when attempting to connect to the machine. These errors
80
+
81
+ are usually good hints as to what may be wrong.
82
+
83
+
84
+
85
+ If you're using a custom box, make sure that networking is properly
86
+
87
+ working and you're able to connect to the machine. It is a common
88
+
89
+ problem that networking isn't setup properly in these boxes.
90
+
91
+ Verify that authentication configurations are also setup properly,
92
+
93
+ as well.
94
+
95
+
96
+
97
+ If the box appears to be booting properly, you may want to increase
98
+
99
+ the timeout ("config.vm.boot_timeout") value.
100
+
69
101
  ```
70
102
 
71
103