Issue #3412 has been updated by James Turnbull. Target version changed from 0.25.5 to 0.25.6
---------------------------------------- Bug #3412: install.rb should not put "." first in the tmp_dirs http://projects.puppetlabs.com/issues/3412 Author: Martin Englund Status: Available In Testing Branch Priority: Normal Assigned to: Martin Englund Category: installation Target version: 0.25.6 Affected version: 0.25.4 Keywords: Branch: http://github.com/pmenglund/puppet/tree/tickets/0.25.x/3412 Since Ruby incorrectly assumes that being root is enough to be able to write a directory, install.rb will fail when installing as root from a NFS mounted directory, as it will pick the current directory (".") as tmp_dir. <pre>r...@ubuntu:/mnt/puppet# ls -ld . drwxr-xr-x 24 martin staff 816 2010-03-19 15:55 . r...@ubuntu:/mnt/puppet# ruby install.rb install.rb:416:in `initialize': Permission denied - ./_tmp (Errno::EACCES)</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.
