Skip to content

lethiraj/vagrant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vagrantfile for ops-class.org

This creates a development environment containing the OS/161 toolchain 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.

Installation

  1. (On Windows) Download Git for Windows. This includes a bash shell which you should use in liue of the terrible Windows shell.

  2. (Required) If you already have VirtualBox installed, upgrade to the latest version.

  3. (Required) Install Vagrant

  4. (Optional) Install two Vagrant plugins:

    1. vagrant plugin install vagrant-vbguest. This ensure that your VirtualBox Guest Additions are up to date.

    2. vagrant plugin install vagrant-timezone. This synchronizes time between your VM guest and host.

Usage and Configuration

Then just vagrant up. The default user and hostname is trinity@zion. The OS/161 toolchain is installed from the OS/161 toolchain PPA. Git is also preinstalled.

The default machine configuration is fairly lightweight: you may want to beef it up a bit. Or not. sys161 is pretty lightweight itself.

Finally, this Git repository is set up to ignore everything by default, to support a common case where students place their source directory alongside the Vagrantfile. The src subdirectory of this directory is shared with the virtual machine by default, mounted in the VM as /home/trinity/src.

Known Problems and Workarounds for Windows

Missing MSVCR100.dll

If your vagrant up failed with empty error message like:

GitHub mascot

It’s probably because your Windows OS is missing the MSVCR100.dll file.

Solution:

  1. Download MSVCR100.dll from http://fix4dll.com/msvcr100_dll based on your OS.

  2. Copy downloaded MSVCR100.dll to C:\Windows\System32\ or C:\Windows\SysWOW64\ based on your System version 32-bit/64-bit.

SSH Connection Issues in Windows Command Prompt

Symptom: vagrant ssh hangs while connecting.

Solution: Vagrant cannot connect over ssh using Windows Command Prompt. Please use Git Bash or Cygwin instead.

Windows Virtualization Issues

Symptom: vagrant up Hangs While Connecting

Solution:

  1. Make sure virtualization is enabled in your BIOS.

  2. If Hyper-V is enabled, disable it. Vagrant cannot coexist with Hyper-V.

About

Vagrantfile for ops-class.org machine setup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%