Skip to content

Instantly share code, notes, and snippets.

@supernovae
Created January 27, 2015 13:30
Show Gist options
  • Save supernovae/be959c69634148ea4c6b to your computer and use it in GitHub Desktop.
Save supernovae/be959c69634148ea4c6b to your computer and use it in GitHub Desktop.
strace -e open ruby -raugeas -etrue 2>&1 | grep augeas.rb
open("/usr/local/lib/ruby/site_ruby/1.9.1/augeas.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/augeas.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/augeas.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/augeas.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/augeas.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/augeas.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/augeas.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/augeas.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/augeas-0.6.3/lib/augeas.rb", O_RDONLY) = 5
open("/usr/local/lib/ruby/gems/1.9.1/gems/augeas-0.6.3/lib/augeas.rb", O_RDONLY) = 5
open("/usr/local/lib/ruby/gems/1.9.1/gems/augeas-0.6.3/lib/_augeas.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/_augeas.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/_augeas.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/_augeas.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/_augeas.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/_augeas.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/_augeas.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/_augeas.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/_augeas.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment