Skip to content

Instantly share code, notes, and snippets.

View dsdobrzynski's full-sized avatar

Doug Dobrzynski dsdobrzynski

View GitHub Profile
#dfp-sb {
display: inline;
}
#dfp-sb-overlay {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 998;
@dsdobrzynski
dsdobrzynski / apt-get-update-404
Created December 9, 2013 18:30
apt-get update 404 causes vagrant provision to error out
vagrant provision
/Users/dsdobrzynski/.vagrant.d/gems/gems/vagrant-berkshelf-1.3.4/lib/berkshelf/vagrant/action/load_shelf.rb:37:in `initialize': No such file or directory - .vagrant/machines/default/berkshelf (Errno::ENOENT)
from /Users/dsdobrzynski/.vagrant.d/gems/gems/vagrant-berkshelf-1.3.4/lib/berkshelf/vagrant/action/load_shelf.rb:37:in `open'
from /Users/dsdobrzynski/.vagrant.d/gems/gems/vagrant-berkshelf-1.3.4/lib/berkshelf/vagrant/action/load_shelf.rb:37:in `cache_shelf'
from /Users/dsdobrzynski/.vagrant.d/gems/gems/vagrant-berkshelf-1.3.4/lib/berkshelf/vagrant/action/load_shelf.rb:23:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/warden.rb:34:in `call'
from /Users/dsdobrzynski/.vagrant.d/gems/gems/vagrant-berkshelf-1.3.4/lib/berkshelf/vagrant/action/set_ui.rb:12:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/warden.rb:34:in `call'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/b
@dsdobrzynski
dsdobrzynski / IJF Vagrant Up Postfix Error
Created December 6, 2013 16:27
IJF Vagrant Up Postfix Error
vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
[default] Importing base box 'wheezy'...
[default] Matching MAC address for NAT networking...
[default] Setting the name of the VM...
[default] Clearing any previously set forwarded ports...
[Berkshelf] This version of the Berkshelf plugin has not been fully tested on this version of Vagrant.
[Berkshelf] You should check for a newer version of vagrant-berkshelf.
[Berkshelf] If you encounter any errors with this version, please report them at https://github.com/RiotGames/vagrant-berkshelf/issues
[Berkshelf] You can also join the discussion in #berkshelf on Freenode.
@dsdobrzynski
dsdobrzynski / airbox-vagrantfile-diff
Created August 21, 2013 17:24
airbox-vagrantfile-diff
|ruby-1.9.3-p448| Douglass-MacBook-Pro in ~/Work/airbox
± |promet ✗| → git diff -- Vagrantfile
diff --git a/Vagrantfile b/Vagrantfile
index 2ba3f2d..39e3408 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -1,4 +1,8 @@
Vagrant.configure("2") do |config|
+
+ # Chef Omnibus Version
@dsdobrzynski
dsdobrzynski / airbox-vagrant-output
Created August 21, 2013 16:10
Airbox Vagrant Up Output
|ruby-1.9.3-p448| Douglass-MacBook-Pro in ~/work/airbox
± |promet ✗| → vagrant up dev
Bringing machine 'dev' up with 'virtualbox' provider...
[dev] Importing base box 'squeeze'...
[dev] Matching MAC address for NAT networking...
[dev] Setting the name of the VM...
[dev] Clearing any previously set forwarded ports...
[Berkshelf] This version of the Berkshelf plugin has not been fully tested on this version of Vagrant.
[Berkshelf] You should check for a newer version of vagrant-berkshelf.
[Berkshelf] If you encounter any errors with this version, please report them at https://github.com/RiotGames/vagrant-berkshelf/issues