Puppet: System Administration Automated

Support

Ticket #326 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

puppetmasterd --parseonly will attempt to bind to socket

Reported by: puppet Assigned to: luke
Priority: normal Milestone:
Component: server Version:
Severity: minor Keywords: puppetmasterd parseonly
Cc: rijilv@gmail.com Triage Stage:
Attached Patches: Complexity:

Description

Running "puppetmasterd --parseonly" while puppetmasterd is already running causes puppetmaster to fail:

$ puppetmasterd --parseonly ; echo $?
Address already in use - bind(2)
1

However, running this option does not cause puppetmasterd to bind to the port if there is no puppetmasterderd currently bound to the port.

Desired functionality: Invoking puppetmasterderd with the parseonly option should not exit with a failure if the puppetmasterderd port is already in use.

Change History

11/07/06 16:17:09 changed by luke

  • milestone set to minor.

11/09/06 23:13:17 changed by luke

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

Fixed in [1849]

04/04/07 00:41:05 changed by

  • milestone deleted.

Milestone minor deleted