Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 330269 - app-admin/puppet-2.6.0 creates deprecated pidfile for puppetmaster and puppet
Summary: app-admin/puppet-2.6.0 creates deprecated pidfile for puppetmaster and puppet
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-28 21:23 UTC by Thomas Beinicke
Modified: 2010-08-01 01:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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