Re: [Puppet Users] FreeBSD Port

2012-04-11 Thread JA
I did verify that there are no other puppet processes running as well. Thanks! On Wed, Apr 11, 2012 at 11:02 AM, Darryl Wisneski wrote: > Jackie: > > Please post your 1.) puppet.conf, OS Relase, and version of puppet. > > 2.) uname -a > 3.) pkg_info |grep puppet > > Can you check the ps output to

Re: [Puppet Users] FreeBSD Port

2012-04-11 Thread JA
Hi Daryl; As requested.. and thanks for the help!! 1.)puppetdev10# vi /etc/puppet/puppet.conf [main] # The Puppet log directory. # The default value is '$vardir/log'. logdir = /var/log/puppet # Where Puppet PID files are kept. # The default value is '$vardir/run'. rundir

Re: [Puppet Users] FreeBSD Port

2012-04-11 Thread JA
Thank you.. much appreciate the info! On Wed, Apr 11, 2012 at 10:50 AM, Christopher Wood wrote: > I couldn't say, perhaps different versions? Or run with more verbosity and > see what both versions are doing. > > Puppet 2.6.2 on Debian Stable (6.0.4): > > "Enable the most common options used for

Re: [Puppet Users] FreeBSD Port

2012-04-11 Thread Darryl Wisneski
Jackie: Please post your 1.) puppet.conf, OS Relase, and version of puppet. 2.) uname -a 3.) pkg_info |grep puppet Can you check the ps output to make sure there wasn't already a running puppet. Do you have any jails on the machine that may be running puppet as well and causing PID confusion?

Re: [Puppet Users] FreeBSD Port

2012-04-11 Thread Christopher Wood
I couldn't say, perhaps different versions? Or run with more verbosity and see what both versions are doing. Puppet 2.6.2 on Debian Stable (6.0.4): "Enable the most common options used for testing. These are +onetime+, +verbose+, +ignorecache, +no-daemonize+, and +no-usecacheonfailure+." Puppe

Re: [Puppet Users] FreeBSD Port

2012-04-11 Thread JA
The thing is, when I execute puppet agent --test It tries to start the daemon automatically. I do not get this same behavior on RHEL and I am trying to understand this I am totally new to puppet land so, maybe I am just missing something here Thanks! Jackie On Wed, Apr 11, 2012 at 10:33 A

Re: [Puppet Users] FreeBSD Port

2012-04-11 Thread Darryl Wisneski
Why not this? 'puppet agent -t' or 'puppet agent --test' >From puppet help.. (ughh, no manpage) * --test: Enable the most common options used for testing. These are 'onetime', 'verbose', 'ignorecache', 'no-daemonize', 'no-usecacheonfailure', 'detailed-exit-codes', 'no-splay', and 'show_d

Re: [Puppet Users] FreeBSD Port

2012-04-11 Thread JA
Thanks so much! However, I am a bit stumped and would so appreciate any clarity you can provide. If I execute 'puppet agent --test' on a RHEL box, it does not start the daemon. But, if I do the same thing using the FreeBSD port, it does attempt to start the daemon. Obviously, I am missing somet

Re: [Puppet Users] FreeBSD Port

2012-04-11 Thread Christopher Wood
(I'm just starting with FreeBSD, albeit with some months of puppet experience.) The puppet agent implies a daemon, but try something like this for a single run in the foreground: puppet agent --no-daemonize --onetime On Wed, Apr 11, 2012 at 07:31:14AM -0400, JA wrote: > I have installed puppet

[Puppet Users] FreeBSD Port

2012-04-11 Thread JA
I have installed puppet using the FreeBSD port. However, when I try to use the agent, it attempts to start the puppetd daemon. It seems that there is no way to use this installation without running the daemon. Can anyone shed any light on this? Thank you! -- You received this message because