File tree 1 file changed +12
-11
lines changed
_docs/developer/troubleshooting
1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -192,26 +192,27 @@ References and useful links: [https://gist.github.com/pjdietz/5768124](https://g
192
192
Submitty vagrant no longer uses Virtual Box Guest Additions. If you
193
193
see errors about version mismatch with Guest Additions, and if the VM
194
194
hangs trying to update the version of Guest Additions to match the
195
- host version of Guest Additions you may have old versions of the
195
+ host version of Guest Additions, you may have old versions of the
196
196
development process on your machine and may need to more completely
197
197
uninstall and reinstall Virtual Box and Vagrant to reset your system.
198
198
199
- NOTE: THESE ACTIONS WILL DELETE ALL VMS ON YOUR SYSTEM.
199
+ ** NOTE: THESE ACTIONS WILL DELETE ALL VMS ON YOUR SYSTEM.**
200
200
201
201
Some things to check:
202
202
203
203
* From your main Submitty repository, e.g. `<SOMETHING>/GIT_CHECKOUT/Submitty/`
204
204
run `rm -rf .vagrant`
205
205
206
- (you may need to put sudo in front)
206
+ (you may need to put sudo in front)
207
207
208
- rm /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso
209
- rm -rf /opt/vagrant/
210
- rm -rf /Users/cutler/.vagrant.d/
211
-
212
-
213
- /Users/cutler/.gem/specs/rubygems.org%443/quick/Marshal.4.8/vagrant-vbguest-0.31.0.gemspec
214
- & others
208
+ * Check all files on your filesystem for vagrant. Run 'locate
209
+ vagrant' and remove any old library / installation files you see.
210
+ E.g.:
215
211
212
+ ```
213
+ rm /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso
214
+ rm -rf /opt/vagrant/
215
+ rm -rf /Users/MY_HOME_DIRECTORY/.vagrant.d/
216
+ rm -rf /Users/MY_HOME_DIRECTORY/.gem/specs/rubygems.org%443/quick/Marshal.4.8/vagrant-vbguest-0.31.0.gemspec
217
+ ```
216
218
217
- type 'locate vagrant'
You can’t perform that action at this time.
0 commit comments