This boots a VirtualBox VM containing a development environment that you can
use to complete the ops-class.org programming
assignments.
Vagrant is a good option for Mac and Windows users.
If you already have Ubuntu installed, you can
add our PPA
and install the toolchain natively using apt-get.
(On Windows) Download Git for Windows. This includes a
bashshell which you should use in lieu of the terrible Windows shell.(Required) If you already have VirtualBox installed, upgrade to the latest version.
(Required) Install Vagrant
(Suggested) Install two Vagrant plugins:
vagrant plugin install vagrant-vbguest. This ensure that your VirtualBox Guest Additions are up to date.vagrant plugin install vagrant-timezone. This synchronizes time between your VM guest and host.
Note that these plugins may be required to get certain Windows systems to work.
The default user and hostname is
trinity@zion.The OS/161 toolchain is installed from the ops-class OS/161 toolchain PPA.
An up-to-date version of Git is also preinstalled.
The default machine configuration is fairly lightweight. You may want to beef it up a bit. Or not.
sys161is pretty lightweight itself.You are encouraged virtual machine to your liking—either by editing the
Vagrantfileor by modifying the machine directly.
If your vagrant up failed with empty error message like:
It’s probably because your Windows OS is missing the MSVCR100.dll file.
Solution:
Download
MSVCR100.dllfrom http://fix4dll.com/msvcr100_dll based on your OS.Copy downloaded
MSVCR100.dlltoC:\Windows\System32\orC:\Windows\SysWOW64\based on your System version 32-bit/64-bit.
Video help can be found: https://www.youtube.com/watch?v=6GZH_zObpmg
Symptom:vagrant ssh hangs while connecting.
Solution: Vagrant cannot connect over ssh using Windows Command Prompt. Please use Git Bash or Cygwin instead.
Symptom:vagrant up Hangs While Connecting
Solution:
Make sure virtualization is enabled in your BIOS.
If Hyper-V is enabled, disable it. Vagrant cannot coexist with Hyper-V.
Symptom:ln: failed to create symbolic link …
Solution: Windows requires users to have special privileges for creating symbolic links. Follow instructions listed here.
