Dear all, Can any one explain this please? [root@puppet puppet]# puppet master --verbose # [root@puppet puppet]# service puppetmaster status puppetmasterd (pid 1876) is running... but the init.d script reports as it''s not running: [root@puppet puppet]# /etc/init.d/puppet status puppetd is stopped Is there anything that I''m missing? Cheers!! -- 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.
Ken Barber
2011-Aug-10 13:16 UTC
Re: [Puppet Users] How should I run/start puppet (v.2.6.x)?
If you want the sysv equivalent to: service puppetmaster status Its: /etc/init.d/puppetmaster status You used the agent''s one which is not going to be the same service:> [root@puppet puppet]# /etc/init.d/puppet statusken. On Wed, Aug 10, 2011 at 1:52 PM, Sans <r.santanu.das@gmail.com> wrote:> Dear all, > > Can any one explain this please? > > [root@puppet puppet]# puppet master --verbose > # > [root@puppet puppet]# service puppetmaster status > puppetmasterd (pid 1876) is running... > > but the init.d script reports as it''s not running: > > [root@puppet puppet]# /etc/init.d/puppet status > puppetd is stopped > > Is there anything that I''m missing? Cheers!! > > -- > 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. > >-- "Join us for PuppetConf, September 22nd and 23rd in Portland, OR: http://bit.ly/puppetconfsig" -- 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.