Ok I restarted puppetmaster daemon and then broke a module to create a
failed puppet run on the same host as the master...and here's /var/log/
messages from that

Jun  7 18:37:19 puppetmaster puppet-master[27426]: Reopening log files
Jun  7 18:37:19 puppetmaster puppet-master[27426]: Starting Puppet
master version 2.6.8
Jun  7 18:37:19 puppetmaster puppet-master[27426]: (mount[files])
allowing * access
Jun  7 18:37:19 puppetmaster puppet-master[27426]: (mount[modules])
allowing * access
Jun  7 18:37:19 puppetmaster puppet-master[27426]: (mount[plugins])
allowing * access
Jun  7 18:37:32 puppetmaster puppet-agent[27636]: Ignoring --listen on
onetime run
Jun  7 18:37:32 puppetmaster puppet-agent[27636]: Retrieving plugin
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[^/catalog/
([^/]+)$]) allowing 'method' find
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[^/catalog/
([^/]+)$]) allowing $1 access
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/
certificate_revocation_list/ca]) allowing 'method' find
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/
certificate_revocation_list/ca]) allowing * access
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/report])
allowing 'method' save
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/report])
allowing * access
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/file])
allowing * access
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/
certificate/ca]) adding authentication no
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/
certificate/ca]) allowing 'method' find
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/
certificate/ca]) allowing * access
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/
certificate/]) adding authentication no
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/
certificate/]) allowing 'method' find
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/
certificate/]) allowing * access
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/
certificate_request]) adding authentication no
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/
certificate_request]) allowing 'method' find
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/
certificate_request]) allowing 'method' save
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/
certificate_request]) allowing * access
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/facts])
adding authentication yes
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/facts])
allowing 'method' find
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/facts])
allowing 'method' search
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/facts])
allowing 'method' save
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/facts])
allowing * access
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/
inventory]) allowing 'method' search
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (access[/
inventory]) allowing * access
Jun  7 18:37:33 puppetmaster puppet-master[27426]: Inserting default '/
status'(auth) ACL because none were found in '/etc/puppet/auth.conf'
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (mount[files])
allowing * access
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (mount[modules])
allowing * access
Jun  7 18:37:33 puppetmaster puppet-master[27426]: (mount[plugins])
allowing * access
Jun  7 18:37:33 puppetmaster puppet-agent[27636]: Loading facts in
mysql
Jun  7 18:37:33 puppetmaster puppet-agent[27636]: Loading facts in
mysql
Jun  7 18:37:33 puppetmaster puppet-agent[27636]: Loading facts in
mysql
Jun  7 18:37:33 puppetmaster puppet-agent[27636]: Loading facts in
mysql
Jun  7 18:37:36 puppetmaster puppet-master[27426]: Expiring the node
cache of puppetmaster.tamu.edu
Jun  7 18:37:36 puppetmaster puppet-master[27426]: Not using expired
node for puppetmaster.tamu.edu from cache; expired at Tue Jun 07
18:36:36 -0500 2011
Jun  7 18:37:36 puppetmaster puppet-master[27426]: Caching node for
puppetmaster.tamu.edu
Jun  7 18:37:39 puppetmaster puppet-master[27426]: Could not find
class backuppc::clien for puppetmaster.tamu.edu
Jun  7 18:37:39 puppetmaster puppet-master[27426]: Could not find
class backuppc::clien at /etc/puppet/manifests/nodes.pp:14 on node
puppetmaster.tamu.edu
Jun  7 18:37:39 puppetmaster puppet-master[27426]: Could not find
class backuppc::clien at /etc/puppet/manifests/nodes.pp:14 on node
puppetmaster.tamu.edu
Jun  7 18:37:39 puppetmaster puppet-agent[27636]: Could not retrieve
catalog from remote server: Error 400 on SERVER: Could not find class
backuppc::clien at /etc/puppet/manifests/nodes.pp:14 on node
puppetmaster.tamu.edu
Jun  7 18:37:39 puppetmaster puppet-agent[27636]: Not using cache on
failed catalog
Jun  7 18:37:39 puppetmaster puppet-agent[27636]: Could not retrieve
catalog; skipping run



Also that doesn't seem like much debug output...incase I'm doing this
incorrectly here is my "/etc/sysconfig/puppetmaster"

PUPPETMASTER_EXTRA_OPTS="--reports puppet_dashboard --debug"


Also I induced a failed puppet run on a remote client and noticed that
it failed to import the xmpp report plugins because the xmpp.yaml file
wasn't readable.  I fixed by copying the server's copy to the
client's /etc/puppet directory.  Does that file have to be pushed to
all clients?  Could that file configuration be sent to all clients
from the puppet-xmpp module or should I create another module for
that , something like "plugins" ?

Thanks!
- Trey

On Jun 7, 3:42 pm, James Turnbull <ja...@puppetlabs.com> wrote:
> treydock wrote:
> > Excuse the dumb question, but what file is the default location or
> > what configuration variable defines that location?
>
> > I've noticed the bulk of puppetmaster logs go either in /var/log/
> > puppet/masterhttp.log (previous message) or /var/log/message (syslog
> > I'm assuming).  Or is there a different place I should be looking?
>
> On the Puppet master it defaults to syslog - so it'll end up in
> /var/log/messages.
>
> Regards
>
> James
>
> --
> James Turnbull
> Puppet Labs
> 1-503-734-8571

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@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