Issue #8496 has been updated by Michael Stahnke. Status changed from Unreviewed to Merged - Pending Release Assignee set to Michael Stahnke Target version set to 1.2
This is fixed in the upstream git repo. The tarball creation commit:803be4f19bcf1e992747170faa9c64bf5bee682d ---------------------------------------- Bug #8496: dashboard fails to start due to missing tmp directory https://projects.puppetlabs.com/issues/8496 Author: Dan Bode Status: Merged - Pending Release Priority: Normal Assignee: Michael Stahnke Category: Target version: 1.2 Keywords: Branch: Affected URL: Affected Dashboard version: When running out of master on Natty: (git describe = 1.2rc1) I get the following error message when I try to start dashboard as per the instructions: <pre> env CPUS=4 RAILS_ENV=production ./script/delayed_job -p dashboard -n 1 -m start "** Ensuring that Sass will regenerate" /usr/local/dev/puppet-dashboard/vendor/plugins/delayed_job/lib/delayed/command.rb:65:in `mkdir': No such file or directory - /usr/local/dev/puppet-dashboard/tmp/pids (Errno::ENOENT) from /usr/local/dev/puppet-dashboard/vendor/plugins/delayed_job/lib/delayed/command.rb:65:in `daemonize' from ./script/delayed_job:5 </pre> adding a tmp directory resolves the issue -- 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.
