Skip to content

Commit 5cec740

Browse files
committed
edits
1 parent e5b5b2d commit 5cec740

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

_docs/developer/troubleshooting/installation_troubleshooting.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -192,26 +192,27 @@ References and useful links: [https://gist.github.com/pjdietz/5768124](https://g
192192
Submitty vagrant no longer uses Virtual Box Guest Additions. If you
193193
see errors about version mismatch with Guest Additions, and if the VM
194194
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
196196
development process on your machine and may need to more completely
197197
uninstall and reinstall Virtual Box and Vagrant to reset your system.
198198
199-
NOTE: THESE ACTIONS WILL DELETE ALL VMS ON YOUR SYSTEM.
199+
**NOTE: THESE ACTIONS WILL DELETE ALL VMS ON YOUR SYSTEM.**
200200
201201
Some things to check:
202202
203203
* From your main Submitty repository, e.g. `<SOMETHING>/GIT_CHECKOUT/Submitty/`
204204
run `rm -rf .vagrant`
205205
206-
(you may need to put sudo in front)
206+
(you may need to put sudo in front)
207207
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.:
215211
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+
```
216218
217-
type 'locate vagrant'

0 commit comments

Comments
 (0)