質問編集履歴

4

参考ページ追加

2018/12/21 02:34

投稿

m.tsuchy
m.tsuchy

スコア12

test CHANGED
File without changes
test CHANGED
@@ -195,3 +195,11 @@
195
195
  [https://qiita.com/takutoki/items/33cf1230e032931f9adc
196
196
 
197
197
  ](https://qiita.com/takutoki/items/33cf1230e032931f9adc)
198
+
199
+
200
+
201
+ ### 2018/12/21追記
202
+
203
+ 下記のページも参考になりそうだと思いました。
204
+
205
+ [https://github.com/dotless-de/vagrant-vbguest/issues/311](https://github.com/dotless-de/vagrant-vbguest/issues/311)

3

VirtualBoxバージョンを追記

2018/12/21 02:34

投稿

m.tsuchy
m.tsuchy

スコア12

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  VagrantBox:[CentOS/7](https://app.vagrantup.com/centos/boxes/7)
12
12
 
13
- VirtualBox利用
13
+ VirtualBox 5.2.22
14
14
 
15
15
  Vagrant 2.2.2
16
16
 

2

vbguest実行時のログを追記しました。

2018/12/21 02:25

投稿

m.tsuchy
m.tsuchy

スコア12

test CHANGED
File without changes
test CHANGED
@@ -68,6 +68,102 @@
68
68
 
69
69
  ```
70
70
 
71
+ ログ
72
+
73
+ ```
74
+
75
+ D:\Vagrant\centos7>vagrant vbguest
76
+
77
+ [default] No Virtualbox Guest Additions installation found.
78
+
79
+ Loaded plugins: fastestmirror
80
+
81
+ Loading mirror speeds from cached hostfile
82
+
83
+ * base: ftp.nara.wide.ad.jp
84
+
85
+ * extras: ftp.nara.wide.ad.jp
86
+
87
+ * updates: ftp.iij.ad.jp
88
+
89
+ Package gcc-4.8.5-36.el7.x86_64 already installed and latest version
90
+
91
+ Package binutils-2.27-34.base.el7.x86_64 already installed and latest version
92
+
93
+ Package 1:make-3.82-23.el7.x86_64 already installed and latest version
94
+
95
+ Package 4:perl-5.16.3-293.el7.x86_64 already installed and latest version
96
+
97
+ Package bzip2-1.0.6-13.el7.x86_64 already installed and latest version
98
+
99
+ Nothing to do
100
+
101
+ Copy iso file C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso
102
+
103
+ Mounting Virtualbox Guest Additions ISO to: /mnt
104
+
105
+ mount: /dev/loop0 is write-protected, mounting read-only
106
+
107
+ Installing Virtualbox Guest Additions 5.2.22 - guest version is unknown
108
+
109
+ Verifying archive integrity... All good.
110
+
111
+ Uncompressing VirtualBox 5.2.22 Guest Additions for Linux........
112
+
113
+ VirtualBox Guest Additions installer
114
+
115
+ Removing installed version 5.2.22 of VirtualBox Guest Additions...
116
+
117
+ Copying additional installer modules ...
118
+
119
+ Installing additional modules ...
120
+
121
+ VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules. This may take a while.
122
+
123
+
124
+
125
+ This system is currently not set up to build kernel modules.
126
+
127
+ Please install the Linux kernel "header" files matching the current kernel
128
+
129
+ for adding new hardware support to the system.
130
+
131
+ The distribution packages containing the headers are probably:
132
+
133
+ kernel-devel kernel-devel-3.10.0-957.1.3.el7.x86_64
134
+
135
+ VirtualBox Guest Additions: Starting.
136
+
137
+ VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules. This may take a while.
138
+
139
+
140
+
141
+ This system is currently not set up to build kernel modules.
142
+
143
+ Please install the Linux kernel "header" files matching the current kernel
144
+
145
+ for adding new hardware support to the system.
146
+
147
+ The distribution packages containing the headers are probably:
148
+
149
+ kernel-devel kernel-devel-3.10.0-957.1.3.el7.x86_64
150
+
151
+ An error occurred during installation of VirtualBox Guest Additions 5.2.22. Some functionality may not work as intended.
152
+
153
+ In most cases it is OK that the "Window System drivers" installation failed.
154
+
155
+ Redirecting to /bin/systemctl start vboxadd.service
156
+
157
+ Job for vboxadd.service failed because the control process exited with error code. See "systemctl status vboxadd.service" and "journalctl -xe" for details.
158
+
159
+ Unmounting Virtualbox Guest Additions ISO from: /mnt
160
+
161
+ ```
162
+
163
+
164
+
165
+
166
+
71
167
  Vagrantfileのあるディレクトリでステータスの確認
72
168
 
73
169
  ```

1

VagrantBoxの情報を追記

2018/12/21 02:11

投稿

m.tsuchy
m.tsuchy

スコア12

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ホストOS:Windows10
10
10
 
11
- ゲストOS:CentOS7
11
+ VagrantBox[CentOS/7](https://app.vagrantup.com/centos/boxes/7)
12
12
 
13
13
  VirtualBox利用
14
14