Sorry, replying to list, my first attempt was a reply to OP. On 18/11/09 23:05, Jamie wrote: > I get this error on a newly provisioned host after installing Puppet > and trying to run it the first time. Maybe I'm just missing a > package? I thought it might be related to Nginx but this error > happens whether I use Nginx or not. Puppetmaster works fine with > other clients I'd installed previously. > > * centos 5.3 > * Puppet 0.25.1 installed from source > * Nginx 0.8.20 installed from source > * no puppet.conf or /etc/sysconfig/puppet files, those are put in > place during successful first run > > # puppetd -t --server=puppet.example.com --debug > err: Could not retrieve catalog from remote server: Error 400 on > SERVER: No format match the given format name or mime-type > (b64_zlib_yaml) > warning: Not using cache on failed catalog > err: Could not retrieve catalog; skipping run
Your master is older than your client (ie 0.25.1 against an 0.25.0 master). -- Brice Figureau My Blog: http://www.masterzen.fr/ -- 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]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=.
