質問編集履歴

3

追記

2019/03/19 07:24

投稿

Gr.
Gr.

スコア89

test CHANGED
File without changes
test CHANGED
@@ -162,7 +162,31 @@
162
162
 
163
163
  ```
164
164
 
165
-
165
+ `vagrant halt`を打つと次のようなメッセージが出ます。
166
+
167
+ ```
168
+
169
+ C:\Users\hoge\vagrant>vagrant halt
170
+
171
+ ==> default: Attempting graceful shutdown of VM...
172
+
173
+ default: Guest communication could not be established! This is usually because
174
+
175
+ default: SSH is not running, the authentication information was changed,
176
+
177
+ default: or some other networking issue. Vagrant will force halt, if
178
+
179
+ default: capable.
180
+
181
+ ==> default: Forcing shutdown of VM...
182
+
183
+ ```
184
+
185
+ > the authentication information was changed or some other networking issue
186
+
187
+
188
+
189
+ この場合の変更してしまった可能性のある`authentication information`とは主に何であるケースが多いでしょうか。
166
190
 
167
191
 
168
192
 

2

追記

2019/03/19 07:23

投稿

Gr.
Gr.

スコア89

test CHANGED
File without changes
test CHANGED
@@ -284,4 +284,6 @@
284
284
 
285
285
  ```
286
286
 
287
+ VirtualBox version: 5.2.6
288
+
287
- OSはWindows10です。
289
+ Windows10

1

追記

2019/03/19 05:24

投稿

Gr.
Gr.

スコア89

test CHANGED
File without changes
test CHANGED
@@ -271,3 +271,17 @@
271
271
 
272
272
 
273
273
  質問文に不足があれば以下に追記します。
274
+
275
+
276
+
277
+ ```
278
+
279
+ C:\Users\hoge\vagrant>vagrant version
280
+
281
+ Installed Version: 2.2.4
282
+
283
+ Latest Version: 2.2.4
284
+
285
+ ```
286
+
287
+ OSはWindows10です。