Puppet: System Administration Automated

Support

Ticket #296 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

if puppetd can't find its server, it dies without cleaning up its PID file

Reported by: ajax Assigned to: ajax
Priority: low Milestone:
Component: client Version: 0.19.1
Severity: normal Keywords: pidfile puppetd client
Cc: Triage Stage:
Attached Patches: Complexity:

Description

if puppetd can't find its server, it dies without cleaning up its PID file

e.g., under OS X:

roxanne; sudo puppetd -v
notice: Starting Puppet client version 0.19.1
info: Creating PID file to /var/puppet/run/puppetd.pid
err: Could not find server puppet

and then, once I added a quickie host entry for 'puppet'

roxanne; sudo puppetd -v
notice: Starting Puppet client version 0.19.1
err: Could not start Puppet::Client::MasterClient: A PID file already exists for puppetd
    at /var/puppet/run/puppetd.pid.  Not starting.
notice: No remaining services; exiting

No process was running under the PID in the file.

Change History

10/05/06 23:42:21 changed by root

  • milestone deleted.

Milestone 0.19.0 deleted

10/16/06 05:54:35 changed by luke

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [1785].