Returning late to this thread, it seems that my pid is getting written to
/var/puppet/run/puppetd.pid

But the debian /etc/init.d/puppet script is expecting it in
/var/run/puppet/puppetd.pid

The init script is clearly trying to make the pid file appear in
/var/run/puppet... so I've little idea why this is happening.

from the init script:
start_puppet() {
        start-stop-daemon --start --quiet --pidfile
/var/run/puppet/$NAME.pid \
                --startas $DAEMON -- $DAEMON_OPTS
}

This is on a freshly built machine with latest puppet from apt-get.

Any thoughts Marcin? Anyone?

Cheers

Gary

-- 
Gary Law
Email: gary...@garylaw.net
Chat googletalk/messenger: gary....@gmail.com
iChat/jabber/AIM: gary....@mac.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to