File tree 1 file changed +10
-11
lines changed
_docs/developer/getting_started
1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -169,17 +169,16 @@ Below are quick steps to get everything installed and running.
169
169
when running vagrant up, use `vagrant up --provider=virtualbox` so it doesnt default to libvirt
170
170
171
171
**Common errors when running vagrant up(Fedora/RHEL)**
172
- 1. Missing virtnetworkd:
173
- Enable it in your terminal by running:
174
- ```
175
- sudo systemctl start virtnetworkd
176
- ```
177
- 2. If your vagrant ever freezes kill it with
178
- '''
179
- VBoxManage controlvm VM_NAME poweroff
180
- '''
181
- or if that doesn't work, reboot the computer and then run `vagrant destroy` before re-running `vagrant up --provider=virtualbox` again.
182
-
172
+ 1. Missing virtnetworkd:
173
+ Enable it in your terminal by running:
174
+ ```
175
+ sudo systemctl start virtnetworkd
176
+ ```
177
+ 2. If your vagrant ever freezes kill it with
178
+ ```
179
+ VBoxManage controlvm VM_NAME poweroff
180
+ ```
181
+ or if that doesn't work, reboot the computer and then run `vagrant destroy` before re-running `vagrant up --provider=virtualbox` again.
183
182
184
183
5. Clone [the Submitty repository](https://github.com/Submitty/Submitty) to a location on
185
184
your computer (the "host").
You can’t perform that action at this time.
0 commit comments