In my puppet client I have puppet.conf defined puppet server as mypuppet server = mypuppet.example.net Not sure why the puppet client puppet-test is still sending these noises to the syslog Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] Could not find server : getaddrinfo: node name or service name not known Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] Could not request certificate: Certificate retrieval failed: Could not find server puppet Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 daemon.notice] Starting catalog run Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 daemon.notice] Finished catalog run in 0.03 seconds Am I hitting a but? Here is the detail of the ` puppetd --genconfig '' output without the comments from puppet client puppet-test [puppetd] manifest = /etc//opt/csw/puppet/manifests/site.pp bucketdir = /var//opt/csw/puppet/bucket yamldir = /var//opt/csw/puppet/yaml modulepath = /etc//opt/csw/puppet/modules:/usr/share/puppet/modules masterlog = /var//opt/csw/puppet/log/puppetmaster.log clientyamldir = /var//opt/csw/puppet/client_yaml masterhttplog = /var//opt/csw/puppet/log/masterhttp.log manifestdir = /etc//opt/csw/puppet/manifests pluginpath = /var//opt/csw/puppet/plugins factdest = /var//opt/csw/puppet/facts authconfig = /etc//opt/csw/puppet/namespaceauth.conf logdir = /var//opt/csw/puppet/log ssldir = /etc//opt/csw/puppet/ssl plugindest = /var//opt/csw/puppet/lib factsource = puppet://mypuppet.example.net/facts rundir = /var//opt/csw/puppet/run genconfig = true pluginsource = puppet://mypuppet.example.net/plugins factpath = /var//opt/csw/puppet/facts libdir = /var//opt/csw/puppet/lib statedir = /var//opt/csw/puppet/state railslog = /var//opt/csw/puppet/log/rails.log dblocation = /var//opt/csw/puppet/state/clientconfigs.sqlite3 runinterval = 60 localconfig = /var//opt/csw/puppet/state/localconfig puppetdlog = /var//opt/csw/puppet/log/puppetd.log ca_server = mypuppet.example.net statefile = /var//opt/csw/puppet/state/state.yaml server = mypuppet.example.net httplog = /var//opt/csw/puppet/log/http.log splaylimit = 60 config = /etc//opt/csw/puppet/puppet.conf reportserver = mypuppet.example.net ca_port = 8140 puppetdlockfile = /var//opt/csw/puppet/state/puppetdlock classfile = /var//opt/csw/puppet/state/classes.txt signeddir = /etc//opt/csw/puppet/ssl/ca/signed autosign = /etc//opt/csw/puppet/autosign.conf cert_inventory = /etc//opt/csw/puppet/ssl/ca/inventory.txt cacert = /etc//opt/csw/puppet/ssl/ca/ca_crt.pem caprivatedir = /etc//opt/csw/puppet/ssl/ca/private capass = /etc//opt/csw/puppet/ssl/ca/private/ca.pass cakey = /etc//opt/csw/puppet/ssl/ca/ca_key.pem csrdir = /etc//opt/csw/puppet/ssl/ca/requests serial = /etc//opt/csw/puppet/ssl/ca/serial cacrl = /etc//opt/csw/puppet/ssl/ca/ca_crl.pem cadir = /etc//opt/csw/puppet/ssl/ca capub = /etc//opt/csw/puppet/ssl/ca/ca_pub.pem certdir = /etc//opt/csw/puppet/ssl/certs privatedir = /etc//opt/csw/puppet/ssl/private hostcert = /etc//opt/csw/puppet/ssl/certs/puppet-test.example.net.pem localcacert = /etc//opt/csw/puppet/ssl/certs/ca.pem publickeydir = /etc//opt/csw/puppet/ssl/public_keys passfile = /etc//opt/csw/puppet/ssl/private/password hostprivkey = /etc//opt/csw/puppet/ssl/private_keys/puppet-test.example.net.pem privatekeydir = /etc//opt/csw/puppet/ssl/private_keys hostcsr = /etc//opt/csw/puppet/ssl/csr_puppet-test.example.net.pem hostpubkey = /etc//opt/csw/puppet/ssl/public_keys/puppet-test.example.net.pem reportdir = /var//opt/csw/puppet/reports templatedir = /var//opt/csw/puppet/templates tagmap = /etc//opt/csw/puppet/tagmail.conf rrdinterval = 60 rrddir = /var//opt/csw/puppet/rrd fileserverconfig = /etc//opt/csw/puppet/fileserver.conf graphdir = /var//opt/csw/puppet/state/graphs clientbucketdir = /var//opt/csw/puppet/clientbucket -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Jack Johnson
2009-Jun-10 22:16 UTC
[Puppet Users] Re: puppet client looking for server puppet
On 6/10/09, Asif Iqbal <vadud3@gmail.com> wrote:> > In my puppet client I have > puppet.conf defined puppet server as mypuppet > > server = mypuppet.example.net > > Not sure why the puppet client puppet-test is still sending these > noises to the syslog > > Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] > Could not find server : getaddrinfo: node name or service name not > known > Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] > Could not request certificate: Certificate retrieval failed: Could not > find server puppet > Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 daemon.notice] > Starting catalog run > Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 daemon.notice] > Finished catalog run in 0.03 seconds > > Am I hitting a but? > > Here is the detail of the ` puppetd --genconfig '' output without > the comments from puppet client puppet-test > > [puppetd] > manifest = /etc//opt/csw/puppet/manifests/site.pp > bucketdir = /var//opt/csw/puppet/bucket > yamldir = /var//opt/csw/puppet/yaml > modulepath = /etc//opt/csw/puppet/modules:/usr/share/puppet/modules > masterlog = /var//opt/csw/puppet/log/puppetmaster.log > clientyamldir = /var//opt/csw/puppet/client_yaml > masterhttplog = /var//opt/csw/puppet/log/masterhttp.log > manifestdir = /etc//opt/csw/puppet/manifests > pluginpath = /var//opt/csw/puppet/plugins > factdest = /var//opt/csw/puppet/facts > authconfig = /etc//opt/csw/puppet/namespaceauth.conf > logdir = /var//opt/csw/puppet/log > ssldir = /etc//opt/csw/puppet/ssl > plugindest = /var//opt/csw/puppet/lib > factsource = puppet://mypuppet.example.net/facts > rundir = /var//opt/csw/puppet/run > genconfig = true > pluginsource = puppet://mypuppet.example.net/plugins > factpath = /var//opt/csw/puppet/facts > libdir = /var//opt/csw/puppet/lib > statedir = /var//opt/csw/puppet/state > railslog = /var//opt/csw/puppet/log/rails.log > dblocation = /var//opt/csw/puppet/state/clientconfigs.sqlite3 > runinterval = 60 > localconfig = /var//opt/csw/puppet/state/localconfig > puppetdlog = /var//opt/csw/puppet/log/puppetd.log > ca_server = mypuppet.example.net > statefile = /var//opt/csw/puppet/state/state.yaml > server = mypuppet.example.net > httplog = /var//opt/csw/puppet/log/http.log > splaylimit = 60 > config = /etc//opt/csw/puppet/puppet.conf > reportserver = mypuppet.example.net > ca_port = 8140 > puppetdlockfile = /var//opt/csw/puppet/state/puppetdlock > classfile = /var//opt/csw/puppet/state/classes.txt > signeddir = /etc//opt/csw/puppet/ssl/ca/signed > autosign = /etc//opt/csw/puppet/autosign.conf > cert_inventory = /etc//opt/csw/puppet/ssl/ca/inventory.txt > cacert = /etc//opt/csw/puppet/ssl/ca/ca_crt.pem > caprivatedir = /etc//opt/csw/puppet/ssl/ca/private > capass = /etc//opt/csw/puppet/ssl/ca/private/ca.pass > cakey = /etc//opt/csw/puppet/ssl/ca/ca_key.pem > csrdir = /etc//opt/csw/puppet/ssl/ca/requests > serial = /etc//opt/csw/puppet/ssl/ca/serial > cacrl = /etc//opt/csw/puppet/ssl/ca/ca_crl.pem > cadir = /etc//opt/csw/puppet/ssl/ca > capub = /etc//opt/csw/puppet/ssl/ca/ca_pub.pem > certdir = /etc//opt/csw/puppet/ssl/certs > privatedir = /etc//opt/csw/puppet/ssl/private > hostcert = /etc//opt/csw/puppet/ssl/certs/puppet-test.example.net.pem > localcacert = /etc//opt/csw/puppet/ssl/certs/ca.pem > publickeydir = /etc//opt/csw/puppet/ssl/public_keys > passfile = /etc//opt/csw/puppet/ssl/private/password > hostprivkey > /etc//opt/csw/puppet/ssl/private_keys/puppet-test.example.net.pem > privatekeydir = /etc//opt/csw/puppet/ssl/private_keys > hostcsr = /etc//opt/csw/puppet/ssl/csr_puppet-test.example.net.pem > hostpubkey > /etc//opt/csw/puppet/ssl/public_keys/puppet-test.example.net.pem > reportdir = /var//opt/csw/puppet/reports > templatedir = /var//opt/csw/puppet/templates > tagmap = /etc//opt/csw/puppet/tagmail.conf > rrdinterval = 60 > rrddir = /var//opt/csw/puppet/rrd > fileserverconfig = /etc//opt/csw/puppet/fileserver.conf > graphdir = /var//opt/csw/puppet/state/graphs > clientbucketdir = /var//opt/csw/puppet/clientbucket > > > -- > Asif Iqbal > PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > > > >-- Sent from my mobile device --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Jack Johnson
2009-Jun-10 22:17 UTC
[Puppet Users] Re: puppet client looking for server puppet
On 6/10/09, Asif Iqbal <vadud3@gmail.com> wrote:> > In my puppet client I have > puppet.conf defined puppet server as mypuppet > > server = mypuppet.example.net > > Not sure why the puppet client puppet-test is still sending these > noises to the syslog > > Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] > Could not find server : getaddrinfo: node name or service name not > known > Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] > Could not request certificate: Certificate retrieval failed: Could not > find server puppet > Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 daemon.notice] > Starting catalog run > Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 daemon.notice] > Finished catalog run in 0.03 seconds > > Am I hitting a but? > > Here is the detail of the ` puppetd --genconfig '' output without > the comments from puppet client puppet-test > > [puppetd] > manifest = /etc//opt/csw/puppet/manifests/site.pp > bucketdir = /var//opt/csw/puppet/bucket > yamldir = /var//opt/csw/puppet/yaml > modulepath = /etc//opt/csw/puppet/modules:/usr/share/puppet/modules > masterlog = /var//opt/csw/puppet/log/puppetmaster.log > clientyamldir = /var//opt/csw/puppet/client_yaml > masterhttplog = /var//opt/csw/puppet/log/masterhttp.log > manifestdir = /etc//opt/csw/puppet/manifests > pluginpath = /var//opt/csw/puppet/plugins > factdest = /var//opt/csw/puppet/facts > authconfig = /etc//opt/csw/puppet/namespaceauth.conf > logdir = /var//opt/csw/puppet/log > ssldir = /etc//opt/csw/puppet/ssl > plugindest = /var//opt/csw/puppet/lib > factsource = puppet://mypuppet.example.net/facts > rundir = /var//opt/csw/puppet/run > genconfig = true > pluginsource = puppet://mypuppet.example.net/plugins > factpath = /var//opt/csw/puppet/facts > libdir = /var//opt/csw/puppet/lib > statedir = /var//opt/csw/puppet/state > railslog = /var//opt/csw/puppet/log/rails.log > dblocation = /var//opt/csw/puppet/state/clientconfigs.sqlite3 > runinterval = 60 > localconfig = /var//opt/csw/puppet/state/localconfig > puppetdlog = /var//opt/csw/puppet/log/puppetd.log > ca_server = mypuppet.example.net > statefile = /var//opt/csw/puppet/state/state.yaml > server = mypuppet.example.net > httplog = /var//opt/csw/puppet/log/http.log > splaylimit = 60 > config = /etc//opt/csw/puppet/puppet.conf > reportserver = mypuppet.example.net > ca_port = 8140 > puppetdlockfile = /var//opt/csw/puppet/state/puppetdlock > classfile = /var//opt/csw/puppet/state/classes.txt > signeddir = /etc//opt/csw/puppet/ssl/ca/signed > autosign = /etc//opt/csw/puppet/autosign.conf > cert_inventory = /etc//opt/csw/puppet/ssl/ca/inventory.txt > cacert = /etc//opt/csw/puppet/ssl/ca/ca_crt.pem > caprivatedir = /etc//opt/csw/puppet/ssl/ca/private > capass = /etc//opt/csw/puppet/ssl/ca/private/ca.pass > cakey = /etc//opt/csw/puppet/ssl/ca/ca_key.pem > csrdir = /etc//opt/csw/puppet/ssl/ca/requests > serial = /etc//opt/csw/puppet/ssl/ca/serial > cacrl = /etc//opt/csw/puppet/ssl/ca/ca_crl.pem > cadir = /etc//opt/csw/puppet/ssl/ca > capub = /etc//opt/csw/puppet/ssl/ca/ca_pub.pem > certdir = /etc//opt/csw/puppet/ssl/certs > privatedir = /etc//opt/csw/puppet/ssl/private > hostcert = /etc//opt/csw/puppet/ssl/certs/puppet-test.example.net.pem > localcacert = /etc//opt/csw/puppet/ssl/certs/ca.pem > publickeydir = /etc//opt/csw/puppet/ssl/public_keys > passfile = /etc//opt/csw/puppet/ssl/private/password > hostprivkey > /etc//opt/csw/puppet/ssl/private_keys/puppet-test.example.net.pem > privatekeydir = /etc//opt/csw/puppet/ssl/private_keys > hostcsr = /etc//opt/csw/puppet/ssl/csr_puppet-test.example.net.pem > hostpubkey > /etc//opt/csw/puppet/ssl/public_keys/puppet-test.example.net.pem > reportdir = /var//opt/csw/puppet/reports > templatedir = /var//opt/csw/puppet/templates > tagmap = /etc//opt/csw/puppet/tagmail.conf > rrdinterval = 60 > rrddir = /var//opt/csw/puppet/rrd > fileserverconfig = /etc//opt/csw/puppet/fileserver.conf > graphdir = /var//opt/csw/puppet/state/graphs > clientbucketdir = /var//opt/csw/puppet/clientbucket > > > -- > Asif Iqbal > PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > > > >-- Sent from my mobile device --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Jack Johnson
2009-Jun-10 22:24 UTC
[Puppet Users] Re: puppet client looking for server puppet
Sorry everyone. Intermittent connectivity weirdness. On 6/10/09, Asif Iqbal <vadud3@gmail.com> wrote:> > In my puppet client I have > puppet.conf defined puppet server as mypuppet > > server = mypuppet.example.net > > Not sure why the puppet client puppet-test is still sending these > noises to the syslog > > Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] > Could not find server : getaddrinfo: node name or service name not > known > Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] > Could not request certificate: Certificate retrieval failed: Could not > find server puppet > Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 daemon.notice] > Starting catalog run > Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 daemon.notice] > Finished catalog run in 0.03 seconds > > Am I hitting a but? > > Here is the detail of the ` puppetd --genconfig '' output without > the comments from puppet client puppet-test > > [puppetd] > manifest = /etc//opt/csw/puppet/manifests/site.pp > bucketdir = /var//opt/csw/puppet/bucket > yamldir = /var//opt/csw/puppet/yaml > modulepath = /etc//opt/csw/puppet/modules:/usr/share/puppet/modules > masterlog = /var//opt/csw/puppet/log/puppetmaster.log > clientyamldir = /var//opt/csw/puppet/client_yaml > masterhttplog = /var//opt/csw/puppet/log/masterhttp.log > manifestdir = /etc//opt/csw/puppet/manifests > pluginpath = /var//opt/csw/puppet/plugins > factdest = /var//opt/csw/puppet/facts > authconfig = /etc//opt/csw/puppet/namespaceauth.conf > logdir = /var//opt/csw/puppet/log > ssldir = /etc//opt/csw/puppet/ssl > plugindest = /var//opt/csw/puppet/lib > factsource = puppet://mypuppet.example.net/facts > rundir = /var//opt/csw/puppet/run > genconfig = true > pluginsource = puppet://mypuppet.example.net/plugins > factpath = /var//opt/csw/puppet/facts > libdir = /var//opt/csw/puppet/lib > statedir = /var//opt/csw/puppet/state > railslog = /var//opt/csw/puppet/log/rails.log > dblocation = /var//opt/csw/puppet/state/clientconfigs.sqlite3 > runinterval = 60 > localconfig = /var//opt/csw/puppet/state/localconfig > puppetdlog = /var//opt/csw/puppet/log/puppetd.log > ca_server = mypuppet.example.net > statefile = /var//opt/csw/puppet/state/state.yaml > server = mypuppet.example.net > httplog = /var//opt/csw/puppet/log/http.log > splaylimit = 60 > config = /etc//opt/csw/puppet/puppet.conf > reportserver = mypuppet.example.net > ca_port = 8140 > puppetdlockfile = /var//opt/csw/puppet/state/puppetdlock > classfile = /var//opt/csw/puppet/state/classes.txt > signeddir = /etc//opt/csw/puppet/ssl/ca/signed > autosign = /etc//opt/csw/puppet/autosign.conf > cert_inventory = /etc//opt/csw/puppet/ssl/ca/inventory.txt > cacert = /etc//opt/csw/puppet/ssl/ca/ca_crt.pem > caprivatedir = /etc//opt/csw/puppet/ssl/ca/private > capass = /etc//opt/csw/puppet/ssl/ca/private/ca.pass > cakey = /etc//opt/csw/puppet/ssl/ca/ca_key.pem > csrdir = /etc//opt/csw/puppet/ssl/ca/requests > serial = /etc//opt/csw/puppet/ssl/ca/serial > cacrl = /etc//opt/csw/puppet/ssl/ca/ca_crl.pem > cadir = /etc//opt/csw/puppet/ssl/ca > capub = /etc//opt/csw/puppet/ssl/ca/ca_pub.pem > certdir = /etc//opt/csw/puppet/ssl/certs > privatedir = /etc//opt/csw/puppet/ssl/private > hostcert = /etc//opt/csw/puppet/ssl/certs/puppet-test.example.net.pem > localcacert = /etc//opt/csw/puppet/ssl/certs/ca.pem > publickeydir = /etc//opt/csw/puppet/ssl/public_keys > passfile = /etc//opt/csw/puppet/ssl/private/password > hostprivkey > /etc//opt/csw/puppet/ssl/private_keys/puppet-test.example.net.pem > privatekeydir = /etc//opt/csw/puppet/ssl/private_keys > hostcsr = /etc//opt/csw/puppet/ssl/csr_puppet-test.example.net.pem > hostpubkey > /etc//opt/csw/puppet/ssl/public_keys/puppet-test.example.net.pem > reportdir = /var//opt/csw/puppet/reports > templatedir = /var//opt/csw/puppet/templates > tagmap = /etc//opt/csw/puppet/tagmail.conf > rrdinterval = 60 > rrddir = /var//opt/csw/puppet/rrd > fileserverconfig = /etc//opt/csw/puppet/fileserver.conf > graphdir = /var//opt/csw/puppet/state/graphs > clientbucketdir = /var//opt/csw/puppet/clientbucket > > > -- > Asif Iqbal > PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > > > >-- Sent from my mobile device --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Luke Kanies
2009-Jun-11 15:58 UTC
[Puppet Users] Re: puppet client looking for server puppet
On Jun 10, 2009, at 12:50 PM, Asif Iqbal wrote:> In my puppet client I have > puppet.conf defined puppet server as mypuppet > > server = mypuppet.example.net > > Not sure why the puppet client puppet-test is still sending these > noises to the syslog > > Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] > Could not find server : getaddrinfo: node name or service name not > known > Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] > Could not request certificate: Certificate retrieval failed: Could not > find server puppet > Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 daemon.notice] > Starting catalog run > Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 daemon.notice] > Finished catalog run in 0.03 seconds > > Am I hitting a but?Almost every time I''ve seen this it''s a problem with a filebucket -- do you have a server-side filebucket specified to use ''puppet''? -- Never esteem anything as of advantage to you that will make you break your word or lose your self-respect. -- Marcus Aurelius Antoninus --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Asif Iqbal
2009-Jun-11 16:36 UTC
[Puppet Users] Re: puppet client looking for server puppet
On Thu, Jun 11, 2009 at 11:58 AM, Luke Kanies<luke@madstop.com> wrote:> > On Jun 10, 2009, at 12:50 PM, Asif Iqbal wrote: > >> In my puppet client I have >> puppet.conf defined puppet server as mypuppet >> >> server = mypuppet.example.net >> >> Not sure why the puppet client puppet-test is still sending these >> noises to the syslog >> >> Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] >> Could not find server : getaddrinfo: node name or service name not >> known >> Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] >> Could not request certificate: Certificate retrieval failed: Could not >> find server puppet >> Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 daemon.notice] >> Starting catalog run >> Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 daemon.notice] >> Finished catalog run in 0.03 seconds >> >> Am I hitting a but? > > > Almost every time I''ve seen this it''s a problem with a filebucket -- > do you have a server-side filebucket specified to use ''puppet''?my puppetmaster is a ubuntu server and I do not see anything in /var/lib/puppet/bucket dir. Is that what you are asking? sorry I am a puppet newbie> > -- > Never esteem anything as of advantage to you that will make you break > your word or lose your self-respect. -- Marcus Aurelius Antoninus > --------------------------------------------------------------------- > Luke Kanies | http://reductivelabs.com | http://madstop.com > > > > >-- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Luke Kanies
2009-Jun-11 22:47 UTC
[Puppet Users] Re: puppet client looking for server puppet
On Jun 11, 2009, at 11:36 AM, Asif Iqbal wrote:> > On Thu, Jun 11, 2009 at 11:58 AM, Luke Kanies<luke@madstop.com> wrote: >> >> On Jun 10, 2009, at 12:50 PM, Asif Iqbal wrote: >> >>> In my puppet client I have >>> puppet.conf defined puppet server as mypuppet >>> >>> server = mypuppet.example.net >>> >>> Not sure why the puppet client puppet-test is still sending these >>> noises to the syslog >>> >>> Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] >>> Could not find server : getaddrinfo: node name or service name not >>> known >>> Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] >>> Could not request certificate: Certificate retrieval failed: Could >>> not >>> find server puppet >>> Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 >>> daemon.notice] >>> Starting catalog run >>> Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 >>> daemon.notice] >>> Finished catalog run in 0.03 seconds >>> >>> Am I hitting a but? >> >> >> Almost every time I''ve seen this it''s a problem with a filebucket -- >> do you have a server-side filebucket specified to use ''puppet''? > > my puppetmaster is a ubuntu server and I do not see anything > in /var/lib/puppet/bucket dir. Is that what you are asking? sorry I am > a puppet newbieLook for a ''filebucket'' resource in your manifests. -- Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -- (attributed to) Brian W. Kernighan (unconfirmed) --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Asif Iqbal
2009-Jun-11 22:58 UTC
[Puppet Users] Re: puppet client looking for server puppet
On Thu, Jun 11, 2009 at 6:47 PM, Luke Kanies<luke@madstop.com> wrote:> > On Jun 11, 2009, at 11:36 AM, Asif Iqbal wrote: > >> >> On Thu, Jun 11, 2009 at 11:58 AM, Luke Kanies<luke@madstop.com> wrote: >>> >>> On Jun 10, 2009, at 12:50 PM, Asif Iqbal wrote: >>> >>>> In my puppet client I have >>>> puppet.conf defined puppet server as mypuppet >>>> >>>> server = mypuppet.example.net >>>> >>>> Not sure why the puppet client puppet-test is still sending these >>>> noises to the syslog >>>> >>>> Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] >>>> Could not find server : getaddrinfo: node name or service name not >>>> known >>>> Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] >>>> Could not request certificate: Certificate retrieval failed: Could >>>> not >>>> find server puppet >>>> Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 >>>> daemon.notice] >>>> Starting catalog run >>>> Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 >>>> daemon.notice] >>>> Finished catalog run in 0.03 seconds >>>> >>>> Am I hitting a but? >>> >>> >>> Almost every time I''ve seen this it''s a problem with a filebucket -- >>> do you have a server-side filebucket specified to use ''puppet''? >> >> my puppetmaster is a ubuntu server and I do not see anything >> in /var/lib/puppet/bucket dir. Is that what you are asking? sorry I am >> a puppet newbie > > Look for a ''filebucket'' resource in your manifests.nothing there in puppet master # /etc/puppet/manifests# ls classes site.pp site.pp.orig> > -- > Debugging is twice as hard as writing the code in the first place. > Therefore, if you write the code as cleverly as possible, you are, by > definition, not smart enough to debug it. > -- (attributed to) Brian W. Kernighan (unconfirmed) > --------------------------------------------------------------------- > Luke Kanies | http://reductivelabs.com | http://madstop.com > > > > >-- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Luke Kanies
2009-Jun-11 23:01 UTC
[Puppet Users] Re: puppet client looking for server puppet
On Jun 11, 2009, at 5:58 PM, Asif Iqbal wrote:> > On Thu, Jun 11, 2009 at 6:47 PM, Luke Kanies<luke@madstop.com> wrote: >> >> On Jun 11, 2009, at 11:36 AM, Asif Iqbal wrote: >> >>> >>> On Thu, Jun 11, 2009 at 11:58 AM, Luke Kanies<luke@madstop.com> >>> wrote: >>>> >>>> On Jun 10, 2009, at 12:50 PM, Asif Iqbal wrote: >>>> >>>>> In my puppet client I have >>>>> puppet.conf defined puppet server as mypuppet >>>>> >>>>> server = mypuppet.example.net >>>>> >>>>> Not sure why the puppet client puppet-test is still sending these >>>>> noises to the syslog >>>>> >>>>> Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 >>>>> daemon.error] >>>>> Could not find server : getaddrinfo: node name or service name not >>>>> known >>>>> Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 >>>>> daemon.error] >>>>> Could not request certificate: Certificate retrieval failed: Could >>>>> not >>>>> find server puppet >>>>> Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 >>>>> daemon.notice] >>>>> Starting catalog run >>>>> Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 >>>>> daemon.notice] >>>>> Finished catalog run in 0.03 seconds >>>>> >>>>> Am I hitting a but? >>>> >>>> >>>> Almost every time I''ve seen this it''s a problem with a filebucket >>>> -- >>>> do you have a server-side filebucket specified to use ''puppet''? >>> >>> my puppetmaster is a ubuntu server and I do not see anything >>> in /var/lib/puppet/bucket dir. Is that what you are asking? sorry >>> I am >>> a puppet newbie >> >> Look for a ''filebucket'' resource in your manifests. > > nothing there in puppet master > > # /etc/puppet/manifests# ls > classes site.pp site.pp.origWhat''s the output of ''grep -r filebucket *'' in that directory? -- The people who are regarded as moral luminaries are those who forego ordinary pleasures themselves and find compensation in interfering with the pleasures of others. -- Bertrand Russell --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Asif Iqbal
2009-Jun-12 02:09 UTC
[Puppet Users] Re: puppet client looking for server puppet
On Thu, Jun 11, 2009 at 7:01 PM, Luke Kanies<luke@madstop.com> wrote:> > On Jun 11, 2009, at 5:58 PM, Asif Iqbal wrote: > >> >> On Thu, Jun 11, 2009 at 6:47 PM, Luke Kanies<luke@madstop.com> wrote: >>> >>> On Jun 11, 2009, at 11:36 AM, Asif Iqbal wrote: >>> >>>> >>>> On Thu, Jun 11, 2009 at 11:58 AM, Luke Kanies<luke@madstop.com> >>>> wrote: >>>>> >>>>> On Jun 10, 2009, at 12:50 PM, Asif Iqbal wrote: >>>>> >>>>>> In my puppet client I have >>>>>> puppet.conf defined puppet server as mypuppet >>>>>> >>>>>> server = mypuppet.example.net >>>>>> >>>>>> Not sure why the puppet client puppet-test is still sending these >>>>>> noises to the syslog >>>>>> >>>>>> Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 >>>>>> daemon.error] >>>>>> Could not find server : getaddrinfo: node name or service name not >>>>>> known >>>>>> Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 >>>>>> daemon.error] >>>>>> Could not request certificate: Certificate retrieval failed: Could >>>>>> not >>>>>> find server puppet >>>>>> Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 >>>>>> daemon.notice] >>>>>> Starting catalog run >>>>>> Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 >>>>>> daemon.notice] >>>>>> Finished catalog run in 0.03 seconds >>>>>> >>>>>> Am I hitting a but? >>>>> >>>>> >>>>> Almost every time I''ve seen this it''s a problem with a filebucket >>>>> -- >>>>> do you have a server-side filebucket specified to use ''puppet''? >>>> >>>> my puppetmaster is a ubuntu server and I do not see anything >>>> in /var/lib/puppet/bucket dir. Is that what you are asking? sorry >>>> I am >>>> a puppet newbie >>> >>> Look for a ''filebucket'' resource in your manifests. >> >> nothing there in puppet master >> >> # /etc/puppet/manifests# ls >> classes site.pp site.pp.orig > > What''s the output of ''grep -r filebucket *'' in that directory?# /etc/puppet/manifests# grep -r filebucket * # Nothing found> > -- > The people who are regarded as moral luminaries are those who forego > ordinary pleasures themselves and find compensation in interfering > with the pleasures of others. -- Bertrand Russell > --------------------------------------------------------------------- > Luke Kanies | http://reductivelabs.com | http://madstop.com > > > > >-- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Asif Iqbal
2009-Jun-12 02:14 UTC
[Puppet Users] Re: puppet client looking for server puppet
On Thu, Jun 11, 2009 at 10:09 PM, Asif Iqbal<vadud3@gmail.com> wrote:> On Thu, Jun 11, 2009 at 7:01 PM, Luke Kanies<luke@madstop.com> wrote: >> >> On Jun 11, 2009, at 5:58 PM, Asif Iqbal wrote: >> >>> >>> On Thu, Jun 11, 2009 at 6:47 PM, Luke Kanies<luke@madstop.com> wrote: >>>> >>>> On Jun 11, 2009, at 11:36 AM, Asif Iqbal wrote: >>>> >>>>> >>>>> On Thu, Jun 11, 2009 at 11:58 AM, Luke Kanies<luke@madstop.com> >>>>> wrote: >>>>>> >>>>>> On Jun 10, 2009, at 12:50 PM, Asif Iqbal wrote: >>>>>> >>>>>>> In my puppet client I have >>>>>>> puppet.conf defined puppet server as mypuppet >>>>>>> >>>>>>> server = mypuppet.example.net >>>>>>> >>>>>>> Not sure why the puppet client puppet-test is still sending these >>>>>>> noises to the syslog >>>>>>> >>>>>>> Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 >>>>>>> daemon.error] >>>>>>> Could not find server : getaddrinfo: node name or service name not >>>>>>> known >>>>>>> Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 >>>>>>> daemon.error] >>>>>>> Could not request certificate: Certificate retrieval failed: Could >>>>>>> not >>>>>>> find server puppet >>>>>>> Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 >>>>>>> daemon.notice] >>>>>>> Starting catalog run >>>>>>> Jun 10 13:36:44 puppet-test puppetd[13502]: [ID 702911 >>>>>>> daemon.notice] >>>>>>> Finished catalog run in 0.03 seconds >>>>>>> >>>>>>> Am I hitting a but? >>>>>> >>>>>> >>>>>> Almost every time I''ve seen this it''s a problem with a filebucket >>>>>> -- >>>>>> do you have a server-side filebucket specified to use ''puppet''? >>>>> >>>>> my puppetmaster is a ubuntu server and I do not see anything >>>>> in /var/lib/puppet/bucket dir. Is that what you are asking? sorry >>>>> I am >>>>> a puppet newbie >>>> >>>> Look for a ''filebucket'' resource in your manifests. >>> >>> nothing there in puppet master >>> >>> # /etc/puppet/manifests# ls >>> classes site.pp site.pp.orig >> >> What''s the output of ''grep -r filebucket *'' in that directory? > > > # /etc/puppet/manifests# grep -r filebucket * > # > > Nothing foundAlso I am not seeing the error on puppet-test the puppet clients syslog anymore. # less /var/adm/messages [..] Jun 10 13:52:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] Could not find server : getaddrinfo: node name or service name not known Jun 10 13:52:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] Could not request certificate: Certificate retrieval failed: Could not find server puppet [...] # # date Thu Jun 11 22:12:17 EDT 2009 Jun 10 13:52:23 was the last time I saw that error No idea what changed. Oh well, at least the noise is not there anymore Thanks for your help> >> >> -- >> The people who are regarded as moral luminaries are those who forego >> ordinary pleasures themselves and find compensation in interfering >> with the pleasures of others. -- Bertrand Russell >> --------------------------------------------------------------------- >> Luke Kanies | http://reductivelabs.com | http://madstop.com >> >> >> >> >> > > > > -- > Asif Iqbal > PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? >-- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---