Skip to content

Instantly share code, notes, and snippets.

C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/util/platform.rb:115:in `cygwin_path': undefined method `gsub!' for nil:NilClass (NoMethodError)
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.0.0/plugins/synced_folders/rsync/helper.rb:54:in `rsync_single'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.0.0/plugins/synced_folders/rsync/synced_folder.rb:48:in `block in enable'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.0.0/plugins/synced_folders/rsync/synced_folder.rb:47:in `each'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.0.0/plugins/synced_folders/rsync/synced_folder.rb:47:in `enable'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/builtin/synced_folders.rb:93:in `block in call'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/action/builtin/synced_folders.rb:90:in `each'
from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.0.0/lib/vagrant/actio
@starrychloe
starrychloe / gist:9690817
Created March 21, 2014 17:05
Chocolatey libxml2
C:\Users\Chloe\Documents\ODesk\AIDC\BK-Development>chocolatey list -d libxml2
DEBUG: Running 'Chocolatey-List' with selector: 'libxml2', source:''
DEBUG: Running 'Get-ConfigValue' with configValue:'useNuGetForSources'
DEBUG: Running 'Get-UserConfigValue' with configValue:'useNuGetForSources'
DEBUG: After checking the user config the value of 'useNuGetForSources' is ''
DEBUG: Value not found in the user config file - checking the global config
DEBUG: Running 'Get-GlobalConfigValue' with configValue:'useNuGetForSources'
DEBUG: After checking the global config the value of 'useNuGetForSources' is 'false'
DEBUG: Running 'Get-UserConfigValue' with configValue:'sources'
DEBUG: Running 'Get-GlobalConfigValue' with configValue:'sources'
@starrychloe
starrychloe / bsv.txt
Last active December 20, 2015 20:29
BlueScreenView
==================================================
Dump File : 080813-32203-01.dmp
Crash Time : 8/8/2013 12:03:04 PM
Bug Check String : SYSTEM_SERVICE_EXCEPTION
Bug Check Code : 0x0000003b
Parameter 1 : 00000000`c0000005
Parameter 2 : fffff880`01d01e0f
Parameter 3 : fffff880`1e33a8b0
Parameter 4 : 00000000`00000000
Caused By Driver : ndis.sys
@starrychloe
starrychloe / bundle-error.txt
Created January 29, 2013 00:48
bundle error on Cygwin
Chloe@dumbopc /cygdrive/c/Sites/railsinstaller_demo
$ rails server
You have requested:
sqlite3 = 1.3.5
The bundle currently has sqlite3 locked at 1.3.5.
Try running `bundle update sqlite3`
Run `bundle install` to install missing gems.
Chloe@dumbopc /cygdrive/c/Sites/railsinstaller_demo