Re: [Puppet Users] [Dashboard] permission denied error when using apache

2011-09-28 Thread Tom De Vylder
On 27 Sep 2011, at 20:49, Russell Van Tassell wrote: > Just FYI/FWIW ... Passenger tries to run (setuid) as the user that owns > config.ru... not as the apache user. > > Ref: http://projects.puppetlabs.com/projects/1/wiki/Using_Passenger Thanks! That one finally got me on the right track. Even

Re: [Puppet Users] [Dashboard] permission denied error when using apache

2011-09-27 Thread Russell Van Tassell
Just FYI/FWIW ... Passenger tries to run (setuid) as the user that owns config.ru... not as the apache user. Ref: http://projects.puppetlabs.com/projects/1/wiki/Using_Passenger On Tue, Sep 27, 2011 at 7:30 AM, Tom De Vylder wrote: > On 27 Sep 2011, at 16:10, Scott Smith wrote: > > Check the ex

Re: [Puppet Users] [Dashboard] permission denied error when using apache

2011-09-27 Thread Tom De Vylder
On 27 Sep 2011, at 16:10, Scott Smith wrote: > Check the exception. It's trying to rm all.js > The same happens with stylesheets/all.css. Both files don't exist on the filesystem, nor are they supplied in the package. # dpkg -c puppet-dashboard_1.2.1-1_all.deb | grep -iE 'all.css|all.js' # I do

Re: [Puppet Users] [Dashboard] permission denied error when using apache

2011-09-27 Thread Scott Smith
Check the exception. It's trying to rm all.js On Sep 27, 2011 3:02 AM, "Tom De Vylder" wrote: > Hi all, > > I'm running into javascript errors using Puppet Dashboard behind an Apache2/Passenger setup. > > "Permission denied - /usr/share/puppet-dashboard/public/javascripts/all.js" > > The permissio