Displaying 20 results from an estimated 600 matches similar to: "Re: Error in puppet"
2006 Aug 19
2
file type when you create directory inside throw
Hello,
I have a strange problem this nigth that i cannot solve, perhaps you
can help me understand what is wrong.
I have a file 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:
2006 Nov 02
6
certificate not trusted
Hello,
I 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
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 /usr/local/.aqadmin/puppet/var/facts; \
2007 Jul 03
1
puppetversion and downgrade/upgrade of puppet
i wonder why this case fail:
case puppetversion {
''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
2007 Apr 12
1
upgrade to .22.3 and got errors on packages (debian sarge)
I just upgraded to .22.3 from .22.1 and now i got several error
messages. I havent found why i got them. Nothing has changed but still
there is error and i cannot correct them:
err: Package[lsb-release](provider=aptitude): Could not find latest version
i run debug:
debug: package provider aptitude: Executing ''/usr/bin/dpkg-query -W
--showformat ${Status} ${Package} ${Version}\n
2007 Apr 17
7
Still having factsync trouble ...
Some time ago i sent to the list a problem i was having with facts on
fedora core 6 and wasn''t able to find a solution at that time, but with
the release of RHEL5 and CentOS 5 based on fc6 i have hit the problem again.
i have written several facts to collect information about a clients
network and i am also using the vmware fact from the wiki. i have
separated my original fact into
2007 Mar 26
2
define using configuration file
Hi,
I have a define that use a configuration file. Most of the time this is
the same configuration file. Here this is a rsync configuration file.
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 =
2007 Jun 11
4
freeBSD User provider
Hello,
from the doc it seems that the User type has a provider of ''pw'' for
FreeBSD. It seems the provider does not allow dupelicate, does not
allow to manage the homedir and to manage password.
in the code the duplicate uid is set so it seems the doc is out of
date on this :)
- manage home directory, i don''t really understand what is that
parameter. The
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
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 May 08
1
Fact sync problems
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
I''m having a problem pulling down new facts. On one of my nodes I''m
getting this error:
err: fact_collector/file=/var/lib/puppet/facts/source: Could not
describe /facts: Fileserver module ''facts'' not mounted
notice: fact_collector/file=/var/lib/puppet/facts: source
puppet://puppet/facts does not exist
err:
2007 Aug 18
0
Out of memory error while running puppet
I found what the problem is but I am posting this so hopefully people
don''t scratch their heads when this happens.
I need to be able to configure different things depending whether I''m
running on a system that has a Xen kernel or not. I added a fact in
/var/lib/puppet/facts/
Facter.add("xen_kernel") do
server= `uname -r`
if
2007 Jan 10
7
Problem adding facts ...
I have created my first ''fact'', first attempt at Ruby too, and
configured the fileserver to server it but when a Fedora (5 or 6)
client sync''s puppetd appears to hang. CentOS clients sync and use the
new fact fine.
Find attached the fact file and the output from ''puppetd --debug
--factsync'' on a FC5 client is below. This is a 0.20.1 client and
2013 Apr 15
0
flac-dev Digest, Vol 101, Issue 11
Okay, I was thinking it may have been something to do with the header, but
I wasn't sure how to verify that. thanks guys.
On Mon, Apr 15, 2013 at 3:00 PM, <flac-dev-request at xiph.org> wrote:
> Send flac-dev mailing list submissions to
> flac-dev at xiph.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
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
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 Jan 02
1
RMySQL adn FC6 - install fail
Dear anybody
I am running Fedora Core 6 with the latest version of R.
When I try to install the package RMySQL I get this message:
* Installing *source* package 'RMySQL' ...
creating cache ./config.cache
checking how to run the C preprocessor... /lib/cpp
checking for compress in -lz... no
checking for getopt_long in -lc... no
checking for
2006 Oct 09
5
General questions and problems with exec...
Hi,
I''m in the process of evaluating puppet and cfengine for a rollout on
a mix of in-house servers and managed customer servers. I''ve always
been a pro-cfengine man, and it''s already running on a small setup of
5 machines. But even though I have pretty clear idea of how I should
proceed building the system, I''m intimidated by the vast amount of
2007 Nov 17
7
oddness with fileserver, facts and plugins sync
I''m working with a pretty simple config at the moment to track down some
issues I''m seeing with custom facts and plugins.
I have factsync = true (default locations)
and I have a simple fact in /var/lib/puppet/facts/
(actually it''s David''s netmask plugin)
my pp file I''m testing with contains only:
notice "netmask: ${netmask}"
puppet -v
2013 May 25
2
Missing 'modules.pcimap' file for HDT
Hi,
So the 'modules.pcimap' file, needed by Hardware Detection Tool to
display kernel modules, is now missing. pciutils/kmod deprecated usage
of this file adn depmod lost its -m option.
So here are may questions:
1- How to generate a "modules.pcimap" or an equivalent file nowadays?
2- Is it still needed by HDT ?
3- What if it is missing, is HDT semi-broken?
Thanks.