Issue #12494 has been updated by Chris Price. Status changed from Accepted to Needs Decision Assignee changed from Chris Price to Daniel Pittman
Hey Daniel... I'd assigned this to myself thinking that I might end up seeing an easy opportunity to deal with it during my work on #7749 (bootstrapping). That didn't really happen... and I'm inclined to just throw this one back into the pool because it doesn't seem as urgent as some other tickets. Happy to keep it in my queue if you feel differently, though. ---------------------------------------- Bug #12494: When cwd is invalid, puppet prints a stack trace https://projects.puppetlabs.com/issues/12494#change-58058 Author: Ben Ford Status: Needs Decision Priority: Normal Assignee: Daniel Pittman Category: Doh! Target version: Telly Affected Puppet version: Keywords: Branch: <pre> [root@henry ~]# mkdir test [root@henry ~]# cd test [root@henry test]# puppet apply /etc/puppetlabs/puppet/manifests/resource_defaults.pp notice: /Stage[main]//File[/tmp/default]/mode: mode changed '644' to '755' notice: Finished catalog run in 0.05 seconds [root@henry test]# rm -rf ../test [root@henry test]# puppet apply /etc/puppetlabs/puppet/manifests/resource_defaults.pp /opt/puppet/lib/ruby/site_ruby/1.8/puppet/util/plugins.rb:49:in `expand_path': No such file or directory - getcwd (Errno::ENOENT) from /opt/puppet/lib/ruby/site_ruby/1.8/puppet/util/plugins.rb:49:in `look_in' from /opt/puppet/lib/ruby/site_ruby/1.8/puppet/util/plugins.rb:49:in `collect' from /opt/puppet/lib/ruby/site_ruby/1.8/puppet/util/plugins.rb:49:in `look_in' from /opt/puppet/lib/ruby/site_ruby/1.8/puppet/util/plugins.rb:54 from /opt/puppet/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb:1:in `require' from /opt/puppet/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb:1 from /usr/local/bin/puppet:3:in `require' from /usr/local/bin/puppet:3 [root@henry test]# </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
