Displaying 20 results from an estimated 2000 matches similar to: "Re: Noob - What means "Cannot access mount[plugins]" ? [SOLVED]"
2008 Dec 01
2
configuring puppet to run custom facts
Hi,
I''m following
http://reductivelabs.com/trac/puppet/wiki/PluginsInModules in order to
use a custom fact.
My modules looks like:
# ls manifests/modules/network/
manifests plugins
# ls manifests/modules/network/plugins/facter/primaryint.rb
manifests/modules/network/plugins/facter/primaryint.rb
as is said in doc.
Then:
Turn on pluginsync and specify factpath, so that the facts
2010 Mar 09
0
puppetd --test
Hi all,
I have installed and configure puppet client in new virtual machine, but I
have this error when running
*puppetd --test (even if I run /etc/init.d/puppet restart)
/usr/lib/ruby/1.8/puppet/defaults.rb:136:in `handle'': Invalid environment
test (ArgumentError)
from /usr/lib/ruby/1.8/puppet/util/settings.rb:299:in `parse''
from
2013 Oct 30
4
Warning: Local environment: "42A" doesn't match server specified node environment "production", switching agent to "production"
Hi,
When I run puppet agent --test --environment 42A, I have the following
warning :
Warning: Local environment: "42A" doesn''t match server specified node
environment "production", switching agent to "production".
...
The puppet manifest for the environment "42A" isn''t applied.
The puppet version is 3.3.1-1puppetlabs1 on agent and
2008 Apr 02
2
Problem implementing multiple Environments
I am trying out having multiple environments so that I can push a test
config to a single server in production. The idea being that I could
push out a config change to one server and see if the change works in
production. If it does then I can merge the change into the
production environment and push the change out to all the clients.
So to test this I made a change to a config file in testing
2009 Dec 03
1
Could not retrieve catalog
Hello all,
I''m running puppet for the first ime. I''ve finished the install but
I''m stuck at the certificate part.
The puppet master (0.24.4-3) is running on Ubuntu Lenny and the puppet
client (0.24.8-4.el5) is running on CentOS 5.3.
After the install, from the client side, I''ve run:
puppetd --server puppetmaster.domain.com --waitforcert 60 --test
On the
2010 Nov 19
1
Fwd: Re: Using custom facts in Puppet
May I please ask again for some assistance with the question below? I
hope somebody can help me.
Thanks,
Ed Greenberg
-------- Original Message --------
Subject: Re: [Puppet Users] Using custom facts in Puppet
Date: Tue, 16 Nov 2010 13:14:06 -0600
From: Ed Greenberg <edg@greenberg.org>
Reply-To: puppet-users@googlegroups.com
To: puppet-users@googlegroups.com
On 11/16/2010 09:33
2015 Jan 26
1
[Bug 11075] New: Shouldn't --inplace fail immediately if it can't make files?
https://bugzilla.samba.org/show_bug.cgi?id=11075
Bug ID: 11075
Summary: Shouldn't --inplace fail immediately if it can't make
files?
Product: rsync
Version: 3.1.0
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
2013 Oct 18
1
'eval_generate: SSL_connect returned=1 errno=0 state=SSLv3 read server session ticket A: tlsv1 alert unknown ca
Hi, ppl
I dont know what to do.
I configure a new client do sync with my server. the server accept de
client_cert without errors and then when i run the "puppet agent -t" agaion
i got this error output
info: Retrieving plugin
err: /File[/var/lib/puppet/lib]: Failed to generate additional resources
using ''eval_generate: SSL_connect returned=1 errno=0 state=SSLv3 read
server
2009 Sep 03
2
Problems with puppetd on ubuntu server
If you install puppet from the ubuntu 9.04 repositories (apt-get
install puppet) it sets up puppet differently than the gem. The
differences are obvious from the /etc/puppet/puppet.conf which looks
like this
[main]
logdir=/var/log/puppet
vardir=/var/lib/puppet
ssldir=/var/lib/puppet/ssl
rundir=/var/run/puppet
factpath=$vardir/lib/facter
pluginsync=true
[puppetmasterd]
2013 Oct 22
0
New to Puppet, trying to get it workign with a FreeBSD agent
Hello,
I have been following through some of the documentation trying to make use
of puppet in a test environment. I went ahead and tried to install
puppet-passenger and puppet dashboard.
I think i have succesfully done this, because at mymaster.local:3000/ I get
the dashboard webpage (albeit with no nodes or anything reporting)
and at https://mymaster.local:8140 I get a cert trying to be
2024 Dec 24
1
rsync: [sender] read errors mapping "file" : Input/output error (5)
There are times when a large file is copied up to 99% and then deleted
after having received the error. Other times when the error occurs earlier
and only a part of it is copied. Does it make sense to calculate the
checksum if in both cases in output I don't have the same information that
there is in input ? Because in the first case it is totally deleted and in
the second case I have only a
2008 Jan 03
5
modules and parser plugins: function unknown
Hi,
We are totally sold on Pupet (what a nice concept) and are trying to
setup a proof-of-concept. We are trying to learn a bit from other
people''s work by integrating external modules. One of the modules we
wanted to start with was the ''ntp'' module from David Schmitt. It clearly
uses some functionalities from the ''common'' module, which we also
2024 Dec 23
2
rsync: [sender] read errors mapping "file" : Input/output error (5)
What would you think if I told you that using Windows I no longer had that
problem ?
Would you still think that there are hardware problems ?
And if so, why would they only manifest themselves using Linux and FreeBSD
and not using Windows?
On Mon, Dec 23, 2024 at 9:38?PM Robin Lee Powell <
rlpowell at digitalkingdom.org> wrote:
> Then you get to look at other hardware; CPU, RAM,
2024 Dec 23
1
Re: rsync: [sender] read errors mapping "file" : Input/output error (5)
Mario,
Are you running windows on the same hardware as Linux/BSD ? Is it a dual-boot system?
If you have different systems for windows vslinux, it's possible there is a HW issue with one of them.
Tom
On 24 December 2024 7:44:16?am GMT+12:00, Mario Marietto via rsync <rsync at lists.samba.org> wrote:
> What would you think if I told you that using Windows I no longer had that
2011 Jul 01
0
pluginsync fails to load custom facts or providers
possibly related to (or the same as) issues 4830 and 2244, i''m getting
errors when adding a custom fact and provider to a module to propagate
to clients.
am i missing something here? i tried the workaround of adding a
fileserver.conf to the master (referenced below and in the tickets)
with no change.
thanks for any help.
here''s a pile of details:
puppetmaster 2.6.9 is running
2008 Nov 06
1
introduction with david's munin module question
Hi all,
I am new to puppet and also newcomer in this group.
I heart good things about puppet and I decided to give it a try 2 weeks now.
After reading various documentation, I began using the complete
configuration collection of puppet modules (thanks to David).
But I have a problem with the munin module. It works fine, except that it
seems to not export virtual ressources. Let me give more detail
2011 Sep 08
2
Issues with environments not being respected
I''ve ran into a strange issue today while using my development environment I
was receiving some errors about modules that shouldn''t have been used. After
looking it looks like my agent (or master) isn''t respecting the environment
I specify and is actually using the main (master) environment. This used to
work and I haven''t had any changes beyond a upgrade ..
2010 Dec 11
1
DO NOT REPLY [Bug 7861] New: documentation: files-frombehaves badly on unsorted input
https://bugzilla.samba.org/show_bug.cgi?id=7861
Summary: documentation: files-frombehaves badly on unsorted input
Product: rsync
Version: 3.0.5
Platform: x64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: rlpowell at
2023 Jun 24
0
copy to destination only new files
You're probably right.? I've spent too much time on this and it's not
working so.....I quit.
------------------------------------------------------------------------
*From:* Robin Lee Powell [mailto:rlpowell at digitalkingdom.org]
*Subject:* copy to destination only new files
*Date:* Saturday, June 24, 2023 at 1:14 AM
*To:* .
*Cc:* rsync at lists.samba.org
> That's how rsync
2010 Apr 05
5
Problem syncing custom fact
I am trying to get a custom fact to sync. The fact is in a module. It
will sync if I run puppet with "--pluginsync" but not otherwise. I
have "pluginsync=true" in my puppet.conf. Shouldn''t the command line
option and puppet.conf option have the same results?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.