I had following parameters set in my conf file.When i run puppetd, it isn't opening the desired port.I have specified "listen=true" in my conf file but still the port is n't opening.This is what my conf file contains:
[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 listen=true user = puppet bindaddress=10.X.X.X certname=10.X.X.X When i start the puppetd with the following command: puppetd --no-daemonize --debug --verbose it provides me this output debug: Failed to load library 'shadow' for feature 'libshadow' debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/ dscl does not exist debug: Puppet::Type::User::ProviderPw: file pw does not exist debug: Puppet::Type::User::ProviderUser_role_add: file roledel does not exist debug: Failed to load library 'ldap' for feature 'ldap' debug: Puppet::Type::User::ProviderLdap: feature ldap is missing I don't see if port not opening has to do anything with above output. The command runs but the port is not opening.Please help.
-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@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.