Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 330269

Summary: app-admin/puppet-2.6.0 creates deprecated pidfile for puppetmaster and puppet
Product: Gentoo Linux Reporter: Thomas Beinicke <merlin>
Component: New packagesAssignee: MATSUU Takuto (RETIRED) <matsuu>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Thomas Beinicke 2010-07-28 21:23:58 UTC
The init scripts for both puppetmaster and puppet check for the pid files puppetd.pid and puppetmasterd.pid but in version 2.6 these got replaces by agent.pid and master.pid .
So both processes can't be stopped via the init script anymore.

Also in the default /etc/puppet/puppet.conf the part "[puppetd]" has been deprecated and is not called "[agent]".


Reproducible: Always

Steps to Reproduce:
1. /etc/init.d/puppet start
2. /etc/init.d/puppet stop
3. ps aux |grep puppet

Actual Results:  
Puppet is still running

ps aux |grep puppet
root      1976  0.8  4.3  25704 22464 ?        Ss   23:22   0:00 /usr/bin/ruby18 /usr/bin/puppetd

Expected Results:  
It shouldn't run anymore ;)

http://projects.puppetlabs.com/projects/puppet/wiki/Release_Notes#Incompatibilities
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2010-08-01 01:13:19 UTC
fixed. thanks