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 <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
