On Sep 29, 2010, at 4:58 AM, Gavin wrote: > On 10 September 2010 18:54, Stefan Schlesinger <[email protected]> wrote: >> >> On Sep 10, 2010, at 15:47 , Gavin wrote: >>> File does not exist: /usr/share/puppet/rack/puppetmasterd/public/ >>> production. >> >> Actually I think I can reproduce your problem when I turn that >> option off in puppetmaster vhost: RackAutoDetect On > > Hi Stefan, > > Thanks for the pointers however I am still not coming right with this. > > I still get the 'File does not exist' error: File does not exist: > /usr/share/puppet/rack/puppetmasterd/public/production > > My installed packages look almost identical to yours:- > > ii apache2-mpm-worker 2.2.9-10+lenny8 > ii libapache2-mod-passenger 2.2.11debian-1 > ii puppetmaster 2.6.0-4 > ii librack-ruby1.8 1.1.0-4 > ii rails 2.1.0-7 > > Here is what my config.ru looks like: > > # a config.ru, for use with every rack-compatible webserver. > # SSL needs to be handled outside this, though. > > # if puppet is not in your RUBYLIB: > # $:.unshift('/opt/puppet/lib') > > $0 = "puppetmasterd" > require 'puppet' > > # if you want debugging: > # ARGV << "--debug" > > ARGV << "--rack" > require 'puppet/application/puppetmasterd' > # we're usually running inside a Rack::Builder.new {} block, > # therefore we need to call run *here*. > run Puppet::Application[:puppetmasterd].run >
> Do you or anyone else perhaps have any other pointers that may assist > me in getting to the bottom of this ?? Looks like it might be http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593557 -- You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en.
