Skip to content

Instantly share code, notes, and snippets.

@RichMorin
Created December 11, 2019 04:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RichMorin/b4f1b5b4928e8ef11e21dc9cc85fb362 to your computer and use it in GitHub Desktop.
Save RichMorin/b4f1b5b4928e8ef11e21dc9cc85fb362 to your computer and use it in GitHub Desktop.
Notes on Vagrantfile behavior
I'm trying to get OSS working in an Ubuntu-based VirtualBox instance, using Vagrant.
The Vagrantfile is shown in `https://gist.github.com/RichMorin/91677d080932225ac1ef6cda80db0fec`.
The OSS audio setup code is adapted from `https://github.com/GeoffreyPlitt/vagrant-audio`.
Basically, I'm doing the following:
host $ mkdir ~/perk_gist
host $ cd ~/perk_gist
host $ vagrant init bento/ubuntu-19.04 --box-version 201906.18.0
...
host $ cp -f .../Vagrantfile .
host $ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'bento/ubuntu-19.04'...
...
default: ++ reboot
default: ++ touch /root/runonce
-2-
host $ vagrant ssh
Welcome to Ubuntu 19.04 (GNU/Linux 5.0.0-17-generic x86_64)
...
vagrant@vagrant:~$ osstest
/dev/mixer: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment