https://bugzilla.novell.com/show_bug.cgi?id=848449 https://bugzilla.novell.com/show_bug.cgi?id=848449#c0 Summary: systemsmanagement:puppet: Bug Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: x86-64 OS/Version: SLES 11 Status: NEW Severity: Critical Priority: P5 - None Component: 3rd party software AssignedTo: boris@steki.net ReportedBy: jens.schanz@mueller.de QAContact: opensuse-communityscreening@forge.provo.novell.com CC: jatan@suse.com, nkrinner@suse.com, dlovasko@suse.com Found By: Integration Test Blocker: Yes File /etc/init.d/sysconfig contains a option port which is referenced in th init script but not known by puppet agent: /etc/sysconfig/puppet .. ## Type: integer ## Default: 8140 # # If you wish to specify the port to connect to do so here # PUPPET_PORT=8140 .. /etc/init.d/puppet .. PUPPET_OPTS="agent" [ -n "${PUPPET_SERVER}" ] && PUPPET_OPTS="${PUPPET_OPTS} --server=${PUPPET_SERVER}" [ -n "$PUPPET_LOG" ] && PUPPET_OPTS="${PUPPET_OPTS} --logdest=${PUPPET_LOG}" [ -n "$PUPPET_PORT" ] && PUPPET_OPTS="${PUPPET_OPTS} --port=${PUPPET_PORT}" .. Try to start puppet with the options from the init script: /usr/bin/puppet agent --server=puppet --logdest=/var/log/puppet/puppet.log --port=8140 Have a look in the logfile at "logdest": Thu Oct 31 08:21:43 +0100 2013 Puppet (err): Could not parse application options: invalid option: --port=8140 Puppet will not start with the option "--port", because the option is unknown by "puppet agent --help". Problem exists since upgrade to Puppet 3.3.1 6 days ago. Affected is SLES11 SP2 and SLES11 SP3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.