[Puppet Users] cannot generate tempfile `/tmp/puppet.30616.9'

2012-05-26 Thread Ed Greenberg
I have three (out of 90) machines with the error: cannot generate tempfile `/tmp/puppet.30616.9' I have plenty of disk and plenty of inodes. My temp directory is permissioned: drwxrwxrwt 4 root root 20480 2012-05-24 01:33 /tmp I get these for two puppet items on each row. The daemon is not

[Puppet Users] err: Invalid argument - /var/lib/puppet/state/puppetdlock

2012-05-26 Thread Ed Greenberg
I have the error err: Invalid argument - /var/lib/puppet/state/ puppetdlock appearing on one of my servers. I have plenty of disk and plenty of inodes. The daemon is not running. I run it manually using /usr/sbin/puppetd --verbose --no-daemonize --onetime --server=xxx --fqdn=yyy There is no

Fwd: Re: [Puppet Users] Using custom facts in Puppet

2010-11-18 Thread Ed Greenberg
May I please ask again for some assistance with the question below? I hope somebody can help me. Thanks, Ed Greenberg Original Message Subject:Re: [Puppet Users] Using custom facts in Puppet Date: Tue, 16 Nov 2010 13:14:06 -0600 From: Ed Greenberg e

Re: [Puppet Users] Using custom facts in Puppet

2010-11-16 Thread Ed Greenberg
dependencies This seems to have changed some in 0.25.4, and googleing around has not helped. May I have a pointer to the correct process? Thanks, Ed Greenberg -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email

Re: [Puppet Users] Using custom facts in Puppet

2010-11-16 Thread Ed Greenberg
Replying to my own post: When run with --test and without --pluginsync, my puppetd returns this: info: Caching catalog for test10.newhostingaccount.net info: Applying configuration version '1289933909' notice: Finished catalog run in 1.42 seconds -- You received this message because you are

Re: [Puppet Users] puppetd 0.25.4 with puppetmaster 0.24.8?

2010-10-21 Thread Ed Greenberg
OK, so I upgraded the puppetmaster server to lucid, which got me the puppetmaster 0.25.4. I am still having issues signing up a new lucid client, and I've foudn this in the client's log: Oct 21 15:32:53 edglucid1 puppetd[27061]: Could not request certificate: undefin ed method `closed?' for

Re: [Puppet Users] puppetd 0.25.4 with puppetmaster 0.24.8?

2010-10-21 Thread Ed Greenberg
If someone bug reports that to us on Debian, we can get a patch in for that version. We're concentrating on 2.6.x now though due to the freeze. I appreciate all the help I've received. I really don't know how to file a bug report on Debian, since I don't even know what their release names

[Puppet Users] puppetd 0.25.4 with puppetmaster 0.24.8?

2010-10-20 Thread Ed Greenberg
Our puppetmaster runs 0.24.8 on Ubuntu 9.10. Our clients are either Ubuntu 9.10 or Ubuntu 8.04. We've just brought up our first Ubuntu 10.04 machine. This machine installs puppetd 0.25.4. The Ubuntu 10.04 machine can't seem to present it's certificate request properly. In my

Re: [Puppet Users] List of available variables for use in templates

2010-05-06 Thread Ed Greenberg
On 05/06/2010 10:26 AM, Michael DeHaan wrote: On Wed, May 5, 2010 at 5:07 PM, Ed Greenberge...@greenberg.org wrote: When writing an ERB template, I know that I can define variables in my nodes and classes, and that the facter variables for the node are available. I'd like to know if there

[Puppet Users] List of available variables for use in templates

2010-05-05 Thread Ed Greenberg
. node foobar { include this include that } I'd like to get foobar. In my case, this is probably NOT the facter variable fqdn or hostname. I can't find this documented anywhere. Assistance? Thanks, /edg Ed Greenberg -- You received this message because you are subscribed to the Google

[Puppet Users] moving the puppetmaster

2008-11-07 Thread Ed Greenberg
I created a new puppetmaster and copied my manifests and files over. My clients don't like this much. I get errors like: Nov 7 12:14:00 test2 puppetd[21307]: (//Node[test2.geni.com]/centos5/File[/root/scripts/lcd.pl]) Failed to retrieve current state of resource: Certificates were not

[Puppet Users] Using the puppet executable

2008-09-25 Thread Ed Greenberg
=${PUPPET_URL}file, require = 'something' } Neither the variable nor the 'something' are available. Can I reference the compiled and downloaded manifest on the client machine? What's the best practice here for developing a new manifest entry? Thanks, Ed Greenberg Van Nuys, CA

[Puppet Users] Re: Trying to gem install mysql

2008-09-23 Thread Ed Greenberg
-- --with-mysql-config=/usr/bin/mysql_config, } Then you can rely on require = Exec[gem-install-mysql] elsewhere. On Mon, Sep 22, 2008 at 2:15 PM, Ed Greenberg [EMAIL PROTECTED] wrote: I need to do this in puppet: gem install mysql --no-rdoc --no-ri -- --with-mysql-config=/usr