質問編集履歴

7

追記

2018/11/05 04:41

投稿

spellbound
spellbound

スコア190

test CHANGED
File without changes
test CHANGED
@@ -15,6 +15,16 @@
15
15
 
16
16
 
17
17
  Got different reports about installed GuestAdditions version: Virtualbox on your host claims: 5.2.6 VBoxService inside the vm claims: 5.2.20 Going on, assuming VBoxService is correct... Got different reports about installed GuestAdditions version: Virtualbox on your host claims: 5.2.6 VBoxService inside the vm claims: 5.2.20 Going on, assuming VBoxService is correct...
18
+
19
+ ```
20
+
21
+
22
+
23
+ - 再起動を契機に下記の記述になりました(その前にも再起動はしている記憶がありますが...)
24
+
25
+ ```
26
+
27
+ [default] GuestAdditions 5.2.20 running --- OK.
18
28
 
19
29
  ```
20
30
 

6

最後に追記

2018/11/05 04:41

投稿

spellbound
spellbound

スコア190

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,31 @@
1
+ # 解決後の追記
2
+
3
+ ```
4
+
5
+ [default] GuestAdditions versions on your host (5.2.20) and guest (5.2.6) do not match.
6
+
7
+
8
+
9
+ Installing Virtualbox Guest Additions 5.2.20 - guest version is 5.2.6
10
+
11
+
12
+
13
+ An error occurred during installation of VirtualBox Guest Additions 5.2.20. Some functionality may not work as intended. In most cases it is OK that the "Window System drivers" installation failed.
14
+
15
+
16
+
17
+ Got different reports about installed GuestAdditions version: Virtualbox on your host claims: 5.2.6 VBoxService inside the vm claims: 5.2.20 Going on, assuming VBoxService is correct... Got different reports about installed GuestAdditions version: Virtualbox on your host claims: 5.2.6 VBoxService inside the vm claims: 5.2.20 Going on, assuming VBoxService is correct...
18
+
19
+ ```
20
+
21
+
22
+
23
+ ベストアンサーの文を記述して vagrant up したところ、スムーズに終了しました。
24
+
25
+ ただし、上記の通り、まだ警告は表示されます。Guest のバージョンと host のバージョンが異なることで発生しているかと思いますが、おそらくこれだけでは極端に遅くなるという現象は起きないようです。
26
+
27
+
28
+
1
29
  # 追記
2
30
 
3
31
  - 放置してたら 1 時間後に動きました。

5

追記

2018/11/05 01:38

投稿

spellbound
spellbound

スコア190

test CHANGED
File without changes
test CHANGED
@@ -66,6 +66,12 @@
66
66
 
67
67
 
68
68
 
69
+ - 現象が近そうな記事
70
+
71
+ https://blog.bgbgbg.net/archives/3649
72
+
73
+
74
+
69
75
  # 開発環境
70
76
 
71
77
  - macOS High Sierra 10.13.6

4

追記

2018/11/01 09:17

投稿

spellbound
spellbound

スコア190

test CHANGED
File without changes
test CHANGED
@@ -31,6 +31,36 @@
31
31
  VBoxService inside the vm claims: 5.2.20
32
32
 
33
33
  Going on, assuming VBoxService is correct...
34
+
35
+ ```
36
+
37
+
38
+
39
+ ```
40
+
41
+ [vagrant@kusanagi71 ~]$ modinfo vboxguest
42
+
43
+ filename: /lib/modules/3.10.0-862.14.4.el7.x86_64/misc/vboxguest.ko
44
+
45
+ version: 5.2.20 r125813
46
+
47
+ license: GPL
48
+
49
+ description: Oracle VM VirtualBox Guest Additions for Linux Module
50
+
51
+ author: Oracle Corporation
52
+
53
+ retpoline: Y
54
+
55
+ rhelversion: 7.5
56
+
57
+ srcversion: 1D7A2DAE95472C7C9923AC6
58
+
59
+ alias: pci:v000080EEd0000CAFEsv00000000sd00000000bc*sc*i*
60
+
61
+ depends:
62
+
63
+ vermagic: 3.10.0-862.14.4.el7.x86_64 SMP mod_unload modversions
34
64
 
35
65
  ```
36
66
 

3

追記

2018/11/01 08:45

投稿

spellbound
spellbound

スコア190

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,30 @@
9
9
  - 長時間放置していた結果、終了しました
10
10
 
11
11
  - 別の PC で同じ処理を行ったところ、こんなに時間は掛かりませんでした。
12
+
13
+ ## 作業途中で詰まっていそうな箇所
14
+
15
+ ```
16
+
17
+ [default] GuestAdditions versions on your host (5.2.20) and guest (5.2.6) do not match.
18
+
19
+
20
+
21
+ Installing Virtualbox Guest Additions 5.2.20 - guest version is 5.2.6
22
+
23
+ An error occurred during installation of VirtualBox Guest Additions 5.2.20. Some functionality may not work as intended.
24
+
25
+ In most cases it is OK that the “Window System drivers” installation failed.
26
+
27
+ Got different reports about installed GuestAdditions version:
28
+
29
+ Virtualbox on your host claims: 5.2.6
30
+
31
+ VBoxService inside the vm claims: 5.2.20
32
+
33
+ Going on, assuming VBoxService is correct...
34
+
35
+ ```
12
36
 
13
37
 
14
38
 

2

追記

2018/11/01 02:10

投稿

spellbound
spellbound

スコア190

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,10 @@
5
5
  - ただ、ここから動きません
6
6
 
7
7
  ![イメージ説明](ef2b1b83dfad319f918be6dfffedff62.png)
8
+
9
+ - 長時間放置していた結果、終了しました
10
+
11
+ - 別の PC で同じ処理を行ったところ、こんなに時間は掛かりませんでした。
8
12
 
9
13
 
10
14
 

1

追記

2018/11/01 01:05

投稿

spellbound
spellbound

スコア190

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,13 @@
1
+ # 追記
2
+
3
+ - 放置してたら 1 時間後に動きました。
4
+
5
+ - ただ、ここから動きません
6
+
7
+ ![イメージ説明](ef2b1b83dfad319f918be6dfffedff62.png)
8
+
9
+
10
+
1
11
  # 開発環境
2
12
 
3
13
  - macOS High Sierra 10.13.6