Displaying 20 results from an estimated 30000 matches similar to: "Pushing file updates - taking a long time"
2013 Jun 12
4
Can't find source of "Removing mount" errors
I''m maintaining part of a rather large puppet config and at a loss to
figure out where the following errors are coming from during a puppet
update:
err: Removing mount all: /var/lib/puppet/files/all does not exist or is not
a directory
err: Removing mount pixel: /var/lib/puppet/files/pixel does not exist or is
not a directory
err: Removing mount compute: /var/lib/puppet/files/compute
2013 Feb 08
3
issue storing facts values in mysql on puppet master 3.0.2
Hi,
I got the following error:- Error: Could not retrieve catalog from remote
server: wrong header line format
In puppet.conf file on puppetmaster, I added following lines -
facts_terminus = inventory_active_record
dbadapter = mysql
dbname = dashboard
dbuser = test
dbpassword = test123
dbserver = puppet-master.com
dbsocket =
2013 Aug 12
2
Passenger-Rack error 500: no such file to load -- rack
I have a puppetmaster running within passenger+rack. It has been running
properly for almost a year and decided to stop working on the weekend. Now
I''m getting the Purple "Ruby (Rack) application could not be started"
screen with
Error: no such file to load -- rack
Application: /data1/rack/puppetmaster
The backtrace is uninspiring. Snippets include:
2013 May 20
10
Problem creating user with Puppet
Hi,
(Since I am relatively new to Puppet, this might be some trivial problem)
I am trying to create a user with Puppet, using following code:
user { "clavis":
ensure => "present",
home => "/home/clavis",
name => "clavis",
shell => "/bin/bash",
2011 Feb 22
8
auth.conf & namespaceauth.conf : which files belong on the master , and client?
I''m trying to wrap my head around these files...
do both of them need to reside on the client and master?
are there any docs that describe these files and what all the option/
sections are and what they do?
Thanks all....
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2011 Apr 06
2
Melbourne puppet catch up?
Hi list,
Some weeks ago some asked if there was a Melbourne puppet group. There isn''t to my knowledge but I would be happy to organize an irregular catch up in Melbourne where we can talk puppet and other things of interest.
I was thinking the Wednesday the 20th of this month would be good - somewhere in the city after work. Thinking ''the Workshop'' in Elizabeth street
2011 Aug 25
5
custom fact regex problem
Hi guys
I have a custom fact envt, it was working fine but now I have to make
some changes in it;
puppet client''s hostname is of the type 1234qa-abc-de.local where 1234
can be any thing of any length.My custom fact should contain qa, ie I
want to check in the first part(before the first -) of the hostname
if there exists a pattern/word qa and if it exists then my custom
fact
for envt
2013 Sep 11
4
getting array of hostnames of clients
I need to get an array of hostnames of clients of the puppet server.
There doesn''t seem to be a simple way to do this so I''ve tried a few
methods.
I''ve tried a curl expression in a fact like this:
curl -s -k -H "Accept: yaml"
https://localhost:8140/production/facts_search/search?facts.nodetypet=testnodes
where I''ve got a nodetype fact which works
2011 Aug 07
3
Workaround to "Provider groupadd does not support features manages_members" ?
Hello,
I wanted to manage a couple of groups membership, under RedHat,
without managing the users (as they are LDAP users) but found out it
is not supported.... Is there a workaround to this?
I tried:
group { "jbossd":
gid => 520,
members => ["user1","user2"],
}
Thanks a lot.
Mohamed.
--
You received this message because you are
2013 Feb 14
8
Checking GIT updates
Hello all,
I''m using puppet to deploy my codebase from GIT. I have everything working,
but i currently don''t have any way to check to make sure there is actually
something TO deploy before it goes through the entire process of deploying
the code. I want to create a conditional that only re-deploys the code if
the revision actually changed.
So far, I can have it as part of
2011 Feb 22
4
When running puppetd the cert goes straight up to revoked?
This is the first time is happening... and It happens consecutively
with all the hosts.
Fresh kickstarted host (never set up before the name so its not on the
revocation list), I just run puppetd -tv (we have autosign on), I just
get the output below:
[root@server182 puppet]# puppetd -tv
info: Creating a new SSL key for server182.domain.com
warning: peer certificate won''t be verified in
2013 Apr 13
2
push puppet agent from dashboard
Excuse me When I add node from the dashboard is there any possibility to
push puppet-agent to the client ??
Thank you in advance!!!
Francesco
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To post to this
2012 Jun 04
15
mysql or postgresql
Hi!
Which database would you recommend to use mysql or postgresql for
puppet?
Estimated number of nodes 30000, they send reports every 30 minutes.
Thanks
--
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
2011 Sep 11
3
cucumber puppet - ymllookups
Hi all,
Firstly, I''m using 2.6.9 and have updated to the latest cucumber
puppet gems (cucumber-puppet 0.3.5) that allow for storeconfigs to be
tested - thanks to Nikolay and his post (http://blog.nistu.de/
2011/09/04/testing-exported-resources-with-cucumber-puppet/). Yay!
I have been trying to get some testing of a ''testnode'' which would be
a generic node that I can
2012 Aug 17
8
Class Naming Convention
So, this has always puzzled me a bit. By convention, init.pp contains
one class, named the same as the module. However, what is the
convention when the module may have multiple external access points?
Say you have a module called ''syslog'' which provides both a client and
a server class. I typically have used syslog::server and
syslog::client. I''ve ended up using this
2012 Feb 16
4
Could not set present on ensure: Read-only file system
Hi,
I try install python-psycopg2 with other packages, when run apt-get -y
update returns the errors:
err: /Stage[main]/Etc/Package[build-essential]/ensure: change from
purged to present failed: Could not set ''present on ensure: Read-only
file system - /tmp/puppet20120216-1063-18q7lsz-0 at
/tmp/vagrant-puppet/manifests/vagrant.pp:15
err:
2013 Jan 29
10
Puppet service
HI All,
Can any anyone please help me with attached screenshot.
Actually i am not able to lauch puppet dashboard and when i have tried to
running below command ,getting error.
puppet resource service puppet ensure=running enable=true
--
Thanks and Regards,
Mamta Garg
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe
2013 Feb 11
27
Certificate verify fails without indications
I have a puppet master on Centos 6.3 connected and working properly with
other Centos 6.3 agent. I installed puppet agent via gems on a RED HAT 4
node. This is what happens when I try to sign certificate for the new node:
AGENT
[root@FP2 ~]$ puppet agent -t Info: Creating a new SSL key for fp2 Info:
Caching certificate for ca Info: Creating a new SSL certificate request for
fp2 Info:
2013 Apr 26
7
passwordless ssh
What is the best and easy''t way to let all nodes ssh passwordless to each
other ?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
2010 Jan 27
4
err: Could not call list: header too long
Getting this error:
err: Could not call list: header too long
when running puppetca commands on master.
There is not a disk space issue.
On the puppet master server, /var filled up to 100% during the night.
Now it''s fine, down to 25% used.
I rebooted server too
Any fixes?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To