Just for reference...

I don't know what the cause of this issue is, and apparently I'm the
only one having it.  I was able to fix it (hack to get around it?) by
slightly modifying fact_handler.rb


    def facts_for_uploading
        facts = find_facts
        #format = facts.class.default_format

        # Hard-code yaml, because I couldn't get marshal to work.
#        format = :b64_zlib_yaml
        format = :yaml

        text = facts.render(format)

#        return {:facts_format => :b64_zlib_yaml, :facts => CGI.escape
(text)}
        return {:facts_format => :yaml, :facts => CGI.escape(text)}
    end







On Nov 18, 2:05 pm, Jamie <gojamieg...@gmail.com> wrote:
> Hi
>
> 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

--

You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.


Reply via email to