Re: [Puppet Users] Puppet Dead but pid file exists

2014-12-29 Thread Kevin Corcoran
This is likely a memory issue. Can you verify that the machine on which you're running the server has sufficient memory? You can also try decreasing the amount of memory allocated to the server - see https://github.com/puppetlabs/puppet-server/blob/master/documentation/install_from_packages.markd

[Puppet Users] Puppet Dead but pid file exists

2014-12-26 Thread Rushyang Darji
Hi Guys, I have setup Puppet Server Dashboard which so far worked fine. But while creating a Puppet Agent, I am facing an issue where puppet-server doesn't receive any certification requests. I googled and came to know that I should check if puppetmaster service is up and running on puppet-ser

Re: [Puppet Users] puppet dead but pid file exists

2014-09-02 Thread Brian Wilkins
It probably died (either ps -ef | grep puppetmaster | awk '{print $2}' | xargs kill -9) or otherwise. Just remove the pid file and continue. You can examine the pid file to see if a process with that PID and named puppetmasterd exists. More than likely not. On Tuesday, September 2, 2014 10:56:5

Re: [Puppet Users] puppet dead but pid file exists

2014-09-02 Thread Spriya
Hi John This is the way i am doing: *service puppetmaster stopStopping puppetmaster: [FAILED][root@cluster2 puppet]# service puppetmaster startStarting puppetmaster: [ OK ][root@cluster2 puppet]# service puppetm

Re: [Puppet Users] puppet dead but pid file exists

2014-09-02 Thread John Kennedy
How are you stopping Puppetmaster? If you are not gracefully shutting puppetmaster down then the PID file will not be deleted. John Kennedy (_8(|) I have a yellow dog: http://www.theyellowdogproject.com/The_Yellow_Dog_Project/About.html Why would anyone foster a dog/cat? I would rather cry watc

[Puppet Users] puppet dead but pid file exists

2014-09-02 Thread Spriya
Hi, I am having an issue when restarting puppetmaster. *$service puppetmaster status* *puppet dead but pid file exists* Let me know what might be the issue. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and st