Issue #2512 has been updated by James Turnbull. Status changed from Accepted to Closed
Fixed in commit:0461a025 ---------------------------------------- Bug #2512: if $vardir != /var/puppet/, then SMF on solaris does not work https://projects.puppetlabs.com/issues/2512 Author: defunt Bode Status: Closed Priority: Normal Assignee: Gary Law Category: Solaris Target version: Affected Puppet version: 0.24.8 Keywords: Branch: if in puppet.conf vardir = /var/lib/puppet/ then, the pid files are created in /var/lib/puppet/run/pppetd.pid where the /opt/csw/lib/svc/method/svc-puppetd script cannot find it since the pidfile location is hardcode pidfile=/var/puppet/run/puppetd.pid Here is the output from: /var/svc/log/network-puppetd:default.log <pre> [ Aug 7 14:57:30 Executing stop method ("/opt/csw/lib/svc/method/svc-puppetd stop") ] Stopping Puppet client services:cat: cannot open /var/puppet/run/puppetd.pid /opt/csw/lib/svc/method/svc-puppetd: usage: kill [ [ -sig ] id ... | -l ] puppetd [ Aug 7 14:57:30 Method "stop" exited with status 0 ] </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
