Created
January 27, 2015 13:30
-
-
Save supernovae/be959c69634148ea4c6b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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