On 06/02/13 16:46, thinkwell wrote: > Hello everyone, > > Recently puppet was upgraded from 3.0.1 to 3.1.0 when I did a sudo > apt-get update on my Kubuntu server. > > Now, I'm getting the following error > <http://thinkwelldesigns.com/puppet.html>when running puppet. My > config.ru file <http://thinkwelldesigns.com/config.txt>is the same as > the source3.1.0 config.ru file > <https://github.com/puppetlabs/puppet/blob/3.1.0/ext/rack/files/config.ru>. > > So I'm scratching my head. My apache error log only shows: > > [code] > [Wed Feb 06 11:37:08 2013] [warn] RSA server certificate CommonName (CN) > `<server>' does NOT match server name!? > [/code] > But that apparently didn't prevent puppet from functioning for quite > some time, since I found I was getting that error months ago. > [code] > [Sun Dec 09 07:57:49 2012] [warn] RSA server certificate CommonName (CN) > `<server>' does NOT match server name!? > [/code] > > Anybody have some help for me?
Do check syslog, as the puppet master usually logs initialisation problems there (e.g. permissions). -- Dominic Cleal Red Hat Engineering -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
