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-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 all If anyone please could help me out.I tried everything but amn''t getting where''s the problem. On Jan 11, 4:03 pm, lovewadhwa <lovewad...@gmail.com> wrote:> 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-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.
did you setup a namespaceauth file? Ohad On Tue, Jan 12, 2010 at 7:56 PM, lovewadhwa <lovewadhwa@gmail.com> wrote:> Hi all > > If anyone please could help me out.I tried everything but amn''t > getting where''s the problem. > > On Jan 11, 4:03 pm, lovewadhwa <lovewad...@gmail.com> wrote: > > 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-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > > >-- 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.
Yes in /etc/puppet, i have namespaceauth.conf which contains allownace to all.The entry in namespaceauth.conf file is [puppetrunner] allow * On Jan 12, 5:43 pm, Ohad Levy <ohadl...@gmail.com> wrote:> did you setup a namespaceauth file? > > Ohad > > On Tue, Jan 12, 2010 at 7:56 PM, lovewadhwa <lovewad...@gmail.com> wrote: > > Hi all > > > If anyone please could help me out.I tried everything but amn''t > > getting where''s the problem. > > > On Jan 11, 4:03 pm, lovewadhwa <lovewad...@gmail.com> wrote: > > > 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-users@googlegroups.com. > > To unsubscribe from this group, send email to > > puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/puppet-users?hl=en.-- 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.
i think that you need the host fqdn in there, but thats another story :) On Tue, Jan 12, 2010 at 8:58 PM, lovewadhwa <lovewadhwa@gmail.com> wrote:> Yes in /etc/puppet, i have namespaceauth.conf which contains allownace > to all.The entry in namespaceauth.conf file is > > [puppetrunner] > allow * > > > > On Jan 12, 5:43 pm, Ohad Levy <ohadl...@gmail.com> wrote: > > did you setup a namespaceauth file? > > > > Ohad > > > > On Tue, Jan 12, 2010 at 7:56 PM, lovewadhwa <lovewad...@gmail.com> > wrote: > > > Hi all > > > > > If anyone please could help me out.I tried everything but amn''t > > > getting where''s the problem. > > > > > On Jan 11, 4:03 pm, lovewadhwa <lovewad...@gmail.com> wrote: > > > > 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-users@googlegroups.com. > > > To unsubscribe from this group, send email to > > > puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/puppet-users?hl=en. > > -- > 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<puppet-users%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > > >-- 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 all Please help concerning the problem.Is there any other thing besides " listen=true" directive which refrains from the port being opened? please help. On Jan 12, 6:00 pm, Ohad Levy <ohadl...@gmail.com> wrote:> i think that you need the host fqdn in there, but thats another story :) > > On Tue, Jan 12, 2010 at 8:58 PM, lovewadhwa <lovewad...@gmail.com> wrote: > > Yes in /etc/puppet, i have namespaceauth.conf which contains allownace > > to all.The entry in namespaceauth.conf file is > > > [puppetrunner] > > allow * > > > On Jan 12, 5:43 pm, Ohad Levy <ohadl...@gmail.com> wrote: > > > did you setup a namespaceauth file? > > > > Ohad > > > > On Tue, Jan 12, 2010 at 7:56 PM, lovewadhwa <lovewad...@gmail.com> > > wrote: > > > > Hi all > > > > > If anyone please could help me out.I tried everything but amn''t > > > > getting where''s the problem. > > > > > On Jan 11, 4:03 pm, lovewadhwa <lovewad...@gmail.com> wrote: > > > > > 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-users@googlegroups.com. > > > > To unsubscribe from this group, send email to > > > > puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/puppet-users?hl=en. > > > -- > > 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<puppet-users%2Bunsubscribe@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/puppet-users?hl=en.-- 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 I have n''t been able to figure out.If puppet developers could help me out on dis. On Jan 13, 9:34 am, lovewadhwa <lovewad...@gmail.com> wrote:> Hi all > > Please help concerning the problem.Is there any other thing besides " > listen=true" directive which refrains from the port being opened? > please help. > > On Jan 12, 6:00 pm, Ohad Levy <ohadl...@gmail.com> wrote: > > > i think that you need the host fqdn in there, but thats another story :) > > > On Tue, Jan 12, 2010 at 8:58 PM, lovewadhwa <lovewad...@gmail.com> wrote: > > > Yes in /etc/puppet, i have namespaceauth.conf which contains allownace > > > to all.The entry in namespaceauth.conf file is > > > > [puppetrunner] > > > allow * > > > > On Jan 12, 5:43 pm, Ohad Levy <ohadl...@gmail.com> wrote: > > > > did you setup a namespaceauth file? > > > > > Ohad > > > > > On Tue, Jan 12, 2010 at 7:56 PM, lovewadhwa <lovewad...@gmail.com> > > > wrote: > > > > > Hi all > > > > > > If anyone please could help me out.I tried everything but amn''t > > > > > getting where''s the problem. > > > > > > On Jan 11, 4:03 pm, lovewadhwa <lovewad...@gmail.com> wrote: > > > > > > 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-users@googlegroups.com. > > > > > To unsubscribe from this group, send email to > > > > > puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > > > > > . > > > > > For more options, visit this group at > > > > >http://groups.google.com/group/puppet-users?hl=en. > > > > -- > > > 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<puppet-users%2Bunsubscribe@googlegroups.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/puppet-users?hl=en.-- 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 I have n''t been able to figure out.If puppet developers could help me out on dis. On Jan 13, 9:34 am, lovewadhwa <lovewad...@gmail.com> wrote:> Hi all > > Please help concerning the problem.Is there any other thing besides " > listen=true" directive which refrains from the port being opened? > please help. > > On Jan 12, 6:00 pm, Ohad Levy <ohadl...@gmail.com> wrote: > > > i think that you need the host fqdn in there, but thats another story :) > > > On Tue, Jan 12, 2010 at 8:58 PM, lovewadhwa <lovewad...@gmail.com> wrote: > > > Yes in /etc/puppet, i have namespaceauth.conf which contains allownace > > > to all.The entry in namespaceauth.conf file is > > > > [puppetrunner] > > > allow * > > > > On Jan 12, 5:43 pm, Ohad Levy <ohadl...@gmail.com> wrote: > > > > did you setup a namespaceauth file? > > > > > Ohad > > > > > On Tue, Jan 12, 2010 at 7:56 PM, lovewadhwa <lovewad...@gmail.com> > > > wrote: > > > > > Hi all > > > > > > If anyone please could help me out.I tried everything but amn''t > > > > > getting where''s the problem. > > > > > > On Jan 11, 4:03 pm, lovewadhwa <lovewad...@gmail.com> wrote: > > > > > > 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-users@googlegroups.com. > > > > > To unsubscribe from this group, send email to > > > > > puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > > > > > . > > > > > For more options, visit this group at > > > > >http://groups.google.com/group/puppet-users?hl=en. > > > > -- > > > 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<puppet-users%2Bunsubscribe@googlegroups.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/puppet-users?hl=en.-- 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.
what version of puppet are you using? On Mon, Jan 18, 2010 at 4:20 AM, lovewadhwa <lovewadhwa@gmail.com> wrote:> Hi > > I have n''t been able to figure out.If puppet developers could help me > out on dis. > > On Jan 13, 9:34 am, lovewadhwa <lovewad...@gmail.com> wrote: > > Hi all > > > > Please help concerning the problem.Is there any other thing besides " > > listen=true" directive which refrains from the port being opened? > > please help. > > > > On Jan 12, 6:00 pm, Ohad Levy <ohadl...@gmail.com> wrote: > > > > > i think that you need the host fqdn in there, but thats another story > :) > > > > > On Tue, Jan 12, 2010 at 8:58 PM, lovewadhwa <lovewad...@gmail.com> > wrote: > > > > Yes in /etc/puppet, i have namespaceauth.conf which contains > allownace > > > > to all.The entry in namespaceauth.conf file is > > > > > > [puppetrunner] > > > > allow * > > > > > > On Jan 12, 5:43 pm, Ohad Levy <ohadl...@gmail.com> wrote: > > > > > did you setup a namespaceauth file? > > > > > > > Ohad > > > > > > > On Tue, Jan 12, 2010 at 7:56 PM, lovewadhwa <lovewad...@gmail.com> > > > > wrote: > > > > > > Hi all > > > > > > > > If anyone please could help me out.I tried everything but amn''t > > > > > > getting where''s the problem. > > > > > > > > On Jan 11, 4:03 pm, lovewadhwa <lovewad...@gmail.com> wrote: > > > > > > > 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-users@googlegroups.com. > > > > > > To unsubscribe from this group, send email to > > > > > > puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > > > > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > <puppet-users%252Bunsubscribe@googlegroups.com<puppet-users%25252Bunsubscribe@googlegroups.com> > > > > > > > > > > . > > > > > > For more options, visit this group at > > > > > >http://groups.google.com/group/puppet-users?hl=en. > > > > > > -- > > > > 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<puppet-users%2Bunsubscribe@googlegroups.com> > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/puppet-users?hl=en. > > -- > 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<puppet-users%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > > >-- 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.
my server being on 0.24.8 and this machine on which port is not opening is on 0.25.1 The other client machines on which i have been able to open up the port are on 0.24.8. Is it because of this that port isn''t opening up?Please revert.If thats the case will try with version 0.24.8 on client. On Jan 18, 9:03 pm, Dan Bode <d...@reductivelabs.com> wrote:> what version of puppet are you using? > > On Mon, Jan 18, 2010 at 4:20 AM, lovewadhwa <lovewad...@gmail.com> wrote: > > Hi > > > I have n''t been able to figure out.If puppet developers could help me > > out on dis. > > > On Jan 13, 9:34 am, lovewadhwa <lovewad...@gmail.com> wrote: > > > Hi all > > > > Please help concerning the problem.Is there any other thing besides " > > > listen=true" directive which refrains from the port being opened? > > > please help. > > > > On Jan 12, 6:00 pm, Ohad Levy <ohadl...@gmail.com> wrote: > > > > > i think that you need the host fqdn in there, but thats another story > > :) > > > > > On Tue, Jan 12, 2010 at 8:58 PM, lovewadhwa <lovewad...@gmail.com> > > wrote: > > > > > Yes in /etc/puppet, i have namespaceauth.conf which contains > > allownace > > > > > to all.The entry in namespaceauth.conf file is > > > > > > [puppetrunner] > > > > > allow * > > > > > > On Jan 12, 5:43 pm, Ohad Levy <ohadl...@gmail.com> wrote: > > > > > > did you setup a namespaceauth file? > > > > > > > Ohad > > > > > > > On Tue, Jan 12, 2010 at 7:56 PM, lovewadhwa <lovewad...@gmail.com> > > > > > wrote: > > > > > > > Hi all > > > > > > > > If anyone please could help me out.I tried everything but amn''t > > > > > > > getting where''s the problem. > > > > > > > > On Jan 11, 4:03 pm, lovewadhwa <lovewad...@gmail.com> wrote: > > > > > > > > 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-users@googlegroups.com. > > > > > > > To unsubscribe from this group, send email to > > > > > > > puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > > > > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > <puppet-users%252Bunsubscribe@googlegroups.com<puppet-users%25252Bunsubscribe@googlegroups.com> > > > > > > > > . > > > > > > > For more options, visit this group at > > > > > > >http://groups.google.com/group/puppet-users?hl=en. > > > > > > -- > > > > > 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<puppet-users%2Bunsubscribe@googlegroups.com> > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > > > > > . > > > > > For more options, visit this group at > > > > >http://groups.google.com/group/puppet-users?hl=en. > > > -- > > 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<puppet-users%2Bunsubscribe@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/puppet-users?hl=en.-- 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.
clients must be equal or older then the server... are you sure your setup is working? On Wed, Jan 20, 2010 at 1:39 PM, lovewadhwa <lovewadhwa@gmail.com> wrote:> my server being on 0.24.8 and this machine on which port is not > opening is on 0.25.1 > > The other client machines on which i have been able to open up the > port are on 0.24.8. > Is it because of this that port isn''t opening up?Please revert.If > thats the case will try with version 0.24.8 on client. > > > > On Jan 18, 9:03 pm, Dan Bode <d...@reductivelabs.com> wrote: > > what version of puppet are you using? > > > > On Mon, Jan 18, 2010 at 4:20 AM, lovewadhwa <lovewad...@gmail.com> > wrote: > > > Hi > > > > > I have n''t been able to figure out.If puppet developers could help me > > > out on dis. > > > > > On Jan 13, 9:34 am, lovewadhwa <lovewad...@gmail.com> wrote: > > > > Hi all > > > > > > Please help concerning the problem.Is there any other thing besides " > > > > listen=true" directive which refrains from the port being opened? > > > > please help. > > > > > > On Jan 12, 6:00 pm, Ohad Levy <ohadl...@gmail.com> wrote: > > > > > > > i think that you need the host fqdn in there, but thats another > story > > > :) > > > > > > > On Tue, Jan 12, 2010 at 8:58 PM, lovewadhwa <lovewad...@gmail.com> > > > wrote: > > > > > > Yes in /etc/puppet, i have namespaceauth.conf which contains > > > allownace > > > > > > to all.The entry in namespaceauth.conf file is > > > > > > > > [puppetrunner] > > > > > > allow * > > > > > > > > On Jan 12, 5:43 pm, Ohad Levy <ohadl...@gmail.com> wrote: > > > > > > > did you setup a namespaceauth file? > > > > > > > > > Ohad > > > > > > > > > On Tue, Jan 12, 2010 at 7:56 PM, lovewadhwa < > lovewad...@gmail.com> > > > > > > wrote: > > > > > > > > Hi all > > > > > > > > > > If anyone please could help me out.I tried everything but > amn''t > > > > > > > > getting where''s the problem. > > > > > > > > > > On Jan 11, 4:03 pm, lovewadhwa <lovewad...@gmail.com> wrote: > > > > > > > > > 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-users@googlegroups.com. > > > > > > > > To unsubscribe from this group, send email to > > > > > > > > puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > > > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > <puppet-users%252Bunsubscribe@googlegroups.com<puppet-users%25252Bunsubscribe@googlegroups.com> > > > > > > > > > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > <puppet-users%252Bunsubscribe@googlegroups.com<puppet-users%25252Bunsubscribe@googlegroups.com> > > > > > <puppet-users%252Bunsubscribe@googlegroups.com<puppet-users%25252Bunsubscribe@googlegroups.com> > <puppet-users%25252Bunsubscribe@googlegroups.com<puppet-users%2525252Bunsubscribe@googlegroups.com> > > > > > > > > > > > > . > > > > > > > > For more options, visit this group at > > > > > > > >http://groups.google.com/group/puppet-users?hl=en. > > > > > > > > -- > > > > > > 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<puppet-users%2Bunsubscribe@googlegroups.com> > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > > > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > <puppet-users%252Bunsubscribe@googlegroups.com<puppet-users%25252Bunsubscribe@googlegroups.com> > > > > > > > > > > . > > > > > > For more options, visit this group at > > > > > >http://groups.google.com/group/puppet-users?hl=en. > > > > > -- > > > 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<puppet-users%2Bunsubscribe@googlegroups.com> > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/puppet-users?hl=en. > > -- > 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<puppet-users%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > > >-- 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.
Thanx a lot.I installed the client version same as server and it worked finr.Thanx a lot On Jan 20, 10:51 am, Ohad Levy <ohadl...@gmail.com> wrote:> clients must be equal or older then the server... are you sure your setup is > working? > > On Wed, Jan 20, 2010 at 1:39 PM, lovewadhwa <lovewad...@gmail.com> wrote: > > my server being on 0.24.8 and this machine on which port is not > > opening is on 0.25.1 > > > The other client machines on which i have been able to open up the > > port are on 0.24.8. > > Is it because of this that port isn''t opening up?Please revert.If > > thats the case will try with version 0.24.8 on client. > > > On Jan 18, 9:03 pm, Dan Bode <d...@reductivelabs.com> wrote: > > > what version of puppet are you using? > > > > On Mon, Jan 18, 2010 at 4:20 AM, lovewadhwa <lovewad...@gmail.com> > > wrote: > > > > Hi > > > > > I have n''t been able to figure out.If puppet developers could help me > > > > out on dis. > > > > > On Jan 13, 9:34 am, lovewadhwa <lovewad...@gmail.com> wrote: > > > > > Hi all > > > > > > Please help concerning the problem.Is there any other thing besides " > > > > > listen=true" directive which refrains from the port being opened? > > > > > please help. > > > > > > On Jan 12, 6:00 pm, Ohad Levy <ohadl...@gmail.com> wrote: > > > > > > > i think that you need the host fqdn in there, but thats another > > story > > > > :) > > > > > > > On Tue, Jan 12, 2010 at 8:58 PM, lovewadhwa <lovewad...@gmail.com> > > > > wrote: > > > > > > > Yes in /etc/puppet, i have namespaceauth.conf which contains > > > > allownace > > > > > > > to all.The entry in namespaceauth.conf file is > > > > > > > > [puppetrunner] > > > > > > > allow * > > > > > > > > On Jan 12, 5:43 pm, Ohad Levy <ohadl...@gmail.com> wrote: > > > > > > > > did you setup a namespaceauth file? > > > > > > > > > Ohad > > > > > > > > > On Tue, Jan 12, 2010 at 7:56 PM, lovewadhwa < > > lovewad...@gmail.com> > > > > > > > wrote: > > > > > > > > > Hi all > > > > > > > > > > If anyone please could help me out.I tried everything but > > amn''t > > > > > > > > > getting where''s the problem. > > > > > > > > > > On Jan 11, 4:03 pm, lovewadhwa <lovewad...@gmail.com> wrote: > > > > > > > > > > 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-users@googlegroups.com. > > > > > > > > > To unsubscribe from this group, send email to > > > > > > > > > puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > > > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > <puppet-users%252Bunsubscribe@googlegroups.com<puppet-users%25252Bunsubscribe@googlegroups.com> > > > > > > > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > <puppet-users%252Bunsubscribe@googlegroups.com<puppet-users%25252Bunsubscribe@googlegroups.com> > > > > > <puppet-users%252Bunsubscribe@googlegroups.com<puppet-users%25252Bunsubscribe@googlegroups.com> > > <puppet-users%25252Bunsubscribe@googlegroups.com<puppet-users%2525252Bunsubscribe@googlegroups.com> > > > > > > > > > > . > > > > > > > > > For more options, visit this group at > > > > > > > > >http://groups.google.com/group/puppet-users?hl=en. > > > > > > > > -- > > > > > > > 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<puppet-users%2Bunsubscribe@googlegroups.com> > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > > > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > <puppet-users%252Bunsubscribe@googlegroups.com<puppet-users%25252Bunsubscribe@googlegroups.com> > > > > > > > > . > > > > > > > For more options, visit this group at > > > > > > >http://groups.google.com/group/puppet-users?hl=en. > > > > > -- > > > > 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<puppet-users%2Bunsubscribe@googlegroups.com> > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/puppet-users?hl=en. > > > -- > > 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<puppet-users%2Bunsubscribe@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/puppet-users?hl=en.-- 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.
Thanx a lot.I installed the client version same as server and it worked finr.Thanx a lot On Jan 20, 10:51 am, Ohad Levy <ohadl...@gmail.com> wrote:> clients must be equal or older then the server... are you sure your setup is > working? > > On Wed, Jan 20, 2010 at 1:39 PM, lovewadhwa <lovewad...@gmail.com> wrote: > > my server being on 0.24.8 and this machine on which port is not > > opening is on 0.25.1 > > > The other client machines on which i have been able to open up the > > port are on 0.24.8. > > Is it because of this that port isn''t opening up?Please revert.If > > thats the case will try with version 0.24.8 on client. > > > On Jan 18, 9:03 pm, Dan Bode <d...@reductivelabs.com> wrote: > > > what version of puppet are you using? > > > > On Mon, Jan 18, 2010 at 4:20 AM, lovewadhwa <lovewad...@gmail.com> > > wrote: > > > > Hi > > > > > I have n''t been able to figure out.If puppet developers could help me > > > > out on dis. > > > > > On Jan 13, 9:34 am, lovewadhwa <lovewad...@gmail.com> wrote: > > > > > Hi all > > > > > > Please help concerning the problem.Is there any other thing besides " > > > > > listen=true" directive which refrains from the port being opened? > > > > > please help. > > > > > > On Jan 12, 6:00 pm, Ohad Levy <ohadl...@gmail.com> wrote: > > > > > > > i think that you need the host fqdn in there, but thats another > > story > > > > :) > > > > > > > On Tue, Jan 12, 2010 at 8:58 PM, lovewadhwa <lovewad...@gmail.com> > > > > wrote: > > > > > > > Yes in /etc/puppet, i have namespaceauth.conf which contains > > > > allownace > > > > > > > to all.The entry in namespaceauth.conf file is > > > > > > > > [puppetrunner] > > > > > > > allow * > > > > > > > > On Jan 12, 5:43 pm, Ohad Levy <ohadl...@gmail.com> wrote: > > > > > > > > did you setup a namespaceauth file? > > > > > > > > > Ohad > > > > > > > > > On Tue, Jan 12, 2010 at 7:56 PM, lovewadhwa < > > lovewad...@gmail.com> > > > > > > > wrote: > > > > > > > > > Hi all > > > > > > > > > > If anyone please could help me out.I tried everything but > > amn''t > > > > > > > > > getting where''s the problem. > > > > > > > > > > On Jan 11, 4:03 pm, lovewadhwa <lovewad...@gmail.com> wrote: > > > > > > > > > > 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-users@googlegroups.com. > > > > > > > > > To unsubscribe from this group, send email to > > > > > > > > > puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > > > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > <puppet-users%252Bunsubscribe@googlegroups.com<puppet-users%25252Bunsubscribe@googlegroups.com> > > > > > > > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > <puppet-users%252Bunsubscribe@googlegroups.com<puppet-users%25252Bunsubscribe@googlegroups.com> > > > > > <puppet-users%252Bunsubscribe@googlegroups.com<puppet-users%25252Bunsubscribe@googlegroups.com> > > <puppet-users%25252Bunsubscribe@googlegroups.com<puppet-users%2525252Bunsubscribe@googlegroups.com> > > > > > > > > > > . > > > > > > > > > For more options, visit this group at > > > > > > > > >http://groups.google.com/group/puppet-users?hl=en. > > > > > > > > -- > > > > > > > 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<puppet-users%2Bunsubscribe@googlegroups.com> > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > > > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > <puppet-users%252Bunsubscribe@googlegroups.com<puppet-users%25252Bunsubscribe@googlegroups.com> > > > > > > > > . > > > > > > > For more options, visit this group at > > > > > > >http://groups.google.com/group/puppet-users?hl=en. > > > > > -- > > > > 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<puppet-users%2Bunsubscribe@googlegroups.com> > > <puppet-users%2Bunsubscribe@googlegroups.com<puppet-users%252Bunsubscribe@googlegroups.com> > > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/puppet-users?hl=en. > > > -- > > 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<puppet-users%2Bunsubscribe@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/puppet-users?hl=en.-- 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.