If you run your puppetmaster in the foreground with debug enabled it might tell 
you more. (You'll have to stop the usual daemon first, and run it as the usual 
user not root.)

puppet master --debug --no-daemonize 2>&1 | tee /var/tmp/pm1.log

Also use --config in there if you need it, of course.

On Tue, May 20, 2014 at 12:53:39PM -0700, Jason Knudsen wrote:
>    Hey team,
>    Testing the waters with the new Future Parser functionality. 
>    I've enabled it in [main] and [master] with parser = future, in my
>    puppet.conf, and am running puppet v3.5.1. Earlier versions of puppet
>    (namely, 3.4.2) worked fine with this setting enabled and the exact same
>    modules. I know a lot of changes went into 3.5.0 and I'm trying to track
>    down why it's failing..
>    Puppet runs look like this:
>    Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
>    Found 4 errors. Giving up in /opt/puppet/modules/nagios/manifests/init.pp
>    on node <hostname>
>    Warning: Not using cache on failed catalog
>    Error: Could not retrieve catalog; skipping run
>    With --debug and --verbose it fails similarly without any additional
>    information. This is a big module so it's hard to determine exactly what's
>    failing.
>    Any advice on how to debug the parser itself, or get additional output as
>    to what those 4 errors could be?
> 
>    Thanks,
>    Jason
> 
>    --
>    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 [1]puppet-users+unsubscr...@googlegroups.com.
>    To view this discussion on the web visit
>    
> [2]https://groups.google.com/d/msgid/puppet-users/00afc037-6239-4678-b17d-cd3720d1ce63%40googlegroups.com.
>    For more options, visit [3]https://groups.google.com/d/optout.
> 
> References
> 
>    Visible links
>    1. mailto:puppet-users+unsubscr...@googlegroups.com
>    2. 
> https://groups.google.com/d/msgid/puppet-users/00afc037-6239-4678-b17d-cd3720d1ce63%40googlegroups.com?utm_medium=email&utm_source=footer
>    3. https://groups.google.com/d/optout

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/20140520200533.GA9929%40iniquitous.heresiarch.ca.
For more options, visit https://groups.google.com/d/optout.

Reply via email to