search for: aqadmin

Displaying 18 results from an estimated 18 matches for "aqadmin".

2006 Nov 02
6
certificate not trusted
...try to install puppet on freebsd 6.X. All is well but i cannot get the certificte to install and be recognized. I run .19.3. I run the puppetd --test --waitforcert 60 then sign and then i got: err: No certificate; running with reduced functionality. info: Creating a new SSL key at /usr/local/.aqadmin/puppet/conf/ssl/private_keys/xxxxxxxxxxxxxx.pem info: Creating a new certificate request for xxxxxxxxxxxxxxxxx info: Requesting certificate warning: peer certificate won''t be verified in this SSL session notice: Did not receive certificate info: Requesting certificate warning: peer certifi...
2006 Dec 29
3
SVN Release Candidate: Please test
Hi all, I''m getting very close to the next release of Puppet, and I need help making sure it''s as bug-free as possible. The major changes in this version relate to Rails (and thus resource collect/export) and transaction internals. If you are currently using Puppet''s rails support, you''re going to have to migrate manually, unfortunately (or just
2007 Dec 24
5
could not find user puppet ?
err: /Settings[top]/Settings[main]/File[/usr/local/.aqadmin/puppet/var/yaml]: Failed to retrieve current state of resource: Could not find user puppet debug: Finishing transaction 75413780 with 2 changes since i put the last version on this test server i cannot launch puppet manualy: mkdir -m 700 -p /usr/local/.aqadmin/puppet/conf/ssl; \ mkdir -m 700 -p /...
2006 Aug 19
2
file type when you create directory inside throw
...le type that upload a directory into my servers. Inside this uploaded directory i create subdirectory and files on my own (directly on the target host). The problem is that when puppet comes back to the directory it spills out this error: err: //core1.adn-services.com/baseaqueos/file=/home/aqadmin/puppet/run/ensure: change from directory to file failed: Could not set file on ensure: Is a directory - /home/aqadmin/puppet/run for all the directory i created in it that are not on the puppet fileserver. After this, all file or operation that i want to use in this directory structure f...
2006 Sep 29
7
Facts load by puppet -factsync question
fact loads: I use facter to search the rsync path and then i write this sudoers line: Cmnd_Alias BACKUPCOMMANDS = /usr/bin/rsync I call puppet like this: puppetd --factsync --server=xxx.yyy.61.131 --waitforcert 60 --test the recipe is: sudoensure_line { sudobackupcommands: ligne => "Cmnd_Alias BACKUPCOMMANDS = $rsyncpath",
2007 Apr 12
1
upgrade to .22.3 and got errors on packages (debian sarge)
...''/usr/bin/aptitude -y -o DPkg::Options::=--force-confold install lsb-release'' notice: //all/linux/debian/Package[lsb-release]/ensure: ensure changed ''1.4-8'' to ''latest'' and tried by hand the commands and it seems okay : mainhost:/usr/local/.aqadmin/home%(aqadmin)> /usr/bin/dpkg-query -W --showformat ''${Status} ${Package} ${Version}\n'' lsb-release install ok installed lsb-release 1.4-8 mainhost:/usr/local/.aqadmin/home%(aqadmin)> /usr/bin/apt-cache policy lsb-release lsb-release: Installé : 1.4-8 Candidat : 1.4-8...
2007 Jul 03
1
puppetversion and downgrade/upgrade of puppet
...ersion { ''0.22.4'':{ #ok notice(''ok bonne version'') } default:{ fail("mauvaise version de puppet $puppetversion, downgrade vers 0.22.4") } } gives me: protos:/usr/local/.aqadmin/home%(aqadmin)> facter puppetversion 0.22.4 protos:/usr/local/.aqadmin/home%(aqadmin)> /usr/bin/sudo /usr/bin/puppetd --config /usr/local/.aqadmin/etc/puppetd.conf --onetime --test info: Loading fact local info: Retrieving facts info: Loading fact local notice: Ignoring cache err: Could not...
2006 Oct 09
0
Re: Error in puppet
...ms that they do not work and as i rely on facts in it > ll fails: > > Oct 6 02:54:18 oiseadmin puppetd[42243]: Could not call > fileserver.list: #<Errno::ECONNRESET: Connection reset by peer> > Oct 6 02:54:18 oiseadmin puppetd[42243]: > (fact_collector/file=/usr/local/.aqadmin/puppet/var/facts) Failed to > retrieve current state: Connection reset by peer > Oct 6 02:55:44 oiseadmin puppetd[42243]: Starting configuration run > Oct 6 03:00:04 oiseadmin puppetd[42243]: Could not call > fileserver.describe: #<Errno::ECONNRESET: Connection reset by peer>...
2006 Sep 15
4
before everything
I have some facter file to distribute before running puppet on the platform. The problem is : how can i send the facter local.rb file so the rest of the .pp file take into account the new facts created ? ex: i have sudopath as a facter fact and one sudoers class that need that sudopath to work. How do you model that ? it seems puppet would have to rerun after the new local.rb is downloaded
2007 Jun 14
19
Please test export/collect from svn
For those of you out there using export/collect (which we really need to come up with a better name for...), can you test the current SVN code? I''m mostly wondering if the performance is any better. To use it, you''ll have to remove your current database, since the database schema is significantly changed. I''m getting what looks like an additional 25% reduction
2007 Jun 11
4
freeBSD User provider
...it seems the doc is out of date on this :) - manage home directory, i don''t really understand what is that parameter. The docs says ''allow to manage home directory'' so i will make a guess as it means that if we purge the user it purge the directory, if so then: (aqadmin)> pw user add help .... -d directory home directory -m [ -k dir ] create and set up home (aqadmin)> pw user del help ... -r remove home & contents so to create this is -m and to destroy this is -r - password. This...
2006 Sep 28
3
cron environement settings
It seems to me that when you setup an environement for a cron it just recreate the crontab at each run even if the cron has not changed. Seems it does not recognize actual environement settings. I put 2 environement and i got: info: Writing cron tab for aqadmin /linux/cron=puppetdcron/environment: environment changed '''' to ''PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin MAILTO=cron@xxxx.com'' i Use this for the cron''s: Cron { environment => [''PATH=/sbin:/bin:/usr/s...
2007 Mar 26
2
define using configuration file
...e. The issue is that i want the define to take care of the management of the file as only this define use it: define filevault( $source, $destination, $recursif = ''true'', $deletesource = ''delete'', $exclude = '''', $pwf= ''/usr/local/.aqadmin/etc/rsyncd.pwf'', $owner =''none'', $group$ file { "$pwf": content => ''passaqueos'', before => Exec["rsync-$source-$destination"], mode => 600 }...
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
2009 Jun 03
4
Facter 1.5.5
Hello, Since i use facter 1.5.5 i got error running it by hand. It still work in puppet but i loosed the hability to run it from the command line: (aqadmin)> /var/lib/gems/1.8/gems/facter-1.5.5/bin/facter /var/lib/gems/1.8/gems/facter-1.5.5/bin/facter:50:in `require'': no such file to load -- facter (LoadError) from /var/lib/gems/1.8/gems/facter-1.5.5/bin/facter:50 Anyone see what can be wrong here ? Seems to be an include path...
2007 May 15
5
Purging issue
...also just: file { [''/etc/shorewall/puppet'',''/etc/shorewall/puppet/rules'']: purge => true, } but this does not change anything. mainhost:/etc/shorewall%(root)> /usr/bin/sudo /usr/bin/puppetd --config /usr/local/.aqadmin/etc/puppetd.conf --onetime --test --debug|grep -i rules debug: //mainhost.aqserver.net/shorewall-rule[backupserver-to-host]/File[/etc/shorewall/puppet/rules/200]/require: requires File[/etc/shorewall/puppet/rules] debug: //mainhost.aqserver.net/shorewall-rule[backupserver-to-host]/File[/etc/shor...
2007 Feb 08
16
exported ressources
Hello, i wanted to know if we can use exported ressrouces to do things like this: - for all nodes tagged as xxx create on the node yyy a file which content is a template where we can have each hostname , or create one file per nodes matching exemple /etc/hosts.allow sshd: host1 sshd: host2 ... or /etc/backuppc/host1 /etc/backuppc/host2 ... from the docs it seems i can collect only ALL
2007 Feb 22
33
Scaling Puppet 0.22.1 to hunderdes of nodes.
Hi, My environment is composed of ~250 workstations hitting a single puppetmaster server, which has been working fairly well up until now. The most recent change has been a migration of a lot of remote file copy objects which were previously handled with cfengine. client side puppetd calls to the puppetmaster.getconfig method are taking unreasonably long, on the order of 2-3 minutes. It