Hi In some of my servers my puppetd daemon doesnot open the default port 8139.I have specified explicitly in configuration file but to no use.Also checked for by executing the puppetd daemon with debug and verbose option but didnot find any information logged.I tried to open some other service also on same port on same machine say mysql and it opened up the port.Please help what needs to be done for the same. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
lovewadhwa wrote:> Hi > > In some of my servers my puppetd daemon doesnot open the default port > 8139.I have specified explicitly in configuration file but to no > use.Also checked for by executing the puppetd daemon with debug and > verbose option but didnot find any information logged.I tried to open > some other service also on same port on same machine say mysql and it > opened up the port.Please help what needs to be done for the same. > > > > >Paste your config please. -- Joe McDonagh Operations Engineer www.colonfail.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 -~----------~----~----~----~------~----~------~--~---
Hi The config file on client where the port is not opening is: [main] server = puppet.resdex.com vardir = /var/lib/puppet logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl [puppetd] classfile = $vardir/classes.txt localconfig = $vardir/localconfig user = puppet certname=10.X.X.X On Oct 2, 10:52 pm, Joe McDonagh <joseph.e.mcdon...@gmail.com> wrote:> lovewadhwa wrote: > > Hi > > > In some of my servers my puppetd daemon doesnot open the default port > > 8139.I have specified explicitly in configuration file but to no > > use.Also checked for by executing the puppetd daemon with debug and > > verbose option but didnot find any information logged.I tried to open > > some other service also on same port on same machine say mysql and it > > opened up the port.Please help what needs to be done for the same. > > Paste your config please. > > -- > Joe McDonagh > Operations Engineerwww.colonfail.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 -~----------~----~----~----~------~----~------~--~---
lovewadhwa wrote:> Hi > > The config file on client where the port is not opening is: > > [main] > server = puppet.resdex.com > vardir = /var/lib/puppet > logdir = /var/log/puppet > rundir = /var/run/puppet > ssldir = $vardir/ssl > [puppetd] > classfile = $vardir/classes.txt > localconfig = $vardir/localconfig > user = puppet > certname=10.X.X.XYou have to set "listen=true" to have your puppetd waiting for connections. Regards, DavidS> > > On Oct 2, 10:52 pm, Joe McDonagh <joseph.e.mcdon...@gmail.com> wrote: >> lovewadhwa wrote: >>> Hi >>> In some of my servers my puppetd daemon doesnot open the default port >>> 8139.I have specified explicitly in configuration file but to no >>> use.Also checked for by executing the puppetd daemon with debug and >>> verbose option but didnot find any information logged.I tried to open >>> some other service also on same port on same machine say mysql and it >>> opened up the port.Please help what needs to be done for the same. >> Paste your config please. >> >> -- >> Joe McDonagh >> Operations Engineerwww.colonfail.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 -~----------~----~----~----~------~----~------~--~---
oh i got it working.Had this directive in the conf file on other puppet clients on which port opened.Mistakenly left out on this one.Thanx a lot. On Oct 5, 11:48 am, David Schmitt <da...@dasz.at> wrote:> lovewadhwa wrote: > > Hi > > > The config file on client where the port is not opening is: > > > [main] > > server = puppet.resdex.com > > vardir = /var/lib/puppet > > logdir = /var/log/puppet > > rundir = /var/run/puppet > > ssldir = $vardir/ssl > > [puppetd] > > classfile = $vardir/classes.txt > > localconfig = $vardir/localconfig > > user = puppet > > certname=10.X.X.X > > You have to set "listen=true" to have your puppetd waiting for connections. > > Regards, DavidS > > > > > On Oct 2, 10:52 pm, Joe McDonagh <joseph.e.mcdon...@gmail.com> wrote: > >> lovewadhwa wrote: > >>> Hi > >>> In some of my servers my puppetd daemon doesnot open the default port > >>> 8139.I have specified explicitly in configuration file but to no > >>> use.Also checked for by executing the puppetd daemon with debug and > >>> verbose option but didnot find any information logged.I tried to open > >>> some other service also on same port on same machine say mysql and it > >>> opened up the port.Please help what needs to be done for the same. > >> Paste your config please. > > >> -- > >> Joe McDonagh > >> Operations Engineerwww.colonfail.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 -~----------~----~----~----~------~----~------~--~---