Juri, On May 11, 1:20 pm, Juri Rischel Jensen <[email protected]> wrote: > And if I visithttps://puppet:8140/manually I get: > > Error message:private method `warn' called for Puppet:ModuleException > class:NoMethodErrorApplication root:/srv/www/puppet.fab-it.dkBacktrace: > # File Line Location > 0 /usr/lib/ruby/1.8/puppet/network/http_server/rack.rb 62 in > `initialize' > 1 config.ru 32 in `new' > 2 config.ru 32 > 3 /var/lib/gems/1.8/gems/passenger-2.1.2/vendor/rack-0.9.1/lib/rack/ > builder.rb 29 in `instance_eval' > 4 /var/lib/gems/1.8/gems/passenger-2.1.2/vendor/rack-0.9.1/lib/rack/ > builder.rb 29 in `initialize' > 5 config.ru 1 in `new' > 6 config.ru
Seems like you've triggered a bug here. Puppet is trying to tell you that the puppetmaster process is not called "puppetmasterd", but printing the warning fails (because of the bug). You should probably rename the directory which contains config.ru to "puppetmasterd". Christian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
