Displaying 20 results from an estimated 3000 matches similar to: "Mac OS X pkgs up."
2008 Sep 17
16
How long for changes to be pushed out?
Hello, I have 680 hosts reporting into a central puppet server.
Yesterday I made a change to site.pp and the nodes/foo.pp and nodes/
bar.pp files to push out some new files (a script to enable LDAP) and
it seems that only a handful of stores have downloaded the file and
run the script.
(I don''t have reporting setup yet other than on a few clients which I
did manually)
If I ssh into a
2008 Aug 28
5
Noob with probs
OK, I''m a total noob to puppet, so please forgive any stupid
mistakes. I''m trying to get a test setup working to evaluate it as a
replacement for radmind. I played with it a bit earlier in the
summer, but got busy with other project, and I''m just now getting back
to it. I had a working setup then, but since I''ve upgraded to 0.24.5
and Facter 1.4.1
2008 Feb 22
13
File corruption while serving
Can anyone who''s having this problem please send details? I''m trying
to reproduce it -- I''ve got 5 clients concurrently retrieving 200 10k
files made of random binary, and I can''t get any corruption or memory
growth at all.
Is everyone experiencing the problem using Mongrel? Webrick? What
versions of ruby? Are only big files affected? Small files?
2009 Apr 07
3
Speed bumps on the way to successfully running puppetmasterd on Mac OSX Leopard, try one and two
Hey all,
I have recorded my steps towards getting puppet functional
through one of the four different methods that I can think of, which
are:
1.Source(copying and insatlling to the recommended unix FSH
directory, /usr/local/src)
2.pkg hosted at explanatorygap
3.MacPorts
4.RubyGems
I haven''t cleanly tested the last two, but here''s where I am with the
first two:
1. I
2007 Oct 02
5
Is there have a synctax check tool ?
hello,all.
Is there a have some tools to check the puppet manifests before
to use it ? like nagios -v nagios.cfg .the new version puppet client
can''t get error syntax message,so ,when have some syntax error I can''t
found it.
--
Huang Mingyou
2008 Apr 29
12
How are people using install.rb from the source distribution?
I''m looking at re-working or replacing install.rb from the source
distribution to allow more flexible installations, primarily to get MacPorts
and Fink packages working but to also work on automatic Mac pkg creation
from source.
How are people currently using it?
Currently the command line options are for options like --no-rdoc, --no-man,
--quick, --full, but if you want to specify a
2007 Oct 25
15
State of Development
Hi all,
I''m sure you''re all wondering what the heck is going on with
development and why there are so many open tickets. Hopefully this
email will answer those questions for you.
REST Development
======================
First, I''ve found the REST work to be significantly more complicated
than I''d feared. The plumbing is nearly all done and the majority
2007 Nov 13
16
Switching from webrick to mongrel
I got tired of restarting my puppetmaster when it stopped responding and
finally switched to mongrel last night.
When running under mongrel, what sort of concurrent connection rates are
people able to get? I dont know how many individual puppetmaster
processes I should spawn, or how to tell when I should span more.
Perhaps I need more than two, because this morning I had a look at how
2008 Jan 10
10
Install Package only if a certain file exists.
So I can''t quite see how to do this in the existing syntax.
Ideally there would be an onlyif parameter for packages, but that doesn''t
seem to be the case.
I could create a fact that returns true or false depending on whether the
file exists, but that doesn''t feel like the right way to do it either.
I could do something like:
$file_exists =
2008 Nov 11
3
[LLVMdev] llvm-gcc fails to build libgcc when built with itself
Hello,
I’m trying the following thing:
• build and install llvm with mgcc (system compiler)
• build and install llvm-gcc with mgcc
• build llvm with llvm-gcc
• deinstall llvm(old), install llvm(new)
• build llvm-gcc with llvm-gcc(old)
• deinstall llvm-gcc(old), install llvm-gcc(new)
However, I have the problem that the llvm-gcc(new) does not work: after
it is compiled, it tries to build libgcc2
2007 Sep 19
3
MacOS X packages newer than 0.23.0...?
Hi all,
Does anyone know where I can get a new MacOS X package with
puppet...? The newest one on reductivelabs site is 0.23.0...
--
Med venlig hilsen
Juri Rischel Jensen
Fab:IT ApS
Vesterbrogade 50
DK-1620 København
Tlf: 70 202 407 / Fax: 33 313 640
www.fab-it.dk / juri@fab-it.dk
2007 Nov 21
6
mod_proxy_balancer under heavy load.
So I''m still working on a ''perfect'' setup so I can document it on the wiki,
and will submit some puppet patches against 0.23.2 next week, but here''s
what I''ve done that has made a big difference to stability here.
in puppetmasterd at line 261, I''ve modified the Mongrel instantiation from:
server = Mongrel::HttpServer.new(addr,
2008 Jan 16
1
anyone have 0.23.2-1 puppet and puppet-server rpms for rhel4 & 5?
I just upgraded from 0.23.2-1 on RHEL 4&5 to 0.24.1-1. I used
Dlutter''s repository. What a mess I''m in now. Anyway to make a long
story short I moved all of the old configs out of the way
(/etc/puppet, /var/lib/puppet) and started over with a fresh install.
I can''t get puppetd on the server to request a cert. If I do a
"puppetd -v --waitforcert 90" the
2008 Jan 04
6
who is using puppet?
Hi There,
I''m implementing puppet for a large scale Enterprise, with a lot of sites
and a lot of different setups (for about 1500 Linux and Solaris machines).
Now, the time has come to get some management attention, and of course, the
first question I''ll have is who else is using puppet....
So I thought it Worth''s a try to ask - who is using puppet in a large scale
2010 Dec 03
5
Fact auto sync reloading
So we run puppetd as a long running ruby process on the hosts. When we update a fact that gets auto sync''d to the host it seems when puppetd wakes up and starts its catalog run it doesn''t re-sync the facts. It you run it standalone it will or if you restart the service then it will do the right thing. Do other people see this? Or have you all gone to running out of cron?
2008 Jun 26
4
OS X Software Updates
Hi all,
I''m wondering how people are handling OS X package installers that
require reboots (e.g. 10.5.3) with Puppet - specifically how you get
them to install without totally irritating your users.
Specifically my client environment is 100% laptops, and many of them
voyage home with users each day so just telling puppet to install them
at 1am and to hell with user data*, so
2008 Nov 14
10
puppet newbie
Hi ,
just starting off with Puppet on Macs. initially we are planning for a
small group of machines. If successfull we plan to span it to entire
environment in a phased manner.
I have a couple of newbie questions.
Do i have to use custom script to create and maintain user/group
accounts as far as i have read i can manage passwords ?
Can i use puppet fileserver also as sourcedir for pushing
2010 Dec 14
7
Environment specified by external nodes ignored
My custom external nodes script sets the environment variable, but Puppet
ignores it.
For testing, I have a manifest that deploys this template to a file:
environment = <%= environment %>
The output from my external nodes script:
---
classes:
- devhost
environment: development
parameters:
memcached_memory: ''32''
But running "puppetd --test" results in the
2008 Jan 18
7
puppet 0.23.2 can''t collect exported resources
hi,guys
I''m test the resources export and collect , OS is Debian etch and
sarge, puppet server and client version all of the 0.23.2 ; the db is
MySQL-4.1
My test code is like this.
node ''b'' {
@@file {"/tmp/a": ensure => present ,content => "test"; }
}
node ''a'' {
File <<||>>
}
I run puppetd on
2010 Nov 07
14
EC2 with puppet bootstrap notes and scripts
Hello...
I wanted to be able to startup an EC2 instance with one command and
have a fully functioning server without having to shell into each new
instance and configure the bits to allow puppet to finish the
configuration. Here are some notes I came up with for bootstrapping an
ec2 instance with puppet using Ubuntu 10.04. I left out a lot of things
about creating and running custom AIM