Displaying 20 results from an estimated 20000 matches similar to: "still too slow"
2008 Apr 10
2
uninitialized constant Puppet::Network::Handler::FileServer::AuthStoreError ?
Hi Folks, Just wondering what the above error means. I followed
the instructions in http://www.howtoforge.com/installing_puppet_on_ubuntu
and when I try to startup the server it fails with the error in the
subject
of this message.
I am running the server on Ubuntu/i386/gutsy. In particular,
# puppetmasterd --verbose --debug
debug: puppetmasterd: Setting logdir to
2007 Apr 27
2
0.22.4 release candidate
Hi all,
I''m hoping to release 0.22.4 on Monday, so please test now. As
always, if possible please actually run this somewhere in your
infrastructure, in addition to running the unit tests, since there
are always areas that aren''t quite covered with the unit tests.
Hopefully this will be the last point release before the next major
release (elmo).
--
To my
2008 Jan 08
25
RFC: Moving mailing lists soon
I''m about to leave town for three weeks and my home server keeps
rebooting. It''s my mail server, unfortunately, so there''s a good
chance you won''t get this. :/
Anyway, I''ve been meaning to do this for ages and ages, and it''s time
to finally do so. I need to move all of the Puppet lists to a public,
non-me provider, someone who has
2007 Feb 15
3
err: Configuration retrieval timed out
is there any way to prevent this timeou ?
i tried --configtimeout=600 --filetimeout=600
but this does not changes anything
--
Cordialement,
Ghislain
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Feb 14
15
Recursive home-dir does more than only files in repository
Hi all,
Today I came across something that I consider a bug. Would like to hear your
opinions.
Facts:
- Using 0.22.1 from Debian Unstable on a Debian Testing machine
- Recipes work on other machines
The recipe in question is:
# Keep home-dirs in sync
file { "/home/tim":
recurse => true,
source =>
2007 May 18
5
package installations on schedule or manual run
I would like to have packages installed either in the early morning or
whenever I manually choose to do so on a particular machine. I am
trying to convert my existing configuration from cfengine so in that
tool I had something like:
packages:
Hr03|ManualRun::
<package installation commands>
This basically says to install packages if it''s either 3:00-3:59am or if
2007 May 30
7
Ticket 616, service resource takes over puppetd port
Hello Luke,
After our services do now successfully restart, we hit now the already
opened bug where the restarted service takes over puppetd port if it''s
configured to listen.
One solution is to remove the listen option but it''s very nice to invoke a
puppetrun on the clients from the central server without waiting for its
next run.
Where you already able to take a look? It
2007 Aug 23
24
Type development for the rest of us
Since I had my type development epiphany a couple of days ago, I''ve decided
to write down my understanding of developing simple types, at
http://reductivelabs.com/trac/puppet/wiki/PracticalTypes.
I''d appreciate comments from people who already know how to develop types as
to correctness, and also comments from people who are new to type
development about whether it''s a
2007 Apr 05
4
managing directories of symlinks
I''m trying to manage a directory full of symlinks for our users'' home
directories and running into problems.
Our home directories are spread out across multiple NFS partitions.
For flexibility and ease of use, we have a /u directory that contains
symlinks to each user''s specific home directory, e.g. /u/bob ->
/home/k/bob, /u/eric -> /home/b/eric, etc.
The
2008 Jun 14
9
Disabling 'node_name = facter' setting
I''m having a heck of a time trying to fix #1178, which is a problem
related to inconsistent node names, and it all stems from the
''node_name'' setting.
In the default setup, your certificate gets created with your host''s
fully qualified node name, and Puppet uses the value from the
certificate for everything.
In addition, there''s a setting,
2007 Jan 03
18
error "Stack level too deep" on ''exec[ "perl Makefile.PL" ] ?
Hi,
I''m testing puppet from the subversion trunk. I have a rather
hacked-together system to install a CRM into one of my nodes, which
worked (more or less) with version 0.19.3. When I tried to do a puppet
run on a completely clean node it seemed to stall on the ''compilation''
part (I do an exec of ''perl Makefile.PL'' in the appropriate dir). When
I broke
2008 Oct 11
6
Force backup of files modified outside of puppet's File Type
I''m using the SimpleText recipe and Augeas plugin to modify files in
place. I''d like to notify the appropriate File resource that a
modification is about to take place so puppet can backup the file. Maybe
this is already possible but I haven''t found any examples or
documentation on how to accomplish this. I think a natural way to do
this would be to use the subscribe
2007 Mar 19
23
puppet hangs while trying to restart a daemon
Hello all,
puppet hangs while trying to restart a daemon when the associated config
file changes, here the log:
Mar 19 11:30:04 ingentTest puppetd[27390]: Starting Puppet client
version 0.22.0
puppetd[27390]: Starting configuration run
puppetd[27390]:
(/ingenttest/qualsevolnode/guaita[guaita]/File[/etc/guaita.conf]/content) synced
puppetd[27390]:
2006 Jul 26
15
Pupppet Ruby DSL
I constantly get told I should just create a DSL in Ruby, instead of
having a separate, custom language. This has, unsurprisingly, come
up multiple times here at OSCON.
So, I decided I''d see if I could hack something up and see how it
looked. This is the first thing I could come up with in terms of the
basic functionality:
#!/usr/bin/ruby
class Base
file "/etc/passwd",
2007 May 04
3
fileserver hanging
hello,
we just wanted to rollout our new puppetized dmz. therefore i change all
ip adresses from the test network to the live ips. after restarting
puppetmasterd it seems that the fileserver hangs:
client log:
debug: //true_base/update-check/File[/sbin/update_check.pl]/require:
requires Package[libmail-sendmail-perl]
debug: //true_base/puppetd/File[/etc/puppet/puppetd.conf]/require:
requires
2007 Aug 24
7
Problem restarting client service ssh in client
Hello,
I want a simple operation in a puppet node like restarting the ssh
service if it was stopped. My site.pp is simple as this:
import "services/*"
node default {
include ssh
}
The services directory as a ssh.pp :
class ssh {
service { ssh:
ensure => running,
subscribe => File["/etc/ssh/sshd_config"]
}
}
I''ve stopped the ssh service in the
2007 Jul 24
2
High CPU usage
The below seems to give me several minutes of 15-60% cpu usage. As far as
I can tell there doesn''t seem to be anything really wrong with my
configuration.
Anyone have any idea why this might be the case? I also get about 6%
memory usage.
This is a 3.0 ghz Xeon with 2 gigs of memory.
class apache2 {
file { "/etc/apache2":
recurse =>
2007 May 29
12
Group management
Hi,
I am sure this subject has come up before. I did not find anything on Google
that comes close to what I am trying to do.
I would like to manage different groups on multiple nodes using puppet and
do not know of a good way to do it. Does anyone have an idea of how I can
accomplish this?
Any help will be appreciated.
Thanks,
Mouncef
_______________________________________________
2007 Nov 02
5
Odd SSL Error
I have one puppet complaining -
Could not retrieve configuration: Certificates were not trusted: block
type is not 01
Puppetmaster and puppet''s are CentOS 4.5 and I use the Lutter rpms of
23.2, anyone ever see this?
Thx
Tim
2007 Dec 22
8
puppet with postgresql adapter
Hi all,
i'' m trying to configure puppet to use rails with postgresql. I'' m having
troubles to make it work. Got no error when running puppetmasterd but
nothing is being populated in the DB. Is anybody using puppet with postgres
?
my config (in puppet.conf)
[rails]
dbadapter = postgresql
dbname = mydb
dbserver = localhost
dbuser = user
dbpassword = password